Html Css Color HEX #525061 Gun Powder

📋 copy color: '#525061'

red 82 ◦ green 80 ◦ blue 97

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

Shades of Gun Powder #525061

Tints of Gun Powder #525061

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 31.66%
G = 30.89%
B = 37.45%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#525061 (or 0x525061) is known color: Gun Powder. HEX triplet: 52, 50 and 61. RGB value is (82,80,97). Sum of RGB (Red+Green+Blue) = 82+80+97=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 97 - color contains mainly: blue. Hex color #525061 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525061 is #ADAF9E. Grayscale: #525252. Windows color (decimal): -11382687 or 6377554. OLE color: 6377554.

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

Color convert

RGB 82 80 97 -
CMYK 0.15 0.18 0 0.62
HSL 247.06º 0.1% 0.35% -
HSV(B) 247.06º 0.18% 0.38% -
XYZ 8.51 8.39 12.48 -
YUV 82.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 82 80 97 0.15 0.18 0 0.62 247.06 0.1 0.35
Hex 52 50 61 F 12 0 3E F7 A 23
Octal 122 120 141 17 22 0 76 367 12 43
Binary 1010010 1010000 1100001 1111 10010 0 111110 11110111 1010 100011

Color Harmonies of #525061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525061

Black with #525061

Text Example


Text Example

White with #525061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525061; }

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

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

background-color css

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

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

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

border-color css

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

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

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