#545953

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

Shades of Battleship Grey #545953

Tints of Battleship Grey #545953

Color information

#545953 (or 0x545953) is unknown color: approx Battleship Grey. HEX triplet: 54, 59 and 53. RGB value is (84,89,83). Sum of RGB (Red+Green+Blue) = 84+89+83=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #545953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545953 is #ABA6AC. Grayscale: #565656. Windows color (decimal): -11249325 or 5462356. OLE color: 5462356.

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

Color convert

RGB848983-
CMYK0.0600.070.65
HSL110º3.49%33.73%-
HSV(B)110º6.74%34.9%-
XYZ8.799.659.58-
YUV86.82125.84125.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 89 (35.16% from 255) = 34.77%
BLUE value IS 83 (32.81% from 255) = 32.42%
R=32.81%
G=34.77%
B=32.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489830.0600.070.651103.4933.73
Hex545953607416e322
Octal124131123607101156342
Binary10101001011001101001111001111000001110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545953; }

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

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

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

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

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

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

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

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