Html Css Color HEX #515063 Gun Powder

📋 copy color: '#515063'

red 81 ◦ green 80 ◦ blue 99

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

Shades of Gun Powder #515063

Tints of Gun Powder #515063

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 31.15%
G = 30.77%
B = 38.08%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#515063 (or 0x515063) is known color: Gun Powder. HEX triplet: 51, 50 and 63. RGB value is (81,80,99). Sum of RGB (Red+Green+Blue) = 81+80+99=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 99 - color contains mainly: blue. Hex color #515063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515063 is #AEAF9C. Grayscale: #525252. Windows color (decimal): -11448221 or 6508625. OLE color: 6508625.

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

Color convert

RGB 81 80 99 -
CMYK 0.18 0.19 0 0.61
HSL 243.16º 0.11% 0.35% -
HSV(B) 243.16º 0.19% 0.39% -
XYZ 8.51 8.39 12.97 -
YUV 82.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 81 80 99 0.18 0.19 0 0.61 243.16 0.11 0.35
Hex 51 50 63 12 13 0 3D F3 B 23
Octal 121 120 143 22 23 0 75 363 13 43
Binary 1010001 1010000 1100011 10010 10011 0 111101 11110011 1011 100011

Color Harmonies of #515063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515063

Black with #515063

Text Example


Text Example

White with #515063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515063; }

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

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

background-color css

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

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

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

border-color css

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

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

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