#56455A

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

Shades of Bossanova #56455A

Tints of Bossanova #56455A

Color information

#56455A (or 0x56455A) is unknown color: approx Bossanova. HEX triplet: 56, 45 and 5A. RGB value is (86,69,90). Sum of RGB (Red+Green+Blue) = 86+69+90=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #56455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56455A is #A9BAA5. Grayscale: #4C4C4C. Windows color (decimal): -11123366 or 5915990. OLE color: 5915990.

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

Color convert

RGB866990-
CMYK0.040.2300.65
HSL288.57º13.21%31.18%-
HSV(B)288.57º23.33%35.29%-
XYZ7.816.9710.61-
YUV76.48135.63134.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 69 (27.34% from 255) = 28.16%
BLUE value IS 90 (35.55% from 255) = 36.73%
R=35.10%
G=28.16%
B=36.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8669900.040.2300.65288.5713.2131.18
Hex56455A417041121d1f
Octal12610513242701014411537
Binary1010110100010110110101001011101000001100100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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