Html Css Color HEX #525256 Gun Powder

📋 copy color: '#525256'

red 82 ◦ green 82 ◦ blue 86

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

Shades of Gun Powder #525256

Tints of Gun Powder #525256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 34.4%

R = 32.8%
G = 32.8%
B = 34.4%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525256 (or 0x525256) is known color: Gun Powder. HEX triplet: 52, 52 and 56. RGB value is (82,82,86). Sum of RGB (Red+Green+Blue) = 82+82+86=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 86 - color contains mainly: blue. Hex color #525256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525256 is #ADADA9. Grayscale: #525252. Windows color (decimal): -11382186 or 5657170. OLE color: 5657170.

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

Color convert

RGB 82 82 86 -
CMYK 0.05 0.05 0 0.66
HSL 240º 0.02% 0.33% -
HSV(B) 240º 0.05% 0.34% -
XYZ 8.18 8.5 10.01 -
YUV 82.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 82 82 86 0.05 0.05 0 0.66 240 0.02 0.33
Hex 52 52 56 5 5 0 42 F0 2 21
Octal 122 122 126 5 5 0 102 360 2 41
Binary 1010010 1010010 1010110 101 101 0 1000010 11110000 10 100001

Color Harmonies of #525256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525256

Black with #525256

Text Example


Text Example

White with #525256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525256; }

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

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

background-color css

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

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

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

border-color css

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

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

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