パントンツール

RGB to HSL

RGB カラー値を HSL に変換して、直感的なカラー操作とデザイン システムを実現します。

色相、彩度、明度 - デザイナーのための直感的なカラーモデル

カラーコンバーター

RGB Input

255
0 128 255
0
0 128 255
0
0 128 255

色見本をクリックすると例が表示されます

HSL Output

hsl(0°, 100%, 50%)

HSL Controls

色相
180° 360°
飽和 100%
0% 50% 100%
軽さ 50%
0% 50% 100%

hsl(0°, 100%, 50%)

追加のフォーマット

RGB Value

rgb(255, 0, 0)

HEX Value

#FF0000

小数値

16711680

CSSの使用法

color: hsl(0°, 100%, 50%);

色彩心理学

この鮮やかな赤は、彩度が最大で明度が中程度であるため、力強くエネルギッシュな色です。赤は多くの文化において、情熱、緊急性、興奮を象徴します。

変換例

鮮やかな赤

RGB 255, 0, 0
HSL 0°, 100%, 50%
HEX #FF0000

フォレストグリーン

RGB 34, 139, 34
HSL 120°, 61%, 34%
HEX #228B22

ロイヤルブルー

RGB 65, 105, 225
HSL 225°, 73%, 56%
HEX #4169E1

ソフトピンク

RGB 255, 192, 203
HSL 350°, 100%, 88%
HEX #FFC0CB

ディープ・パープル

RGB 128, 0, 128
HSL 300°, 100%, 25%
HEX #800080

ウォームグレー

RGB 169, 169, 169
HSL 0°, 0%, 66%
HEX #A9A9A9

推奨ツール

このツールについて

この RGB から HSL へのコンバーターは、デジタル デザインで使用される 2 つの重要なカラー モデルを橋渡しし、より直感的な方法で色を操作できるようにします。

RGB (Red, Green, Blue) is an additive color model where colors are created by combining light. This system is used for digital displays, with each component ranging from 0 to 255.

HSL (Hue, Saturation, Lightness) represents colors in a way that aligns more naturally with human perception:

  • 色相: The color itself, represented as a degree (0-360) on a color wheel
  • 飽和: The intensity or purity of the color (0-100%)
  • 軽さ: How light or dark the color is (0-100%)

HSL is particularly valuable for creating color systems and palettes, as it allows for intuitive adjustments. For example, you can easily create tints by reducing saturation or shades by adjusting lightness while maintaining the same hue. This converter provides accurate translations between RGB and HSL, essential for consistent color implementation across digital projects.

よくある質問