#5C056A

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

Shades of Indigo #5C056A

Tints of Indigo #5C056A

Color information

#5C056A (or 0x5C056A) is unknown color: approx Indigo. HEX triplet: 5C, 05 and 6A. RGB value is (92,5,106). Sum of RGB (Red+Green+Blue) = 92+5+106=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 106 (41.80% from 255 or 52.22% from 203); Max value from RGB is 106 - color contains mainly: blue. Hex color #5C056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C056A is #A3FA95. Grayscale: #2A2A2A. Windows color (decimal): -10746518 or 6948188. OLE color: 6948188.

HSL color Cylindrical-coordinate representation of color #5C056A: hue angle of 291.68º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C056A is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB925106-
CMYK0.130.9500.58
HSL291.68º90.99%21.76%-
HSV(B)291.68º95.28%41.57%-
XYZ7.073.4213.92-
YUV42.53163.82163.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.32%
GREEN value IS 5 (2.34% from 255) = 2.46%
BLUE value IS 106 (41.80% from 255) = 52.22%
R=45.32%
G=2.46%
B=52.22%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9251060.130.9500.58291.6890.9921.76
Hex5C56AD5F03A1245b16
Octal13451521513707244413326
Binary10111001011101010110110111110111010100100100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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