#59405B

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

Shades of Bossanova #59405B

Tints of Bossanova #59405B

Color information

#59405B (or 0x59405B) is unknown color: approx Bossanova. HEX triplet: 59, 40 and 5B. RGB value is (89,64,91). Sum of RGB (Red+Green+Blue) = 89+64+91=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 91 - color contains mainly: blue. Hex color #59405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59405B is #A6BFA4. Grayscale: #4A4A4A. Windows color (decimal): -10928037 or 5980249. OLE color: 5980249.

HSL color Cylindrical-coordinate representation of color #59405B: hue angle of 295.56º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #59405B is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB896491-
CMYK0.020.3000.64
HSL295.56º17.42%30.39%-
HSV(B)295.56º29.67%35.69%-
XYZ7.846.5510.75-
YUV74.55137.28138.3-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 91 (35.94% from 255) = 37.30%
R=36.48%
G=26.23%
B=37.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8964910.020.3000.64295.5617.4230.39
Hex59405B21E040128111e
Octal13110013323601004502136
Binary1011001100000010110111011110010000001001010001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,64,91); }

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

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

 a { background-color: rgb(89,64,91); }

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

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

 span { border-color: rgb(89,64,91); }

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