#56405C

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

Shades of Bossanova #56405C

Tints of Bossanova #56405C

Color information

#56405C (or 0x56405C) is unknown color: approx Bossanova. HEX triplet: 56, 40 and 5C. RGB value is (86,64,92). Sum of RGB (Red+Green+Blue) = 86+64+92=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 92 - color contains mainly: blue. Hex color #56405C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56405C is #A9BFA3. Grayscale: #494949. Windows color (decimal): -11124644 or 6045782. OLE color: 6045782.

HSL color Cylindrical-coordinate representation of color #56405C: hue angle of 287.14º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56405C is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB866492-
CMYK0.070.3000.64
HSL287.14º17.95%30.59%-
HSV(B)287.14º30.43%36.08%-
XYZ7.66.4210.96-
YUV73.77138.29136.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 64 (25.39% from 255) = 26.45%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=35.54%
G=26.45%
B=38.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8664920.070.3000.64287.1417.9530.59
Hex56405C71E04011f121f
Octal12610013473601004372237
Binary10101101000000101110011111110010000001000111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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