#563A59

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

Shades of Bossanova #563A59

Tints of Bossanova #563A59

Color information

#563A59 (or 0x563A59) is unknown color: approx Bossanova. HEX triplet: 56, 3A and 59. RGB value is (86,58,89). Sum of RGB (Red+Green+Blue) = 86+58+89=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #563A59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563A59 is #A9C5A6. Grayscale: #454545. Windows color (decimal): -11126183 or 5847638. OLE color: 5847638.

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

Color convert

RGB865889-
CMYK0.030.3500.65
HSL294.19º21.09%28.82%-
HSV(B)294.19º34.83%34.9%-
XYZ7.155.7310.18-
YUV69.91138.78139.48-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 89 (35.16% from 255) = 38.20%
R=36.91%
G=24.89%
B=38.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8658890.030.3500.65294.1921.0928.82
Hex563A59323041126151d
Octal1267213134301014462535
Binary1010110111010101100111100011010000011001001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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