#52594E

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

Shades of Battleship Grey #52594E

Tints of Battleship Grey #52594E

Color information

#52594E (or 0x52594E) is unknown color: approx Battleship Grey. HEX triplet: 52, 59 and 4E. RGB value is (82,89,78). Sum of RGB (Red+Green+Blue) = 82+89+78=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 89 - color contains mainly: green. Hex color #52594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52594E is #ADA6B1. Grayscale: #555555. Windows color (decimal): -11380402 or 5134674. OLE color: 5134674.

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

Color convert

RGB828978-
CMYK0.0800.120.65
HSL98.18º6.59%32.75%-
HSV(B)98.18º12.36%34.9%-
XYZ8.439.498.6-
YUV85.65123.68125.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 89 (35.16% from 255) = 35.74%
BLUE value IS 78 (30.86% from 255) = 31.33%
R=32.93%
G=35.74%
B=31.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8289780.0800.120.6598.186.5932.75
Hex52594E80C4162721
Octal12213111610014101142741
Binary10100101011001100111010000110010000011100010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52594E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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