Html Css Color HEX #52574F Battleship Grey

📋 copy color: '#52574F'

red 82 ◦ green 87 ◦ blue 79

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

Shades of Battleship Grey #52574F

Tints of Battleship Grey #52574F

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

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

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

RGB 82 87 79 -
CMYK 0.06 0 0.09 0.66
HSL 97.5º 0.05% 0.33% -
HSV(B) 97.5º 0.09% 0.34% -
XYZ 8.3 9.17 8.73 -
YUV 84.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 82 87 79 0.06 0 0.09 0.66 97.5 0.05 0.33
Hex 52 57 4F 6 0 9 42 62 5 21
Octal 122 127 117 6 0 11 102 142 5 41
Binary 1010010 1010111 1001111 110 0 1001 1000010 1100010 101 100001

Color Harmonies of #52574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52574F

Black with #52574F

Text Example


Text Example

White with #52574F

Text Example


Text Example

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