#555A52

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

Shades of Battleship Grey #555A52

Tints of Battleship Grey #555A52

Color information

#555A52 (or 0x555A52) is unknown color: approx Battleship Grey. HEX triplet: 55, 5A and 52. RGB value is (85,90,82). Sum of RGB (Red+Green+Blue) = 85+90+82=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #555A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A52 is #AAA5AD. Grayscale: #575757. Windows color (decimal): -11183534 or 5397077. OLE color: 5397077.

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

Color convert

RGB859082-
CMYK0.0600.090.65
HSL97.5º4.65%33.73%-
HSV(B)97.5º8.89%35.29%-
XYZ8.939.859.41-
YUV87.59124.84126.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 90 (35.55% from 255) = 35.02%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=33.07%
G=35.02%
B=31.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8590820.0600.090.6597.54.6533.73
Hex555A526094161522
Octal1251321226011101141542
Binary1010101101101010100101100100110000011100001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,90,82); }

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

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

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

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

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

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

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