Html Css Color HEX #525259 Gun Powder

📋 copy color: '#525259'

red 82 ◦ green 82 ◦ blue 89

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

Shades of Gun Powder #525259

Tints of Gun Powder #525259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.18%

R = 32.41%
G = 32.41%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525259 (or 0x525259) is known color: Gun Powder. HEX triplet: 52, 52 and 59. RGB value is (82,82,89). Sum of RGB (Red+Green+Blue) = 82+82+89=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 89 - color contains mainly: blue. Hex color #525259 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525259 is #ADADA6. Grayscale: #525252. Windows color (decimal): -11382183 or 5853778. OLE color: 5853778.

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

Color convert

RGB 82 82 89 -
CMYK 0.08 0.08 0 0.65
HSL 240º 0.04% 0.34% -
HSV(B) 240º 0.08% 0.35% -
XYZ 8.3 8.55 10.66 -
YUV 82.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 82 82 89 0.08 0.08 0 0.65 240 0.04 0.34
Hex 52 52 59 8 8 0 41 F0 4 22
Octal 122 122 131 10 10 0 101 360 4 42
Binary 1010010 1010010 1011001 1000 1000 0 1000001 11110000 100 100010

Color Harmonies of #525259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525259

Black with #525259

Text Example


Text Example

White with #525259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525259; }

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

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

background-color css

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

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

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

border-color css

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

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

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