Html Css Color HEX #53535D Gun Powder

📋 copy color: '#53535D'

red 83 ◦ green 83 ◦ blue 93

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

Shades of Gun Powder #53535D

Tints of Gun Powder #53535D

RGB

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

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

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

R = 32.05%
G = 32.05%
B = 35.91%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53535D (or 0x53535D) is known color: Gun Powder. HEX triplet: 53, 53 and 5D. RGB value is (83,83,93). Sum of RGB (Red+Green+Blue) = 83+83+93=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 93 - color contains mainly: blue. Hex color #53535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53535D is #ACACA2. Grayscale: #545454. Windows color (decimal): -11316387 or 6116179. OLE color: 6116179.

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

Color convert

RGB 83 83 93 -
CMYK 0.11 0.11 0 0.64
HSL 240º 0.06% 0.35% -
HSV(B) 240º 0.11% 0.36% -
XYZ 8.64 8.82 11.6 -
YUV 84.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 83 83 93 0.11 0.11 0 0.64 240 0.06 0.35
Hex 53 53 5D B B 0 40 F0 6 23
Octal 123 123 135 13 13 0 100 360 6 43
Binary 1010011 1010011 1011101 1011 1011 0 1000000 11110000 110 100011

Color Harmonies of #53535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53535D

Black with #53535D

Text Example


Text Example

White with #53535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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