#59056C

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

Shades of Indigo #59056C

Tints of Indigo #59056C

Color information

#59056C (or 0x59056C) is unknown color: approx Indigo. HEX triplet: 59, 05 and 6C. RGB value is (89,5,108). Sum of RGB (Red+Green+Blue) = 89+5+108=202 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.06% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #59056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59056C is #A6FA93. Grayscale: #292929. Windows color (decimal): -10943124 or 7079257. OLE color: 7079257.

HSL color Cylindrical-coordinate representation of color #59056C: hue angle of 288.93º 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 #59056C is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB895108-
CMYK0.180.9500.58
HSL288.93º91.15%22.16%-
HSV(B)288.93º95.37%42.35%-
XYZ6.883.3214.46-
YUV41.86165.33161.62-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.06%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=44.06%
G=2.48%
B=53.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8951080.180.9500.58288.9391.1522.16
Hex5956C125F03A1215b16
Octal13151542213707244113326
Binary101100110111011001001010111110111010100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59056C; }

 p { color: rgb(89,5,108); }

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

<style>
 a { background-color: #59056C; }

 a { background-color: rgb(89,5,108); }

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

<style>
 span { border-color: #59056C; }

 span { border-color: rgb(89,5,108); }

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