#555D53

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

Shades of Battleship Grey #555D53

Tints of Battleship Grey #555D53

Color information

#555D53 (or 0x555D53) is unknown color: approx Battleship Grey. HEX triplet: 55, 5D and 53. RGB value is (85,93,83). Sum of RGB (Red+Green+Blue) = 85+93+83=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 93 (36.72% from 255 or 35.63% from 261); Blue value is 83 (32.81% from 255 or 31.80% from 261); Max value from RGB is 93 - color contains mainly: green. Hex color #555D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555D53 is #AAA2AC. Grayscale: #595959. Windows color (decimal): -11182765 or 5463381. OLE color: 5463381.

HSL color Cylindrical-coordinate representation of color #555D53: hue angle of 108º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555D53 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB859383-
CMYK0.0900.110.64
HSL108º5.68%34.51%-
HSV(B)108º10.75%36.47%-
XYZ9.2210.389.7-
YUV89.47124.35124.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 93 (36.72% from 255) = 35.63%
BLUE value IS 83 (32.81% from 255) = 31.80%
R=32.57%
G=35.63%
B=31.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8593830.0900.110.641085.6834.51
Hex555D5390B406c623
Octal12513512311013100154643
Binary10101011011101101001110010101110000001101100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555D53; }

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

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

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

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

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

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

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

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