#52584F

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

Shades of Battleship Grey #52584F

Tints of Battleship Grey #52584F

Color information

#52584F (or 0x52584F) is unknown color: approx Battleship Grey. HEX triplet: 52, 58 and 4F. RGB value is (82,88,79). Sum of RGB (Red+Green+Blue) = 82+88+79=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 88 - color contains mainly: green. Hex color #52584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52584F is #ADA7B0. Grayscale: #555555. Windows color (decimal): -11380657 or 5199954. OLE color: 5199954.

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

Color convert

RGB828879-
CMYK0.0700.100.65
HSL100º5.39%32.75%-
HSV(B)100º10.23%34.51%-
XYZ8.389.348.76-
YUV85.18124.51125.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 88 (34.77% from 255) = 35.34%
BLUE value IS 79 (31.25% from 255) = 31.73%
R=32.93%
G=35.34%
B=31.73%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8288790.0700.100.651005.3932.75
Hex52584F70A4164521
Octal1221301177012101144541
Binary1010010101100010011111110101010000011100100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52584F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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