#564D57

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

Shades of Bossanova #564D57

Tints of Bossanova #564D57

Color information

#564D57 (or 0x564D57) is unknown color: approx Bossanova. HEX triplet: 56, 4D and 57. RGB value is (86,77,87). Sum of RGB (Red+Green+Blue) = 86+77+87=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 87 - color contains mainly: blue. Hex color #564D57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #564D57 is #A9B2A8. Grayscale: #505050. Windows color (decimal): -11121321 or 5721430. OLE color: 5721430.

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

Color convert

RGB867787-
CMYK0.010.1100.66
HSL294º6.1%32.16%-
HSV(B)294º11.49%34.12%-
XYZ8.217.9710.12-
YUV80.83131.48131.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 77 (30.47% from 255) = 30.8%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=34.4%
G=30.8%
B=34.8%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8677870.010.1100.662946.132.16
Hex564D571B042126620
Octal1261151271130102446640
Binary1010110100110110101111101101000010100100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,77,87); }

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

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

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

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

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

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

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