#564159

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

Shades of Bossanova #564159

Tints of Bossanova #564159

Color information

#564159 (or 0x564159) is unknown color: approx Bossanova. HEX triplet: 56, 41 and 59. RGB value is (86,65,89). Sum of RGB (Red+Green+Blue) = 86+65+89=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 89 - color contains mainly: blue. Hex color #564159 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #564159 is #A9BEA6. Grayscale: #494949. Windows color (decimal): -11124391 or 5849430. OLE color: 5849430.

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

Color convert

RGB866589-
CMYK0.030.2700.65
HSL292.5º15.58%30.2%-
HSV(B)292.5º26.97%34.9%-
XYZ7.536.4810.31-
YUV74.02136.46136.55-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=35.83%
G=27.08%
B=37.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8665890.030.2700.65292.515.5830.2
Hex56415931B041124101e
Octal12610113133301014442036
Binary1010110100000110110011111011010000011001001001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564159; }

 p { color: rgb(86,65,89); }

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

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

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

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

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

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

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