#545B52

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

Shades of Battleship Grey #545B52

Tints of Battleship Grey #545B52

Color information

#545B52 (or 0x545B52) is unknown color: approx Battleship Grey. HEX triplet: 54, 5B and 52. RGB value is (84,91,82). Sum of RGB (Red+Green+Blue) = 84+91+82=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 91 - color contains mainly: green. Hex color #545B52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B52 is #ABA4AD. Grayscale: #575757. Windows color (decimal): -11248814 or 5397332. OLE color: 5397332.

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

Color convert

RGB849182-
CMYK0.0800.100.64
HSL106.67º5.2%33.92%-
HSV(B)106.67º9.89%35.69%-
XYZ8.929.989.44-
YUV87.88124.68125.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.68%
GREEN value IS 91 (35.94% from 255) = 35.41%
BLUE value IS 82 (32.42% from 255) = 31.91%
R=32.68%
G=35.41%
B=31.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8491820.0800.100.64106.675.233.92
Hex545B5280A406b522
Octal12413312210012100153542
Binary10101001011011101001010000101010000001101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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