#594959

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

Shades of Bossanova #594959

Tints of Bossanova #594959

Color information

#594959 (or 0x594959) is unknown color: approx Bossanova. HEX triplet: 59, 49 and 59. RGB value is (89,73,89). Sum of RGB (Red+Green+Blue) = 89+73+89=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594959 is #A6B6A6. Grayscale: #4F4F4F. Windows color (decimal): -10925735 or 5851481. OLE color: 5851481.

HSL color Cylindrical-coordinate representation of color #594959: hue angle of 300º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #594959 is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB897389-
CMYK00.1800.65
HSL300º9.88%31.76%-
HSV(B)300º17.98%34.9%-
XYZ8.317.6110.48-
YUV79.61133.3134.7-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 73 (28.91% from 255) = 29.08%
BLUE value IS 89 (35.16% from 255) = 35.46%
R=35.46%
G=29.08%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89738900.1800.653009.8831.76
Hex59495901204112ca20
Octal13111113102201014541240
Binary101100110010011011001010010010000011001011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594959; }

 p { color: rgb(89,73,89); }

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

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

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

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

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

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

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