Html Css Color HEX #515163 Gun Powder

📋 copy color: '#515163'

red 81 ◦ green 81 ◦ blue 99

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

Shades of Gun Powder #515163

Tints of Gun Powder #515163

RGB

 RED value IS 81 (32.03% from 255) = 31.03%

 GREEN value IS 81 (32.03% from 255) = 31.03%

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

R = 31.03%
G = 31.03%
B = 37.93%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515163 (or 0x515163) is known color: Gun Powder. HEX triplet: 51, 51 and 63. RGB value is (81,81,99). Sum of RGB (Red+Green+Blue) = 81+81+99=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 99 - color contains mainly: blue. Hex color #515163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515163 is #AEAE9C. Grayscale: #525252. Windows color (decimal): -11447965 or 6508881. OLE color: 6508881.

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

Color convert

RGB 81 81 99 -
CMYK 0.18 0.18 0 0.61
HSL 240º 0.1% 0.35% -
HSV(B) 240º 0.18% 0.39% -
XYZ 8.59 8.54 13 -
YUV 83.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 81 81 99 0.18 0.18 0 0.61 240 0.1 0.35
Hex 51 51 63 12 12 0 3D F0 A 23
Octal 121 121 143 22 22 0 75 360 12 43
Binary 1010001 1010001 1100011 10010 10010 0 111101 11110000 1010 100011

Color Harmonies of #515163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515163

Black with #515163

Text Example


Text Example

White with #515163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515163; }

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

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

background-color css

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

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

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

border-color css

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

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

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