#59086C

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

Shades of Indigo #59086C

Tints of Indigo #59086C

Color information

#59086C (or 0x59086C) is unknown color: approx Indigo. HEX triplet: 59, 08 and 6C. RGB value is (89,8,108). Sum of RGB (Red+Green+Blue) = 89+8+108=205 (27% of max value = 765). Red value is 89 (35.16% from 255 or 43.41% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #59086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59086C is #A6F793. Grayscale: #2B2B2B. Windows color (decimal): -10942356 or 7080025. OLE color: 7080025.

HSL color Cylindrical-coordinate representation of color #59086C: hue angle of 288.6º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #59086C is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB898108-
CMYK0.180.9300.58
HSL288.6º86.21%22.75%-
HSV(B)288.6º92.59%42.35%-
XYZ6.913.3814.48-
YUV43.62164.34160.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 43.41%
GREEN value IS 8 (3.52% from 255) = 3.90%
BLUE value IS 108 (42.58% from 255) = 52.68%
R=43.41%
G=3.90%
B=52.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8981080.180.9300.58288.686.2122.75
Hex5986C125D03A1215617
Octal131101542213507244112627
Binary1011001100011011001001010111010111010100100001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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