#594259

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

Shades of Bossanova #594259

Tints of Bossanova #594259

Color information

#594259 (or 0x594259) is unknown color: approx Bossanova. HEX triplet: 59, 42 and 59. RGB value is (89,66,89). Sum of RGB (Red+Green+Blue) = 89+66+89=244 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.48% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594259 is #A6BDA6. Grayscale: #4B4B4B. Windows color (decimal): -10927527 or 5849689. OLE color: 5849689.

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

Color convert

RGB896689-
CMYK00.2600.65
HSL300º14.84%30.39%-
HSV(B)300º25.84%34.9%-
XYZ7.876.7410.34-
YUV75.5135.62137.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.48%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 89 (35.16% from 255) = 36.48%
R=36.48%
G=27.05%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89668900.2600.6530014.8430.39
Hex59425901A04112cf1e
Octal13110213103201014541736
Binary10110011000010101100101101001000001100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594259; }

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

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

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

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

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

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

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

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