#555953

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

Shades of Battleship Grey #555953

Tints of Battleship Grey #555953

Color information

#555953 (or 0x555953) is unknown color: approx Battleship Grey. HEX triplet: 55, 59 and 53. RGB value is (85,89,83). Sum of RGB (Red+Green+Blue) = 85+89+83=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 89 (35.16% from 255 or 34.63% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 89 - color contains mainly: green. Hex color #555953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555953 is #AAA6AC. Grayscale: #575757. Windows color (decimal): -11183789 or 5462357. OLE color: 5462357.

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

Color convert

RGB858983-
CMYK0.0400.070.65
HSL100º3.49%33.73%-
HSV(B)100º6.74%34.9%-
XYZ8.889.79.59-
YUV87.12125.67126.49-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 89 (35.16% from 255) = 34.63%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=33.07%
G=34.63%
B=32.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8589830.0400.070.651003.4933.73
Hex5559534074164322
Octal125131123407101144342
Binary10101011011001101001110001111000001110010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555953; }

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

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

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

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

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

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

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

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