#5C0572

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

Shades of Indigo #5C0572

Tints of Indigo #5C0572

Color information

#5C0572 (or 0x5C0572) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 72. RGB value is (92,5,114). Sum of RGB (Red+Green+Blue) = 92+5+114=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 5 (2.34% from 255 or 2.37% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C0572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0572 is #A3FA8D. Grayscale: #2B2B2B. Windows color (decimal): -10746510 or 7472476. OLE color: 7472476.

HSL color Cylindrical-coordinate representation of color #5C0572: hue angle of 287.89º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0572 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB925114-
CMYK0.190.9600.55
HSL287.89º91.6%23.33%-
HSV(B)287.89º95.61%44.71%-
XYZ7.513.616.22-
YUV43.44167.82162.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 5 (2.34% from 255) = 2.37%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=43.60%
G=2.37%
B=54.03%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9251140.190.9600.55287.8991.623.33
Hex5C57213600371205c17
Octal13451622314006744013427
Binary101110010111100101001111000000110111100100000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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