#545A52

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

Shades of Battleship Grey #545A52

Tints of Battleship Grey #545A52

Color information

#545A52 (or 0x545A52) is unknown color: approx Battleship Grey. HEX triplet: 54, 5A and 52. RGB value is (84,90,82). Sum of RGB (Red+Green+Blue) = 84+90+82=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 90 - color contains mainly: green. Hex color #545A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A52 is #ABA5AD. Grayscale: #575757. Windows color (decimal): -11249070 or 5397076. OLE color: 5397076.

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

Color convert

RGB849082-
CMYK0.0700.090.65
HSL105º4.65%33.73%-
HSV(B)105º8.89%35.29%-
XYZ8.849.819.41-
YUV87.29125.01125.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.81%
GREEN value IS 90 (35.55% from 255) = 35.16%
BLUE value IS 82 (32.42% from 255) = 32.03%
R=32.81%
G=35.16%
B=32.03%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8490820.0700.090.651054.6533.73
Hex545A527094169522
Octal1241321227011101151542
Binary1010100101101010100101110100110000011101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,90,82); }

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

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

 a { background-color: rgb(84,90,82); }

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

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

 span { border-color: rgb(84,90,82); }

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