#5C059E

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

Shades of Indigo #5C059E

Tints of Indigo #5C059E

Color information

#5C059E (or 0x5C059E) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 9E. RGB value is (92,5,158). Sum of RGB (Red+Green+Blue) = 92+5+158=255 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.08% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #5C059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C059E is #A3FA61. Grayscale: #2F2F2F. Windows color (decimal): -10746466 or 10356060. OLE color: 10356060.

HSL color Cylindrical-coordinate representation of color #5C059E: hue angle of 274.12º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C059E is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB925158-
CMYK0.420.9700.38
HSL274.12º93.87%31.96%-
HSV(B)274.12º96.84%61.96%-
XYZ10.644.8532.72-
YUV48.46189.82159.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.08%
GREEN value IS 5 (2.34% from 255) = 1.96%
BLUE value IS 158 (62.11% from 255) = 61.96%
R=36.08%
G=1.96%
B=61.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9251580.420.9700.38274.1293.8731.96
Hex5C59E2A610261125e20
Octal13452365214104642213640
Binary101110010110011110101010110000101001101000100101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,5,158); }

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

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

 a { background-color: rgb(92,5,158); }

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

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

 span { border-color: rgb(92,5,158); }

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