Html Css Color HEX #514F63 Gun Powder

📋 copy color: '#514F63'

red 81 ◦ green 79 ◦ blue 99

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

Shades of Gun Powder #514F63

Tints of Gun Powder #514F63

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.5%

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

R = 31.27%
G = 30.5%
B = 38.22%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#514F63 (or 0x514F63) is known color: Gun Powder. HEX triplet: 51, 4F and 63. RGB value is (81,79,99). Sum of RGB (Red+Green+Blue) = 81+79+99=259 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.27% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 99 (39.06% from 255 or 38.22% from 259); Max value from RGB is 99 - color contains mainly: blue. Hex color #514F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F63 is #AEB09C. Grayscale: #515151. Windows color (decimal): -11448477 or 6508369. OLE color: 6508369.

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

Color convert

RGB 81 79 99 -
CMYK 0.18 0.20 0 0.61
HSL 246º 0.11% 0.35% -
HSV(B) 246º 0.2% 0.39% -
XYZ 8.44 8.24 12.95 -
YUV 81.88 137.66 127.37 -
System Red Green Blue C M Y K H S L
Decimal 81 79 99 0.18 0.20 0 0.61 246 0.11 0.35
Hex 51 4F 63 12 14 0 3D F6 B 23
Octal 121 117 143 22 24 0 75 366 13 43
Binary 1010001 1001111 1100011 10010 10100 0 111101 11110110 1011 100011

Color Harmonies of #514F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F63

Black with #514F63

Text Example


Text Example

White with #514F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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