#5C057F

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

Shades of Indigo #5C057F

Tints of Indigo #5C057F

Color information

#5C057F (or 0x5C057F) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 7F. RGB value is (92,5,127). Sum of RGB (Red+Green+Blue) = 92+5+127=224 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.07% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C057F is #A3FA80. Grayscale: #2C2C2C. Windows color (decimal): -10746497 or 8324444. OLE color: 8324444.

HSL color Cylindrical-coordinate representation of color #5C057F: hue angle of 282.79º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C057F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB925127-
CMYK0.280.9600.50
HSL282.79º92.42%25.88%-
HSV(B)282.79º96.06%49.8%-
XYZ8.33.9220.4-
YUV44.92174.32161.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.07%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 127 (50% from 255) = 56.70%
R=41.07%
G=2.23%
B=56.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal9251270.280.9600.50282.7992.4225.88
Hex5C57F1C6003211b5c1a
Octal13451773414006243313432
Binary101110010111111111110011000000110010100011011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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