Html Css Color HEX #525253 Gun Powder

📋 copy color: '#525253'

red 82 ◦ green 82 ◦ blue 83

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

Shades of Gun Powder #525253

Tints of Gun Powder #525253

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

 BLUE value IS 83 (32.81% from 255) = 33.6%

R = 33.2%
G = 33.2%
B = 33.6%

CMYK

 C value IS 0.01

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#525253 (or 0x525253) is known color: Gun Powder. HEX triplet: 52, 52 and 53. RGB value is (82,82,83). Sum of RGB (Red+Green+Blue) = 82+82+83=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 83 - color contains mainly: blue. Hex color #525253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525253 is #ADADAC. Grayscale: #525252. Windows color (decimal): -11382189 or 5460562. OLE color: 5460562.

HSL color Cylindrical-coordinate representation of color #525253: hue angle of 240º degrees, saturation: 0.01, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #525253 is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 82 83 -
CMYK 0.01 0.01 0 0.67
HSL 240º 0.01% 0.32% -
HSV(B) 240º 0.01% 0.33% -
XYZ 8.06 8.45 9.39 -
YUV 82.11 128.5 127.92 -
System Red Green Blue C M Y K H S L
Decimal 82 82 83 0.01 0.01 0 0.67 240 0.01 0.32
Hex 52 52 53 1 1 0 43 F0 1 20
Octal 122 122 123 1 1 0 103 360 1 40
Binary 1010010 1010010 1010011 1 1 0 1000011 11110000 1 100000

Color Harmonies of #525253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525253

Black with #525253

Text Example


Text Example

White with #525253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525253; }

 p { color: rgb(82,82,83); }

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

background-color css

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

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

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

border-color css

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

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

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