#564F56

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

Shades of Bossanova #564F56

Tints of Bossanova #564F56

Color information

#564F56 (or 0x564F56) is unknown color: approx Bossanova. HEX triplet: 56, 4F and 56. RGB value is (86,79,86). Sum of RGB (Red+Green+Blue) = 86+79+86=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #564F56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564F56 is #A9B0A9. Grayscale: #515151. Windows color (decimal): -11120810 or 5656406. OLE color: 5656406.

HSL color Cylindrical-coordinate representation of color #564F56: hue angle of 300º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #564F56 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB867986-
CMYK00.0800.66
HSL300º4.24%32.35%-
HSV(B)300º8.14%33.73%-
XYZ8.318.249.96-
YUV81.89130.32130.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.26%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=34.26%
G=31.47%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86798600.0800.663004.2432.35
Hex564F560804212c420
Octal1261171260100102454440
Binary1010110100111110101100100001000010100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564F56; }

 p { color: rgb(86,79,86); }

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

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

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

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

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

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

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