#564B58

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

Shades of Bossanova #564B58

Tints of Bossanova #564B58

Color information

#564B58 (or 0x564B58) is unknown color: approx Bossanova. HEX triplet: 56, 4B and 58. RGB value is (86,75,88). Sum of RGB (Red+Green+Blue) = 86+75+88=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 88 - color contains mainly: blue. Hex color #564B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564B58 is #A9B4A7. Grayscale: #4F4F4F. Windows color (decimal): -11121832 or 5786454. OLE color: 5786454.

HSL color Cylindrical-coordinate representation of color #564B58: hue angle of 290.77º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #564B58 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB867588-
CMYK0.020.1500.65
HSL290.77º7.98%31.96%-
HSV(B)290.77º14.77%34.51%-
XYZ8.127.7210.29-
YUV79.77132.64132.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 75 (29.69% from 255) = 30.12%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=34.54%
G=30.12%
B=35.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8675880.020.1500.65290.777.9831.96
Hex564B582F041123820
Octal12611313021701014431040
Binary101011010010111011000101111010000011001000111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,88); }

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

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

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

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

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

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

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