#5C096B

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

Shades of Indigo #5C096B

Tints of Indigo #5C096B

Color information

#5C096B (or 0x5C096B) is unknown color: approx Indigo. HEX triplet: 5C, 09 and 6B. RGB value is (92,9,107). Sum of RGB (Red+Green+Blue) = 92+9+107=208 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.23% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 107 (42.19% from 255 or 51.44% from 208); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C096B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C096B is #A3F694. Grayscale: #2C2C2C. Windows color (decimal): -10745493 or 7014748. OLE color: 7014748.

HSL color Cylindrical-coordinate representation of color #5C096B: hue angle of 290.82º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5C096B is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB929107-
CMYK0.140.9200.58
HSL290.82º84.48%22.75%-
HSV(B)290.82º91.59%41.96%-
XYZ7.173.5314.21-
YUV44.99163161.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.23%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 107 (42.19% from 255) = 51.44%
R=44.23%
G=4.33%
B=51.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9291070.140.9200.58290.8284.4822.75
Hex5C96BE5C03A1235417
Octal134111531613407244312427
Binary101110010011101011111010111000111010100100011101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C096B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,107); }

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

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

 a { background-color: rgb(92,9,107); }

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

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

 span { border-color: rgb(92,9,107); }

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