#554E56

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

Shades of Bossanova #554E56

Tints of Bossanova #554E56

Color information

#554E56 (or 0x554E56) is unknown color: approx Bossanova. HEX triplet: 55, 4E and 56. RGB value is (85,78,86). Sum of RGB (Red+Green+Blue) = 85+78+86=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 78 (30.86% from 255 or 31.33% from 249); Blue value is 86 (33.98% from 255 or 34.54% from 249); Max value from RGB is 86 - color contains mainly: blue. Hex color #554E56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E56 is #AAB1A9. Grayscale: #505050. Windows color (decimal): -11186602 or 5656149. OLE color: 5656149.

HSL color Cylindrical-coordinate representation of color #554E56: hue angle of 292.5º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #554E56 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB857886-
CMYK0.010.0900.66
HSL292.5º4.88%32.16%-
HSV(B)292.5º9.3%33.73%-
XYZ8.158.059.93-
YUV81130.82130.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 78 (30.86% from 255) = 31.33%
BLUE value IS 86 (33.98% from 255) = 34.54%
R=34.14%
G=31.33%
B=34.54%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8578860.010.0900.66292.54.8832.16
Hex554E5619042125520
Octal1251161261110102445540
Binary1010101100111010101101100101000010100100101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554E56; }

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

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

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

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

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

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

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

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