#545951

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

Shades of Battleship Grey #545951

Tints of Battleship Grey #545951

Color information

#545951 (or 0x545951) is unknown color: approx Battleship Grey. HEX triplet: 54, 59 and 51. RGB value is (84,89,81). Sum of RGB (Red+Green+Blue) = 84+89+81=254 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.07% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 89 - color contains mainly: green. Hex color #545951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545951 is #ABA6AE. Grayscale: #565656. Windows color (decimal): -11249327 or 5331284. OLE color: 5331284.

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

Color convert

RGB848981-
CMYK0.0600.090.65
HSL97.5º4.71%33.33%-
HSV(B)97.5º8.99%34.9%-
XYZ8.719.629.18-
YUV86.59124.84126.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.07%
GREEN value IS 89 (35.16% from 255) = 35.04%
BLUE value IS 81 (32.03% from 255) = 31.89%
R=33.07%
G=35.04%
B=31.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489810.0600.090.6597.54.7133.33
Hex5459516094161521
Octal1241311216011101141541
Binary1010100101100110100011100100110000011100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545951; }

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

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

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

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

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

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

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

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