Html Css Color HEX #52594F Battleship Grey

📋 copy color: '#52594F'

red 82 ◦ green 89 ◦ blue 79

#52594F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #52594F

Tints of Battleship Grey #52594F

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 value IS 0.08

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#52594F (or 0x52594F) is known color: 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

RGB 82 89 79 -
CMYK 0.08 0 0.11 0.65
HSL 102º 0.06% 0.33% -
HSV(B) 102º 0.11% 0.35% -
XYZ 8.46 9.5 8.79 -
YUV 85.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 82 89 79 0.08 0 0.11 0.65 102 0.06 0.33
Hex 52 59 4F 8 0 B 41 66 6 21
Octal 122 131 117 10 0 13 101 146 6 41
Binary 1010010 1011001 1001111 1000 0 1011 1000001 1100110 110 100001

Color Harmonies of #52594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52594F

Black with #52594F

Text Example


Text Example

White with #52594F

Text Example


Text Example

HTML Codes & Css Web 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>