#554756

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

Shades of Bossanova #554756

Tints of Bossanova #554756

Color information

#554756 (or 0x554756) is unknown color: approx Bossanova. HEX triplet: 55, 47 and 56. RGB value is (85,71,86). Sum of RGB (Red+Green+Blue) = 85+71+86=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 86 - color contains mainly: blue. Hex color #554756 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554756 is #AAB8A9. Grayscale: #4C4C4C. Windows color (decimal): -11188394 or 5654357. OLE color: 5654357.

HSL color Cylindrical-coordinate representation of color #554756: hue angle of 296º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #554756 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB857186-
CMYK0.010.1700.66
HSL296º9.55%30.78%-
HSV(B)296º17.44%33.73%-
XYZ7.687.119.77-
YUV76.9133.14133.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=35.12%
G=29.34%
B=35.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8571860.010.1700.662969.5530.78
Hex554756111042128a1f
Octal12510712612101024501237
Binary10101011000111101011011000101000010100101000101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554756; }

 p { color: rgb(85,71,86); }

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

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

 a { background-color: rgb(85,71,86); }

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

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

 span { border-color: rgb(85,71,86); }

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