Html Css Color HEX #525158 Gun Powder

📋 copy color: '#525158'

red 82 ◦ green 81 ◦ blue 88

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

Shades of Gun Powder #525158

Tints of Gun Powder #525158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.06%

R = 32.67%
G = 32.27%
B = 35.06%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525158 (or 0x525158) is known color: Gun Powder. HEX triplet: 52, 51 and 58. RGB value is (82,81,88). Sum of RGB (Red+Green+Blue) = 82+81+88=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 88 - color contains mainly: blue. Hex color #525158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525158 is #ADAEA7. Grayscale: #525252. Windows color (decimal): -11382440 or 5787986. OLE color: 5787986.

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

Color convert

RGB 82 81 88 -
CMYK 0.07 0.08 0 0.65
HSL 248.57º 0.04% 0.33% -
HSV(B) 248.57º 0.08% 0.35% -
XYZ 8.18 8.38 10.42 -
YUV 82.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 82 81 88 0.07 0.08 0 0.65 248.57 0.04 0.33
Hex 52 51 58 7 8 0 41 F9 4 21
Octal 122 121 130 7 10 0 101 371 4 41
Binary 1010010 1010001 1011000 111 1000 0 1000001 11111001 100 100001

Color Harmonies of #525158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525158

Black with #525158

Text Example


Text Example

White with #525158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525158; }

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

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

background-color css

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

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

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

border-color css

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

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

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