#564958

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

Shades of Bossanova #564958

Tints of Bossanova #564958

Color information

#564958 (or 0x564958) is unknown color: approx Bossanova. HEX triplet: 56, 49 and 58. RGB value is (86,73,88). Sum of RGB (Red+Green+Blue) = 86+73+88=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 88 - color contains mainly: blue. Hex color #564958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564958 is #A9B6A7. Grayscale: #4E4E4E. Windows color (decimal): -11122344 or 5785942. OLE color: 5785942.

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

Color convert

RGB867388-
CMYK0.020.1700.65
HSL292º9.32%31.57%-
HSV(B)292º17.05%34.51%-
XYZ7.987.4510.25-
YUV78.6133.31133.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=34.82%
G=29.55%
B=35.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8673880.020.1700.652929.3231.57
Hex564958211041124920
Octal12611113022101014441140
Binary1010110100100110110001010001010000011001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564958; }

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

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

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

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

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

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

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

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