#555754

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

Shades of Battleship Grey #555754

Tints of Battleship Grey #555754

Color information

#555754 (or 0x555754) is unknown color: approx Battleship Grey. HEX triplet: 55, 57 and 54. RGB value is (85,87,84). Sum of RGB (Red+Green+Blue) = 85+87+84=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 87 - color contains mainly: green. Hex color #555754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555754 is #AAA8AB. Grayscale: #565656. Windows color (decimal): -11184300 or 5527381. OLE color: 5527381.

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

Color convert

RGB858784-
CMYK0.0200.030.66
HSL100º1.75%33.53%-
HSV(B)100º3.45%34.12%-
XYZ8.759.399.74-
YUV86.06126.84127.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 87 (34.38% from 255) = 33.98%
BLUE value IS 84 (33.20% from 255) = 32.81%
R=33.20%
G=33.98%
B=32.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8587840.0200.030.661001.7533.53
Hex5557542034264222
Octal125127124203102144242
Binary101010110101111010100100111000010110010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555754; }

 p { color: rgb(85,87,84); }

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

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

 a { background-color: rgb(85,87,84); }

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

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

 span { border-color: rgb(85,87,84); }

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