#594559

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

Shades of Bossanova #594559

Tints of Bossanova #594559

Color information

#594559 (or 0x594559) is unknown color: approx Bossanova. HEX triplet: 59, 45 and 59. RGB value is (89,69,89). Sum of RGB (Red+Green+Blue) = 89+69+89=247 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.03% from 247); Green value is 69 (27.34% from 255 or 27.94% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594559 is #A6BAA6. Grayscale: #4D4D4D. Windows color (decimal): -10926759 or 5850457. OLE color: 5850457.

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

Color convert

RGB896989-
CMYK00.2200.65
HSL300º12.66%30.98%-
HSV(B)300º22.47%34.9%-
XYZ8.057.110.4-
YUV77.26134.63136.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.03%
GREEN value IS 69 (27.34% from 255) = 27.94%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=36.03%
G=27.94%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89698900.2200.6530012.6630.98
Hex59455901604112cd1f
Octal13110513102601014541537
Binary10110011000101101100101011001000001100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594559; }

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

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

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

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

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

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

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

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