Html Css Color HEX #535263 Gun Powder

📋 copy color: '#535263'

red 83 ◦ green 82 ◦ blue 99

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

Shades of Gun Powder #535263

Tints of Gun Powder #535263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 31.44%
G = 31.06%
B = 37.5%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535263 (or 0x535263) is known color: Gun Powder. HEX triplet: 53, 52 and 63. RGB value is (83,82,99). Sum of RGB (Red+Green+Blue) = 83+82+99=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #535263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535263 is #ACAD9C. Grayscale: #545454. Windows color (decimal): -11316637 or 6509139. OLE color: 6509139.

HSL color Cylindrical-coordinate representation of color #535263: hue angle of 243.53º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #535263 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 82 99 -
CMYK 0.16 0.17 0 0.61
HSL 243.53º 0.09% 0.35% -
HSV(B) 243.53º 0.17% 0.39% -
XYZ 8.84 8.77 13.03 -
YUV 84.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 83 82 99 0.16 0.17 0 0.61 243.53 0.09 0.35
Hex 53 52 63 10 11 0 3D F4 9 23
Octal 123 122 143 20 21 0 75 364 11 43
Binary 1010011 1010010 1100011 10000 10001 0 111101 11110100 1001 100011

Color Harmonies of #535263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535263

Black with #535263

Text Example


Text Example

White with #535263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535263; }

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

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

background-color css

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

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

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

border-color css

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

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

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