#594359

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

Shades of Bossanova #594359

Tints of Bossanova #594359

Color information

#594359 (or 0x594359) is unknown color: approx Bossanova. HEX triplet: 59, 43 and 59. RGB value is (89,67,89). Sum of RGB (Red+Green+Blue) = 89+67+89=245 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.33% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594359 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594359 is #A6BCA6. Grayscale: #4C4C4C. Windows color (decimal): -10927271 or 5849945. OLE color: 5849945.

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

Color convert

RGB896789-
CMYK00.2500.65
HSL300º14.1%30.59%-
HSV(B)300º24.72%34.9%-
XYZ7.936.8610.36-
YUV76.09135.29137.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 36.33%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 89 (35.16% from 255) = 36.33%
R=36.33%
G=27.35%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89678900.2500.6530014.130.59
Hex59435901904112ce1f
Octal13110313103101014541637
Binary10110011000011101100101100101000001100101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594359; }

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

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

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

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

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

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

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

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