#56405A

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

Shades of Bossanova #56405A

Tints of Bossanova #56405A

Color information

#56405A (or 0x56405A) is unknown color: approx Bossanova. HEX triplet: 56, 40 and 5A. RGB value is (86,64,90). Sum of RGB (Red+Green+Blue) = 86+64+90=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 90 - color contains mainly: blue. Hex color #56405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56405A is #A9BFA5. Grayscale: #494949. Windows color (decimal): -11124646 or 5914710. OLE color: 5914710.

HSL color Cylindrical-coordinate representation of color #56405A: hue angle of 290.77º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56405A is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB866490-
CMYK0.040.2900.65
HSL290.77º16.88%30.2%-
HSV(B)290.77º28.89%35.29%-
XYZ7.526.3810.51-
YUV73.54137.29136.89-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.83%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=35.83%
G=26.67%
B=37.5%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8664900.040.2900.65290.7716.8830.2
Hex56405A41D041123111e
Octal12610013243501014432136
Binary10101101000000101101010011101010000011001000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56405A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56405A; }

 p { color: rgb(86,64,90); }

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

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

 a { background-color: rgb(86,64,90); }

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

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

 span { border-color: rgb(86,64,90); }

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