#564059

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

Shades of Bossanova #564059

Tints of Bossanova #564059

Color information

#564059 (or 0x564059) is unknown color: approx Bossanova. HEX triplet: 56, 40 and 59. RGB value is (86,64,89). Sum of RGB (Red+Green+Blue) = 86+64+89=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 89 - color contains mainly: blue. Hex color #564059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564059 is #A9BFA6. Grayscale: #494949. Windows color (decimal): -11124647 or 5849174. OLE color: 5849174.

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

Color convert

RGB866489-
CMYK0.030.2800.65
HSL292.8º16.34%30%-
HSV(B)292.8º28.09%34.9%-
XYZ7.476.3710.29-
YUV73.43136.79136.97-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.98%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 89 (35.16% from 255) = 37.24%
R=35.98%
G=26.78%
B=37.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8664890.030.2800.65292.816.3430
Hex56405931C041125101e
Octal12610013133401014452036
Binary1010110100000010110011111100010000011001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564059; }

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

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

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

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

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

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

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

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