#564557

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

Shades of Bossanova #564557

Tints of Bossanova #564557

Color information

#564557 (or 0x564557) is unknown color: approx Bossanova. HEX triplet: 56, 45 and 57. RGB value is (86,69,87). Sum of RGB (Red+Green+Blue) = 86+69+87=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 87 - color contains mainly: blue. Hex color #564557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564557 is #A9BAA8. Grayscale: #4C4C4C. Windows color (decimal): -11123369 or 5719382. OLE color: 5719382.

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

Color convert

RGB866987-
CMYK0.010.2100.66
HSL296.67º11.54%30.59%-
HSV(B)296.67º20.69%34.12%-
XYZ7.696.929.95-
YUV76.14134.13135.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 69 (27.34% from 255) = 28.51%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=35.54%
G=28.51%
B=35.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8669870.010.2100.66296.6711.5430.59
Hex564557115042129c1f
Octal12610512712501024511437
Binary10101101000101101011111010101000010100101001110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564557; }

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

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

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

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

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

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

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

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