#52574F

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

Shades of Battleship Grey #52574F

Tints of Battleship Grey #52574F

Color information

#52574F (or 0x52574F) is unknown color: approx Battleship Grey. HEX triplet: 52, 57 and 4F. RGB value is (82,87,79). Sum of RGB (Red+Green+Blue) = 82+87+79=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 87 - color contains mainly: green. Hex color #52574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52574F is #ADA8B0. Grayscale: #545454. Windows color (decimal): -11380913 or 5199698. OLE color: 5199698.

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

Color convert

RGB828779-
CMYK0.0600.090.66
HSL97.5º4.82%32.55%-
HSV(B)97.5º9.2%34.12%-
XYZ8.39.178.73-
YUV84.59124.84126.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=33.06%
G=35.08%
B=31.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8287790.0600.090.6697.54.8232.55
Hex52574F6094261521
Octal1221271176011102141541
Binary1010010101011110011111100100110000101100001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52574F; }

 p { color: rgb(82,87,79); }

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

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

 a { background-color: rgb(82,87,79); }

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

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

 span { border-color: rgb(82,87,79); }

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