#564459

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

Shades of Bossanova #564459

Tints of Bossanova #564459

Color information

#564459 (or 0x564459) is unknown color: approx Bossanova. HEX triplet: 56, 44 and 59. RGB value is (86,68,89). Sum of RGB (Red+Green+Blue) = 86+68+89=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 89 (35.16% from 255 or 36.63% from 243); Max value from RGB is 89 - color contains mainly: blue. Hex color #564459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564459 is #A9BBA6. Grayscale: #4B4B4B. Windows color (decimal): -11123623 or 5850198. OLE color: 5850198.

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

Color convert

RGB866889-
CMYK0.030.2400.65
HSL291.43º13.38%30.78%-
HSV(B)291.43º23.6%34.9%-
XYZ7.716.8310.36-
YUV75.78135.46135.29-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.39%
GREEN value IS 68 (26.95% from 255) = 27.98%
BLUE value IS 89 (35.16% from 255) = 36.63%
R=35.39%
G=27.98%
B=36.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8668890.030.2400.65291.4313.3830.78
Hex564459318041123d1f
Octal12610413133001014431537
Binary101011010001001011001111100001000001100100011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564459; }

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

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

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

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

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

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

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

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