#545B51

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

Shades of Battleship Grey #545B51

Tints of Battleship Grey #545B51

Color information

#545B51 (or 0x545B51) is unknown color: approx Battleship Grey. HEX triplet: 54, 5B and 51. RGB value is (84,91,81). Sum of RGB (Red+Green+Blue) = 84+91+81=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 81 (32.03% from 255 or 31.64% from 256); Max value from RGB is 91 - color contains mainly: green. Hex color #545B51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B51 is #ABA4AE. Grayscale: #575757. Windows color (decimal): -11248815 or 5331796. OLE color: 5331796.

HSL color Cylindrical-coordinate representation of color #545B51: hue angle of 102º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #545B51 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB849181-
CMYK0.0800.110.64
HSL102º5.81%33.73%-
HSV(B)102º10.99%35.69%-
XYZ8.889.969.24-
YUV87.77124.18125.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 91 (35.94% from 255) = 35.55%
BLUE value IS 81 (32.03% from 255) = 31.64%
R=32.81%
G=35.55%
B=31.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491810.0800.110.641025.8133.73
Hex545B5180B4066622
Octal12413312110013100146642
Binary10101001011011101000110000101110000001100110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545B51; }

 p { color: rgb(84,91,81); }

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

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

 a { background-color: rgb(84,91,81); }

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

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

 span { border-color: rgb(84,91,81); }

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