#565056

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

Shades of Bossanova #565056

Tints of Bossanova #565056

Color information

#565056 (or 0x565056) is unknown color: approx Bossanova. HEX triplet: 56, 50 and 56. RGB value is (86,80,86). Sum of RGB (Red+Green+Blue) = 86+80+86=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 86 - color contains mainly: red, blue. Hex color #565056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565056 is #A9AFA9. Grayscale: #525252. Windows color (decimal): -11120554 or 5656662. OLE color: 5656662.

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

Color convert

RGB868086-
CMYK00.0700.66
HSL300º3.61%32.55%-
HSV(B)300º6.98%33.73%-
XYZ8.398.399.98-
YUV82.48129.99130.51-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=34.13%
G=31.75%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86808600.0700.663003.6132.55
Hex5650560704212c421
Octal126120126070102454441
Binary101011010100001010110011101000010100101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565056; }

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

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

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

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

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

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

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

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