Html Css Color HEX #53525F Gun Powder

📋 copy color: '#53525F'

red 83 ◦ green 82 ◦ blue 95

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

Shades of Gun Powder #53525F

Tints of Gun Powder #53525F

RGB

 RED value IS 83 (32.81% from 255) = 31.92%

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

 BLUE value IS 95 (37.5% from 255) = 36.54%

R = 31.92%
G = 31.54%
B = 36.54%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53525F (or 0x53525F) is known color: Gun Powder. HEX triplet: 53, 52 and 5F. RGB value is (83,82,95). Sum of RGB (Red+Green+Blue) = 83+82+95=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 95 (37.5% from 255 or 36.54% from 260); Max value from RGB is 95 - color contains mainly: blue. Hex color #53525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525F is #ACADA0. Grayscale: #535353. Windows color (decimal): -11316641 or 6246995. OLE color: 6246995.

HSL color Cylindrical-coordinate representation of color #53525F: hue angle of 244.62º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #53525F is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 82 95 -
CMYK 0.13 0.14 0 0.63
HSL 244.62º 0.07% 0.35% -
HSV(B) 244.62º 0.14% 0.37% -
XYZ 8.65 8.7 12.05 -
YUV 83.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 83 82 95 0.13 0.14 0 0.63 244.62 0.07 0.35
Hex 53 52 5F D E 0 3F F5 7 23
Octal 123 122 137 15 16 0 77 365 7 43
Binary 1010011 1010010 1011111 1101 1110 0 111111 11110101 111 100011

Color Harmonies of #53525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53525F

Black with #53525F

Text Example


Text Example

White with #53525F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53525F; }

 p { color: rgb(83,82,95); }

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

background-color css

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

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

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

border-color css

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

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

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