#555549

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

Shades of Ship Grey #555549

Tints of Ship Grey #555549

Color information

#555549 (or 0x555549) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 49. RGB value is (85,85,73). Sum of RGB (Red+Green+Blue) = 85+85+73=243 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.98% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 85 - color contains mainly: red, green. Hex color #555549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555549 is #AAAAB6. Grayscale: #535353. Windows color (decimal): -11184823 or 4805973. OLE color: 4805973.

HSL color Cylindrical-coordinate representation of color #555549: hue angle of 60º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555549 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB858573-
CMYK000.140.67
HSL60º7.59%30.98%-
HSV(B)60º14.12%33.33%-
XYZ8.28.917.59-
YUV83.63122128.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.98%
GREEN value IS 85 (33.59% from 255) = 34.98%
BLUE value IS 73 (28.91% from 255) = 30.04%
R=34.98%
G=34.98%
B=30.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858573000.140.67607.5930.98
Hex55554900E433c81f
Octal1251251110016103741037
Binary1010101101010110010010011101000011111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555549; }

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

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

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

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

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

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

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

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