#563E59

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

Shades of Bossanova #563E59

Tints of Bossanova #563E59

Color information

#563E59 (or 0x563E59) is unknown color: approx Bossanova. HEX triplet: 56, 3E and 59. RGB value is (86,62,89). Sum of RGB (Red+Green+Blue) = 86+62+89=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 62 (24.61% from 255 or 26.16% from 237); Blue value is 89 (35.16% from 255 or 37.55% from 237); Max value from RGB is 89 - color contains mainly: blue. Hex color #563E59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563E59 is #A9C1A6. Grayscale: #484848. Windows color (decimal): -11125159 or 5848662. OLE color: 5848662.

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

Color convert

RGB866289-
CMYK0.030.3000.65
HSL293.33º17.88%29.61%-
HSV(B)293.33º30.34%34.9%-
XYZ7.366.1410.25-
YUV72.25137.45137.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 62 (24.61% from 255) = 26.16%
BLUE value IS 89 (35.16% from 255) = 37.55%
R=36.29%
G=26.16%
B=37.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8662890.030.3000.65293.3317.8829.61
Hex563E5931E041125121e
Octal1267613133601014452236
Binary101011011111010110011111110010000011001001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563E59; }

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

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

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

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

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

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

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

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