Html Css Color HEX #535363 Gun Powder

📋 copy color: '#535363'

red 83 ◦ green 83 ◦ blue 99

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

Shades of Gun Powder #535363

Tints of Gun Powder #535363

RGB

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

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

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

R = 31.32%
G = 31.32%
B = 37.36%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#535363 (or 0x535363) is known color: Gun Powder. HEX triplet: 53, 53 and 63. RGB value is (83,83,99). Sum of RGB (Red+Green+Blue) = 83+83+99=265 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.32% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 99 - color contains mainly: blue. Hex color #535363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535363 is #ACAC9C. Grayscale: #545454. Windows color (decimal): -11316381 or 6509395. OLE color: 6509395.

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

Color convert

RGB 83 83 99 -
CMYK 0.16 0.16 0 0.61
HSL 240º 0.09% 0.36% -
HSV(B) 240º 0.16% 0.39% -
XYZ 8.91 8.93 13.06 -
YUV 84.82 136 126.7 -
System Red Green Blue C M Y K H S L
Decimal 83 83 99 0.16 0.16 0 0.61 240 0.09 0.36
Hex 53 53 63 10 10 0 3D F0 9 24
Octal 123 123 143 20 20 0 75 360 11 44
Binary 1010011 1010011 1100011 10000 10000 0 111101 11110000 1001 100100

Color Harmonies of #535363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535363

Black with #535363

Text Example


Text Example

White with #535363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535363; }

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

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

background-color css

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

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

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

border-color css

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

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

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