#5E0669

Color #5E0669 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5E0669

Tints of Indigo #5E0669

Color information

#5E0669 (or 0x5E0669) is unknown color: approx Indigo. HEX triplet: 5E, 06 and 69. RGB value is (94,6,105). Sum of RGB (Red+Green+Blue) = 94+6+105=205 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.85% from 205); Green value is 6 (2.73% from 255 or 2.93% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #5E0669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0669 is #A1F996. Grayscale: #2B2B2B. Windows color (decimal): -10615191 or 6882910. OLE color: 6882910.

HSL color Cylindrical-coordinate representation of color #5E0669: hue angle of 293.33º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0669 is Cyan = 0.10, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB946105-
CMYK0.100.9400.59
HSL293.33º89.19%21.76%-
HSV(B)293.33º94.29%41.18%-
XYZ7.233.5313.66-
YUV43.6162.65163.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 45.85%
GREEN value IS 6 (2.73% from 255) = 2.93%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=45.85%
G=2.93%
B=51.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9461050.100.9400.59293.3389.1921.76
Hex5E669A5E03B1255916
Octal13661511213607344513126
Binary10111101101101001101010111100111011100100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0669; }

 p { color: rgb(94,6,105); }

 H1.HeaderClassName
 {
   color: #5E0669;
 }
 .AnyTagClassName
 {
   color: #5E0669;
 }
</style>
background-color css

<style>
 a { background-color: #5E0669; }

 a { background-color: rgb(94,6,105); }

 div.DivClassName
 {
   background-color: #5E0669;
 }
 .BgClassName
 {
   background-color: #5E0669;
 }
</style>
border-color css

<style>
 span { border-color: #5E0669; }

 span { border-color: rgb(94,6,105); }

 td.TdClassName
 {
   border-color: #5E0669;
 }
 .TagClassName
 {
   border-color: #5E0669;
 }
</style>