#5C0187

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

Shades of Indigo #5C0187

Tints of Indigo #5C0187

Color information

#5C0187 (or 0x5C0187) is unknown color: approx Indigo. HEX triplet: 5C, 01 and 87. RGB value is (92,1,135). Sum of RGB (Red+Green+Blue) = 92+1+135=228 (30% of max value = 765). Red value is 92 (36.33% from 255 or 40.35% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #5C0187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0187 is #A3FE78. Grayscale: #2B2B2B. Windows color (decimal): -10747513 or 8847708. OLE color: 8847708.

HSL color Cylindrical-coordinate representation of color #5C0187: hue angle of 280.75º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0187 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB921135-
CMYK0.320.9900.47
HSL280.75º98.53%26.67%-
HSV(B)280.75º99.26%52.94%-
XYZ8.84.0523.24-
YUV43.48179.65162.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.35%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=40.35%
G=0.44%
B=59.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9211350.320.9900.47280.7598.5326.67
Hex5C187206302F119631b
Octal13412074014305743114333
Binary101110011000011110000011000110101111100011001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,1,135); }

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

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

 a { background-color: rgb(92,1,135); }

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

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

 span { border-color: rgb(92,1,135); }

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