#545853

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

Shades of Battleship Grey #545853

Tints of Battleship Grey #545853

Color information

#545853 (or 0x545853) is unknown color: approx Battleship Grey. HEX triplet: 54, 58 and 53. RGB value is (84,88,83). Sum of RGB (Red+Green+Blue) = 84+88+83=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 83 (32.81% from 255 or 32.55% from 255); Max value from RGB is 88 - color contains mainly: green. Hex color #545853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545853 is #ABA7AC. Grayscale: #565656. Windows color (decimal): -11249581 or 5462100. OLE color: 5462100.

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

Color convert

RGB848883-
CMYK0.0500.060.65
HSL108º2.92%33.53%-
HSV(B)108º5.68%34.51%-
XYZ8.719.499.56-
YUV86.23126.17126.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 88 (34.77% from 255) = 34.51%
BLUE value IS 83 (32.81% from 255) = 32.55%
R=32.94%
G=34.51%
B=32.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488830.0500.060.651082.9233.53
Hex545853506416c322
Octal124130123506101154342
Binary10101001011000101001110101101000001110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545853; }

 p { color: rgb(84,88,83); }

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

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

 a { background-color: rgb(84,88,83); }

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

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

 span { border-color: rgb(84,88,83); }

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