#564757

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

Shades of Bossanova #564757

Tints of Bossanova #564757

Color information

#564757 (or 0x564757) is unknown color: approx Bossanova. HEX triplet: 56, 47 and 57. RGB value is (86,71,87). Sum of RGB (Red+Green+Blue) = 86+71+87=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 87 (34.38% from 255 or 35.66% from 244); Max value from RGB is 87 - color contains mainly: blue. Hex color #564757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564757 is #A9B8A8. Grayscale: #4D4D4D. Windows color (decimal): -11122857 or 5719894. OLE color: 5719894.

HSL color Cylindrical-coordinate representation of color #564757: hue angle of 296.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #564757 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB867187-
CMYK0.010.1800.66
HSL296.25º10.13%30.98%-
HSV(B)296.25º18.39%34.12%-
XYZ7.817.179.99-
YUV77.31133.47134.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.25%
GREEN value IS 71 (28.12% from 255) = 29.10%
BLUE value IS 87 (34.38% from 255) = 35.66%
R=35.25%
G=29.10%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8671870.010.1800.66296.2510.1330.98
Hex564757112042128a1f
Octal12610712712201024501237
Binary10101101000111101011111001001000010100101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564757; }

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

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

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

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

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

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

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

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