Html Css Color HEX #525161 Gun Powder

📋 copy color: '#525161'

red 82 ◦ green 81 ◦ blue 97

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

Shades of Gun Powder #525161

Tints of Gun Powder #525161

RGB

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

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

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

R = 31.54%
G = 31.15%
B = 37.31%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525161 (or 0x525161) is known color: Gun Powder. HEX triplet: 52, 51 and 61. RGB value is (82,81,97). Sum of RGB (Red+Green+Blue) = 82+81+97=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #525161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525161 is #ADAE9E. Grayscale: #535353. Windows color (decimal): -11382431 or 6377810. OLE color: 6377810.

HSL color Cylindrical-coordinate representation of color #525161: hue angle of 243.75º 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 #525161 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 81 97 -
CMYK 0.15 0.16 0 0.62
HSL 243.75º 0.09% 0.35% -
HSV(B) 243.75º 0.16% 0.38% -
XYZ 8.58 8.54 12.51 -
YUV 83.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 82 81 97 0.15 0.16 0 0.62 243.75 0.09 0.35
Hex 52 51 61 F 10 0 3E F4 9 23
Octal 122 121 141 17 20 0 76 364 11 43
Binary 1010010 1010001 1100001 1111 10000 0 111110 11110100 1001 100011

Color Harmonies of #525161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525161

Black with #525161

Text Example


Text Example

White with #525161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525161; }

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

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

background-color css

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

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

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

border-color css

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

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

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