Html Css Color HEX #514F66 Gun Powder

📋 copy color: '#514F66'

red 81 ◦ green 79 ◦ blue 102

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

Shades of Gun Powder #514F66

Tints of Gun Powder #514F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 38.93%

R = 30.92%
G = 30.15%
B = 38.93%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#514F66 (or 0x514F66) is known color: Gun Powder. HEX triplet: 51, 4F and 66. RGB value is (81,79,102). Sum of RGB (Red+Green+Blue) = 81+79+102=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 79 (31.25% from 255 or 30.15% from 262); Blue value is 102 (40.23% from 255 or 38.93% from 262); Max value from RGB is 102 - color contains mainly: blue. Hex color #514F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F66 is #AEB099. Grayscale: #525252. Windows color (decimal): -11448474 or 6704977. OLE color: 6704977.

HSL color Cylindrical-coordinate representation of color #514F66: hue angle of 245.22º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #514F66 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 79 102 -
CMYK 0.21 0.23 0 0.6
HSL 245.22º 0.13% 0.35% -
HSV(B) 245.22º 0.23% 0.4% -
XYZ 8.59 8.3 13.72 -
YUV 82.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 81 79 102 0.21 0.23 0 0.6 245.22 0.13 0.35
Hex 51 4F 66 15 17 0 3C F5 D 23
Octal 121 117 146 25 27 0 74 365 15 43
Binary 1010001 1001111 1100110 10101 10111 0 111100 11110101 1101 100011

Color Harmonies of #514F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514F66

Black with #514F66

Text Example


Text Example

White with #514F66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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