#56445B

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

Shades of Bossanova #56445B

Tints of Bossanova #56445B

Color information

#56445B (or 0x56445B) is unknown color: approx Bossanova. HEX triplet: 56, 44 and 5B. RGB value is (86,68,91). Sum of RGB (Red+Green+Blue) = 86+68+91=245 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.10% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 91 - color contains mainly: blue. Hex color #56445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #56445B is #A9BBA4. Grayscale: #4B4B4B. Windows color (decimal): -11123621 or 5981270. OLE color: 5981270.

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

Color convert

RGB866891-
CMYK0.050.2500.64
HSL286.96º14.47%31.18%-
HSV(B)286.96º25.27%35.69%-
XYZ7.796.8710.81-
YUV76136.46135.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.10%
GREEN value IS 68 (26.95% from 255) = 27.76%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=35.10%
G=27.76%
B=37.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8668910.050.2500.64286.9614.4731.18
Hex56445B51904011fe1f
Octal12610413353101004371637
Binary1010110100010010110111011100101000000100011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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