Html Css Color HEX #53525E Gun Powder

📋 copy color: '#53525E'

red 83 ◦ green 82 ◦ blue 94

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

Shades of Gun Powder #53525E

Tints of Gun Powder #53525E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 36.29%

R = 32.05%
G = 31.66%
B = 36.29%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53525E (or 0x53525E) is known color: Gun Powder. HEX triplet: 53, 52 and 5E. RGB value is (83,82,94). Sum of RGB (Red+Green+Blue) = 83+82+94=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 94 - color contains mainly: blue. Hex color #53525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525E is #ACADA1. Grayscale: #535353. Windows color (decimal): -11316642 or 6181459. OLE color: 6181459.

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

Color convert

RGB 83 82 94 -
CMYK 0.12 0.13 0 0.63
HSL 245º 0.07% 0.35% -
HSV(B) 245º 0.13% 0.37% -
XYZ 8.6 8.68 11.81 -
YUV 83.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 83 82 94 0.12 0.13 0 0.63 245 0.07 0.35
Hex 53 52 5E C D 0 3F F5 7 23
Octal 123 122 136 14 15 0 77 365 7 43
Binary 1010011 1010010 1011110 1100 1101 0 111111 11110101 111 100011

Color Harmonies of #53525E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53525E

Black with #53525E

Text Example


Text Example

White with #53525E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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