#545952

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

Shades of Battleship Grey #545952

Tints of Battleship Grey #545952

Color information

#545952 (or 0x545952) is unknown color: approx Battleship Grey. HEX triplet: 54, 59 and 52. RGB value is (84,89,82). Sum of RGB (Red+Green+Blue) = 84+89+82=255 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.94% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 82 (32.42% from 255 or 32.16% from 255); Max value from RGB is 89 - color contains mainly: green. Hex color #545952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545952 is #ABA6AD. Grayscale: #565656. Windows color (decimal): -11249326 or 5396820. OLE color: 5396820.

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

Color convert

RGB848982-
CMYK0.0600.080.65
HSL102.86º4.09%33.53%-
HSV(B)102.86º7.87%34.9%-
XYZ8.759.649.38-
YUV86.71125.34126.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.94%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 82 (32.42% from 255) = 32.16%
R=32.94%
G=34.90%
B=32.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8489820.0600.080.65102.864.0933.53
Hex5459526084167422
Octal1241311226010101147442
Binary1010100101100110100101100100010000011100111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545952; }

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

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

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

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

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

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

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

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