#59056B

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

Shades of Indigo #59056B

Tints of Indigo #59056B

Color information

#59056B (or 0x59056B) is unknown color: approx Indigo. HEX triplet: 59, 05 and 6B. RGB value is (89,5,107). Sum of RGB (Red+Green+Blue) = 89+5+107=201 (26% of max value = 765). Red value is 89 (35.16% from 255 or 44.28% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 107 (42.19% from 255 or 53.23% from 201); Max value from RGB is 107 - color contains mainly: blue. Hex color #59056B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59056B is #A6FA94. Grayscale: #292929. Windows color (decimal): -10943125 or 7013721. OLE color: 7013721.

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

Color convert

RGB895107-
CMYK0.170.9500.58
HSL289.41º91.07%21.96%-
HSV(B)289.41º95.33%41.96%-
XYZ6.833.2914.19-
YUV41.74164.83161.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 44.28%
GREEN value IS 5 (2.34% from 255) = 2.49%
BLUE value IS 107 (42.19% from 255) = 53.23%
R=44.28%
G=2.49%
B=53.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8951070.170.9500.58289.4191.0721.96
Hex5956B115F03A1215b16
Octal13151532113707244113326
Binary101100110111010111000110111110111010100100001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59056B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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