#5c0876

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

Shades of Indigo #5C0876

Tints of Indigo #5C0876

Color information

#5C0876 (or 0x5C0876) is unknown color: approx Indigo. HEX triplet: 5C, 08 and 76. RGB value is (92,8,118). Sum of RGB (Red+Green+Blue) = 92+8+118=218 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.20% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #5C0876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0876 is #A3F789. Grayscale: #2D2D2D. Windows color (decimal): -10745738 or 7735388. OLE color: 7735388.

HSL color Cylindrical-coordinate representation of color #5C0876: hue angle of 285.82º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5C0876 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB928118-
CMYK0.220.9300.54
HSL285.82º87.3%24.71%-
HSV(B)285.82º93.22%46.27%-
XYZ7.773.7617.46-
YUV45.66168.83161.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.20%
GREEN value IS 8 (3.52% from 255) = 3.67%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=42.20%
G=3.67%
B=54.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal9281180.220.9300.54285.8287.324.71
Hex5C876165D03611e5719
Octal134101662613506643612731
Binary1011100100011101101011010111010110110100011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c0876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,8,118); }

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

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

 a { background-color: rgb(92,8,118); }

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

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

 span { border-color: rgb(92,8,118); }

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