#554959

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

Shades of Bossanova #554959

Tints of Bossanova #554959

Color information

#554959 (or 0x554959) is unknown color: approx Bossanova. HEX triplet: 55, 49 and 59. RGB value is (85,73,89). Sum of RGB (Red+Green+Blue) = 85+73+89=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 89 - color contains mainly: blue. Hex color #554959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554959 is #AAB6A6. Grayscale: #4E4E4E. Windows color (decimal): -11187879 or 5851477. OLE color: 5851477.

HSL color Cylindrical-coordinate representation of color #554959: hue angle of 285º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #554959 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB857389-
CMYK0.040.1800.65
HSL285º9.88%31.76%-
HSV(B)285º17.98%34.9%-
XYZ7.937.4210.46-
YUV78.41133.98132.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 73 (28.91% from 255) = 29.55%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=34.41%
G=29.55%
B=36.03%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8573890.040.1800.652859.8831.76
Hex55495941204111da20
Octal12511113142201014351240
Binary10101011001001101100110010010010000011000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554959; }

 p { color: rgb(85,73,89); }

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

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

 a { background-color: rgb(85,73,89); }

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

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

 span { border-color: rgb(85,73,89); }

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