#563958

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

Shades of Bossanova #563958

Tints of Bossanova #563958

Color information

#563958 (or 0x563958) is unknown color: approx Bossanova. HEX triplet: 56, 39 and 58. RGB value is (86,57,88). Sum of RGB (Red+Green+Blue) = 86+57+88=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #563958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563958 is #A9C6A7. Grayscale: #454545. Windows color (decimal): -11126440 or 5781846. OLE color: 5781846.

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

Color convert

RGB865788-
CMYK0.020.3500.65
HSL296.13º21.38%28.43%-
HSV(B)296.13º35.23%34.51%-
XYZ7.065.619.94-
YUV69.2138.61139.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.23%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 88 (34.77% from 255) = 38.10%
R=37.23%
G=24.68%
B=38.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8657880.020.3500.65296.1321.3828.43
Hex563958223041128151c
Octal1267113024301014502534
Binary1010110111001101100010100011010000011001010001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #563958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #563958; }

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

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

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

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

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

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

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

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