Html Css Color HEX #53525A Gun Powder

📋 copy color: '#53525A'

red 83 ◦ green 82 ◦ blue 90

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

Shades of Gun Powder #53525A

Tints of Gun Powder #53525A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 32.55%
G = 32.16%
B = 35.29%

CMYK

 C value IS 0.08

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53525A (or 0x53525A) is known color: Gun Powder. HEX triplet: 53, 52 and 5A. RGB value is (83,82,90). Sum of RGB (Red+Green+Blue) = 83+82+90=255 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.55% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 90 - color contains mainly: blue. Hex color #53525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53525A is #ACADA5. Grayscale: #535353. Windows color (decimal): -11316646 or 5919315. OLE color: 5919315.

HSL color Cylindrical-coordinate representation of color #53525A: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #53525A is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 82 90 -
CMYK 0.08 0.09 0 0.65
HSL 247.5º 0.05% 0.34% -
HSV(B) 247.5º 0.09% 0.35% -
XYZ 8.43 8.61 10.89 -
YUV 83.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 83 82 90 0.08 0.09 0 0.65 247.5 0.05 0.34
Hex 53 52 5A 8 9 0 41 F8 5 22
Octal 123 122 132 10 11 0 101 370 5 42
Binary 1010011 1010010 1011010 1000 1001 0 1000001 11111000 101 100010

Color Harmonies of #53525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53525A

Black with #53525A

Text Example


Text Example

White with #53525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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