#555F52

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

Shades of Battleship Grey #555F52

Tints of Battleship Grey #555F52

Color information

#555F52 (or 0x555F52) is unknown color: approx Battleship Grey. HEX triplet: 55, 5F and 52. RGB value is (85,95,82). Sum of RGB (Red+Green+Blue) = 85+95+82=262 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.44% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 95 - color contains mainly: green. Hex color #555F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F52 is #AAA0AD. Grayscale: #5A5A5A. Windows color (decimal): -11182254 or 5398357. OLE color: 5398357.

HSL color Cylindrical-coordinate representation of color #555F52: hue angle of 106.15º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #555F52 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB859582-
CMYK0.1100.140.63
HSL106.15º7.34%34.71%-
HSV(B)106.15º13.68%37.25%-
XYZ9.3610.729.56-
YUV90.53123.19124.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.44%
GREEN value IS 95 (37.5% from 255) = 36.26%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=32.44%
G=36.26%
B=31.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595820.1100.140.63106.157.3434.71
Hex555F52B0E3F6a723
Octal1251371221301677152743
Binary1010101101111110100101011011101111111101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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