#564959

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

Shades of Bossanova #564959

Tints of Bossanova #564959

Color information

#564959 (or 0x564959) is unknown color: approx Bossanova. HEX triplet: 56, 49 and 59. RGB value is (86,73,89). Sum of RGB (Red+Green+Blue) = 86+73+89=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 89 - color contains mainly: blue. Hex color #564959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564959 is #A9B6A6. Grayscale: #4E4E4E. Windows color (decimal): -11122343 or 5851478. OLE color: 5851478.

HSL color Cylindrical-coordinate representation of color #564959: hue angle of 288.75º 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 #564959 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867389-
CMYK0.030.1800.65
HSL288.75º9.88%31.76%-
HSV(B)288.75º17.98%34.9%-
XYZ8.027.4610.47-
YUV78.71133.81133.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 89 (35.16% from 255) = 35.89%
R=34.68%
G=29.44%
B=35.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8673890.030.1800.65288.759.8831.76
Hex564959312041121a20
Octal12611113132201014411240
Binary1010110100100110110011110010010000011001000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564959; }

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

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

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

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

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

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

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

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