#52594F

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

Shades of Battleship Grey #52594F

Tints of Battleship Grey #52594F

Color information

#52594F (or 0x52594F) is unknown color: approx Battleship Grey. HEX triplet: 52, 59 and 4F. RGB value is (82,89,79). Sum of RGB (Red+Green+Blue) = 82+89+79=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 89 - color contains mainly: green. Hex color #52594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52594F is #ADA6B0. Grayscale: #555555. Windows color (decimal): -11380401 or 5200210. OLE color: 5200210.

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

Color convert

RGB828979-
CMYK0.0800.110.65
HSL102º5.95%32.94%-
HSV(B)102º11.24%34.9%-
XYZ8.469.58.79-
YUV85.77124.18125.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 89 (35.16% from 255) = 35.6%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=32.8%
G=35.6%
B=31.6%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289790.0800.110.651025.9532.94
Hex52594F80B4166621
Octal12213111710013101146641
Binary10100101011001100111110000101110000011100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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