Html Css Color HEX #514F65 Gun Powder

📋 copy color: '#514F65'

red 81 ◦ green 79 ◦ blue 101

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

Shades of Gun Powder #514F65

Tints of Gun Powder #514F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 31.03%
G = 30.27%
B = 38.7%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#514F65 (or 0x514F65) is known color: Gun Powder. HEX triplet: 51, 4F and 65. RGB value is (81,79,101). Sum of RGB (Red+Green+Blue) = 81+79+101=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 101 - color contains mainly: blue. Hex color #514F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F65 is #AEB09A. Grayscale: #525252. Windows color (decimal): -11448475 or 6639441. OLE color: 6639441.

HSL color Cylindrical-coordinate representation of color #514F65: hue angle of 245.45º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #514F65 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 81 79 101 -
CMYK 0.20 0.22 0 0.60
HSL 245.45º 0.12% 0.35% -
HSV(B) 245.45º 0.22% 0.4% -
XYZ 8.54 8.28 13.46 -
YUV 82.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 81 79 101 0.20 0.22 0 0.60 245.45 0.12 0.35
Hex 51 4F 65 14 16 0 3C F5 C 23
Octal 121 117 145 24 26 0 74 365 14 43
Binary 1010001 1001111 1100101 10100 10110 0 111100 11110101 1100 100011

Color Harmonies of #514F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F65

Black with #514F65

Text Example


Text Example

White with #514F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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