#5C0574

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

Shades of Indigo #5C0574

Tints of Indigo #5C0574

Color information

#5C0574 (or 0x5C0574) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 74. RGB value is (92,5,116). Sum of RGB (Red+Green+Blue) = 92+5+116=213 (28% of max value = 765). Red value is 92 (36.33% from 255 or 43.19% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 116 (45.70% from 255 or 54.46% from 213); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C0574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0574 is #A3FA8B. Grayscale: #2B2B2B. Windows color (decimal): -10746508 or 7603548. OLE color: 7603548.

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

Color convert

RGB925116-
CMYK0.210.9600.55
HSL287.03º91.74%23.73%-
HSV(B)287.03º95.69%45.49%-
XYZ7.623.6416.82-
YUV43.67168.82162.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.19%
GREEN value IS 5 (2.34% from 255) = 2.35%
BLUE value IS 116 (45.70% from 255) = 54.46%
R=43.19%
G=2.35%
B=54.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9251160.210.9600.55287.0391.7423.73
Hex5C574156003711f5c18
Octal13451642514006743713430
Binary101110010111101001010111000000110111100011111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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