#564857

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

Shades of Bossanova #564857

Tints of Bossanova #564857

Color information

#564857 (or 0x564857) is unknown color: approx Bossanova. HEX triplet: 56, 48 and 57. RGB value is (86,72,87). Sum of RGB (Red+Green+Blue) = 86+72+87=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 87 - color contains mainly: blue. Hex color #564857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564857 is #A9B7A8. Grayscale: #4D4D4D. Windows color (decimal): -11122601 or 5720150. OLE color: 5720150.

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

Color convert

RGB867287-
CMYK0.010.1700.66
HSL296º9.43%31.18%-
HSV(B)296º17.24%34.12%-
XYZ7.887.310.01-
YUV77.9133.14133.78-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=35.10%
G=29.39%
B=35.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8672870.010.1700.662969.4331.18
Hex56485711104212891f
Octal12611012712101024501137
Binary10101101001000101011111000101000010100101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564857; }

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

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

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

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

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

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

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

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