#564858

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

Shades of Bossanova #564858

Tints of Bossanova #564858

Color information

#564858 (or 0x564858) is unknown color: approx Bossanova. HEX triplet: 56, 48 and 58. RGB value is (86,72,88). Sum of RGB (Red+Green+Blue) = 86+72+88=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 88 - color contains mainly: blue. Hex color #564858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564858 is #A9B7A7. Grayscale: #4D4D4D. Windows color (decimal): -11122600 or 5785686. OLE color: 5785686.

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

Color convert

RGB867288-
CMYK0.020.1800.65
HSL292.5º10%31.37%-
HSV(B)292.5º18.18%34.51%-
XYZ7.927.3210.23-
YUV78.01133.64133.7-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=34.96%
G=29.27%
B=35.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8672880.020.1800.65292.51031.37
Hex564858212041124a1f
Octal12611013022201014441237
Binary101011010010001011000101001001000001100100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564858; }

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

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

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

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

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

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

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

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