#56415B

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

Shades of Bossanova #56415B

Tints of Bossanova #56415B

Color information

#56415B (or 0x56415B) is unknown color: approx Bossanova. HEX triplet: 56, 41 and 5B. RGB value is (86,65,91). Sum of RGB (Red+Green+Blue) = 86+65+91=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 91 - color contains mainly: blue. Hex color #56415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56415B is #A9BEA4. Grayscale: #4A4A4A. Windows color (decimal): -11124389 or 5980502. OLE color: 5980502.

HSL color Cylindrical-coordinate representation of color #56415B: hue angle of 288.46º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #56415B is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB866591-
CMYK0.050.2900.64
HSL288.46º16.67%30.59%-
HSV(B)288.46º28.57%35.69%-
XYZ7.626.5110.75-
YUV74.24137.46136.39-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 65 (25.78% from 255) = 26.86%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=35.54%
G=26.86%
B=37.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8665910.050.2900.64288.4616.6730.59
Hex56415B51D040120111f
Octal12610113353501004402137
Binary10101101000001101101110111101010000001001000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56415B; }

 p { color: rgb(86,65,91); }

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

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

 a { background-color: rgb(86,65,91); }

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

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

 span { border-color: rgb(86,65,91); }

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