#59435B

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

Shades of Bossanova #59435B

Tints of Bossanova #59435B

Color information

#59435B (or 0x59435B) is unknown color: approx Bossanova. HEX triplet: 59, 43 and 5B. RGB value is (89,67,91). Sum of RGB (Red+Green+Blue) = 89+67+91=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 91 (35.94% from 255 or 36.84% from 247); Max value from RGB is 91 - color contains mainly: blue. Hex color #59435B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #59435B is #A6BCA4. Grayscale: #4C4C4C. Windows color (decimal): -10927269 or 5981017. OLE color: 5981017.

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

Color convert

RGB896791-
CMYK0.020.2600.64
HSL295º15.19%30.98%-
HSV(B)295º26.37%35.69%-
XYZ8.026.8910.81-
YUV76.31136.29137.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 67 (26.56% from 255) = 27.13%
BLUE value IS 91 (35.94% from 255) = 36.84%
R=36.03%
G=27.13%
B=36.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8967910.020.2600.6429515.1930.98
Hex59435B21A040127f1f
Octal13110313323201004471737
Binary101100110000111011011101101001000000100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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