#555F51

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

Shades of Battleship Grey #555F51

Tints of Battleship Grey #555F51

Color information

#555F51 (or 0x555F51) is unknown color: approx Battleship Grey. HEX triplet: 55, 5F and 51. RGB value is (85,95,81). Sum of RGB (Red+Green+Blue) = 85+95+81=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 95 (37.5% from 255 or 36.40% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 95 - color contains mainly: green. Hex color #555F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555F51 is #AAA0AE. Grayscale: #5A5A5A. Windows color (decimal): -11182255 or 5332821. OLE color: 5332821.

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

Color convert

RGB859581-
CMYK0.1100.150.63
HSL102.86º7.95%34.51%-
HSV(B)102.86º14.74%37.25%-
XYZ9.3210.719.36-
YUV90.41122.69124.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 95 (37.5% from 255) = 36.40%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=32.57%
G=36.40%
B=31.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8595810.1100.150.63102.867.9534.51
Hex555F51B0F3F67823
Octal12513712113017771471043
Binary10101011011111101000110110111111111111001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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