Html Css Color HEX #53535A Gun Powder

📋 copy color: '#53535A'

red 83 ◦ green 83 ◦ blue 90

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

Shades of Gun Powder #53535A

Tints of Gun Powder #53535A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.42%

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

R = 32.42%
G = 32.42%
B = 35.16%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53535A (or 0x53535A) is known color: Gun Powder. HEX triplet: 53, 53 and 5A. RGB value is (83,83,90). Sum of RGB (Red+Green+Blue) = 83+83+90=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 90 - color contains mainly: blue. Hex color #53535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53535A is #ACACA5. Grayscale: #535353. Windows color (decimal): -11316390 or 5919571. OLE color: 5919571.

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

Color convert

RGB 83 83 90 -
CMYK 0.08 0.08 0 0.65
HSL 240º 0.04% 0.34% -
HSV(B) 240º 0.08% 0.35% -
XYZ 8.51 8.76 10.92 -
YUV 83.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 83 83 90 0.08 0.08 0 0.65 240 0.04 0.34
Hex 53 53 5A 8 8 0 41 F0 4 22
Octal 123 123 132 10 10 0 101 360 4 42
Binary 1010011 1010011 1011010 1000 1000 0 1000001 11110000 100 100010

Color Harmonies of #53535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53535A

Black with #53535A

Text Example


Text Example

White with #53535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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