Html Css Color HEX #53525D Gun Powder

📋 copy color: '#53525D'

red 83 ◦ green 82 ◦ blue 93

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

Shades of Gun Powder #53525D

Tints of Gun Powder #53525D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.05%

R = 32.17%
G = 31.78%
B = 36.05%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53525D (or 0x53525D) is known color: Gun Powder. HEX triplet: 53, 52 and 5D. RGB value is (83,82,93). Sum of RGB (Red+Green+Blue) = 83+82+93=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 93 (36.72% from 255 or 36.05% from 258); Max value from RGB is 93 - color contains mainly: blue. Hex color #53525D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525D is #ACADA2. Grayscale: #535353. Windows color (decimal): -11316643 or 6115923. OLE color: 6115923.

HSL color Cylindrical-coordinate representation of color #53525D: hue angle of 245.45º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #53525D is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 82 93 -
CMYK 0.11 0.12 0 0.64
HSL 245.45º 0.06% 0.34% -
HSV(B) 245.45º 0.12% 0.36% -
XYZ 8.56 8.66 11.58 -
YUV 83.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 83 82 93 0.11 0.12 0 0.64 245.45 0.06 0.34
Hex 53 52 5D B C 0 40 F5 6 22
Octal 123 122 135 13 14 0 100 365 6 42
Binary 1010011 1010010 1011101 1011 1100 0 1000000 11110101 110 100010

Color Harmonies of #53525D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53525D

Black with #53525D

Text Example


Text Example

White with #53525D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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