#554F55

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

Shades of Bossanova #554F55

Tints of Bossanova #554F55

Color information

#554F55 (or 0x554F55) is unknown color: approx Bossanova. HEX triplet: 55, 4F and 55. RGB value is (85,79,85). Sum of RGB (Red+Green+Blue) = 85+79+85=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 85 (33.59% from 255 or 34.14% from 249); Max value from RGB is 85 - color contains mainly: red, blue. Hex color #554F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F55 is #AAB0AA. Grayscale: #515151. Windows color (decimal): -11186347 or 5590869. OLE color: 5590869.

HSL color Cylindrical-coordinate representation of color #554F55: hue angle of 300º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F55 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB857985-
CMYK00.0700.67
HSL300º3.66%32.16%-
HSV(B)300º7.06%33.33%-
XYZ8.188.189.74-
YUV81.48129.99130.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 79 (31.25% from 255) = 31.73%
BLUE value IS 85 (33.59% from 255) = 34.14%
R=34.14%
G=31.73%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85798500.0700.673003.6632.16
Hex554F550704312c420
Octal125117125070103454440
Binary101010110011111010101011101000011100101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,79,85); }

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

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

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

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

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

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

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