Html Css Color HEX #525261 Gun Powder

📋 copy color: '#525261'

red 82 ◦ green 82 ◦ blue 97

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

Shades of Gun Powder #525261

Tints of Gun Powder #525261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.16%

R = 31.42%
G = 31.42%
B = 37.16%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525261 (or 0x525261) is known color: Gun Powder. HEX triplet: 52, 52 and 61. RGB value is (82,82,97). Sum of RGB (Red+Green+Blue) = 82+82+97=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 82 (32.42% from 255 or 31.42% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 97 - color contains mainly: blue. Hex color #525261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525261 is #ADAD9E. Grayscale: #535353. Windows color (decimal): -11382175 or 6378066. OLE color: 6378066.

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

Color convert

RGB 82 82 97 -
CMYK 0.15 0.15 0 0.62
HSL 240º 0.08% 0.35% -
HSV(B) 240º 0.15% 0.38% -
XYZ 8.65 8.69 12.53 -
YUV 83.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 82 82 97 0.15 0.15 0 0.62 240 0.08 0.35
Hex 52 52 61 F F 0 3E F0 8 23
Octal 122 122 141 17 17 0 76 360 10 43
Binary 1010010 1010010 1100001 1111 1111 0 111110 11110000 1000 100011

Color Harmonies of #525261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525261

Black with #525261

Text Example


Text Example

White with #525261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525261; }

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

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

background-color css

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

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

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

border-color css

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

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

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