#594859

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

Shades of Bossanova #594859

Tints of Bossanova #594859

Color information

#594859 (or 0x594859) is unknown color: approx Bossanova. HEX triplet: 59, 48 and 59. RGB value is (89,72,89). Sum of RGB (Red+Green+Blue) = 89+72+89=250 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: red, blue. Hex color #594859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #594859 is #A6B7A6. Grayscale: #4E4E4E. Windows color (decimal): -10925991 or 5851225. OLE color: 5851225.

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

Color convert

RGB897289-
CMYK00.1900.65
HSL300º10.56%31.57%-
HSV(B)300º19.1%34.9%-
XYZ8.247.4810.46-
YUV79.02133.63135.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.6%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 89 (35.16% from 255) = 35.6%
R=35.6%
G=28.8%
B=35.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89728900.1900.6530010.5631.57
Hex59485901304112cb20
Octal13111013102301014541340
Binary101100110010001011001010011010000011001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #594859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #594859; }

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

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

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

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

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

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

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

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