#564A58

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

Shades of Bossanova #564A58

Tints of Bossanova #564A58

Color information

#564A58 (or 0x564A58) is unknown color: approx Bossanova. HEX triplet: 56, 4A and 58. RGB value is (86,74,88). Sum of RGB (Red+Green+Blue) = 86+74+88=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 88 - color contains mainly: blue. Hex color #564A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564A58 is #A9B5A7. Grayscale: #4F4F4F. Windows color (decimal): -11122088 or 5786198. OLE color: 5786198.

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

Color convert

RGB867488-
CMYK0.020.1600.65
HSL291.43º8.64%31.76%-
HSV(B)291.43º15.91%34.51%-
XYZ8.057.5810.27-
YUV79.18132.98132.86-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 74 (29.30% from 255) = 29.84%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=34.68%
G=29.84%
B=35.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8674880.020.1600.65291.438.6431.76
Hex564A58210041123920
Octal12611213022001014431140
Binary1010110100101010110001010000010000011001000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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