Html Css Color HEX #52515F Gun Powder

📋 copy color: '#52515F'

red 82 ◦ green 81 ◦ blue 95

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

Shades of Gun Powder #52515F

Tints of Gun Powder #52515F

RGB

 RED value IS 82 (32.42% from 255) = 31.78%

 GREEN value IS 81 (32.03% from 255) = 31.4%

 BLUE value IS 95 (37.5% from 255) = 36.82%

R = 31.78%
G = 31.4%
B = 36.82%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#52515F (or 0x52515F) is known color: Gun Powder. HEX triplet: 52, 51 and 5F. RGB value is (82,81,95). Sum of RGB (Red+Green+Blue) = 82+81+95=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 95 - color contains mainly: blue. Hex color #52515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52515F is #ADAEA0. Grayscale: #525252. Windows color (decimal): -11382433 or 6246738. OLE color: 6246738.

HSL color Cylindrical-coordinate representation of color #52515F: hue angle of 244.29º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #52515F is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 82 81 95 -
CMYK 0.14 0.15 0 0.63
HSL 244.29º 0.08% 0.35% -
HSV(B) 244.29º 0.15% 0.37% -
XYZ 8.49 8.5 12.02 -
YUV 82.9 134.83 127.36 -
System Red Green Blue C M Y K H S L
Decimal 82 81 95 0.14 0.15 0 0.63 244.29 0.08 0.35
Hex 52 51 5F E F 0 3F F4 8 23
Octal 122 121 137 16 17 0 77 364 10 43
Binary 1010010 1010001 1011111 1110 1111 0 111111 11110100 1000 100011

Color Harmonies of #52515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52515F

Black with #52515F

Text Example


Text Example

White with #52515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,81,95); }

 H1.HeaderClassName
 {
   color: #52515F;
 }
 .AnyTagClassName
 {
   color: #52515F;
 }
</style>

background-color css

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

 a { background-color: rgb(82,81,95); }

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

border-color css

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

 span { border-color: rgb(82,81,95); }

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