Html Css Color HEX #525262 Gun Powder

📋 copy color: '#525262'

red 82 ◦ green 82 ◦ blue 98

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

Shades of Gun Powder #525262

Tints of Gun Powder #525262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.4%

R = 31.3%
G = 31.3%
B = 37.4%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525262 (or 0x525262) is known color: Gun Powder. HEX triplet: 52, 52 and 62. RGB value is (82,82,98). Sum of RGB (Red+Green+Blue) = 82+82+98=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 98 - color contains mainly: blue. Hex color #525262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525262 is #ADAD9D. Grayscale: #535353. Windows color (decimal): -11382174 or 6443602. OLE color: 6443602.

HSL color Cylindrical-coordinate representation of color #525262: hue angle of 240º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #525262 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 82 98 -
CMYK 0.16 0.16 0 0.62
HSL 240º 0.09% 0.35% -
HSV(B) 240º 0.16% 0.38% -
XYZ 8.7 8.71 12.78 -
YUV 83.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 82 82 98 0.16 0.16 0 0.62 240 0.09 0.35
Hex 52 52 62 10 10 0 3E F0 9 23
Octal 122 122 142 20 20 0 76 360 11 43
Binary 1010010 1010010 1100010 10000 10000 0 111110 11110000 1001 100011

Color Harmonies of #525262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525262

Black with #525262

Text Example


Text Example

White with #525262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525262; }

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

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

background-color css

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

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

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

border-color css

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

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

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