Html Css Color HEX #52584F Battleship Grey

📋 copy color: '#52584F'

red 82 ◦ green 88 ◦ blue 79

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

Shades of Battleship Grey #52584F

Tints of Battleship Grey #52584F

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

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 82 88 79 -
CMYK 0.07 0 0.10 0.65
HSL 100º 0.05% 0.33% -
HSV(B) 100º 0.1% 0.35% -
XYZ 8.38 9.34 8.76 -
YUV 85.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 82 88 79 0.07 0 0.10 0.65 100 0.05 0.33
Hex 52 58 4F 7 0 A 41 64 5 21
Octal 122 130 117 7 0 12 101 144 5 41
Binary 1010010 1011000 1001111 111 0 1010 1000001 1100100 101 100001

Color Harmonies of #52584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52584F

Black with #52584F

Text Example


Text Example

White with #52584F

Text Example


Text Example

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