Html Css Color HEX #514E66 Gun Powder

📋 copy color: '#514E66'

red 81 ◦ green 78 ◦ blue 102

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

Shades of Gun Powder #514E66

Tints of Gun Powder #514E66

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29.89%

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

R = 31.03%
G = 29.89%
B = 39.08%

CMYK

 C value IS 0.21

 M value IS 0.24

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#514E66 (or 0x514E66) is known color: Gun Powder. HEX triplet: 51, 4E and 66. RGB value is (81,78,102). Sum of RGB (Red+Green+Blue) = 81+78+102=261 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.03% from 261); Green value is 78 (30.86% from 255 or 29.89% from 261); Blue value is 102 (40.23% from 255 or 39.08% from 261); Max value from RGB is 102 - color contains mainly: blue. Hex color #514E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E66 is #AEB199. Grayscale: #515151. Windows color (decimal): -11448730 or 6704721. OLE color: 6704721.

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

Color convert

RGB 81 78 102 -
CMYK 0.21 0.24 0 0.6
HSL 247.5º 0.13% 0.35% -
HSV(B) 247.5º 0.24% 0.4% -
XYZ 8.52 8.16 13.7 -
YUV 81.63 139.49 127.55 -
System Red Green Blue C M Y K H S L
Decimal 81 78 102 0.21 0.24 0 0.6 247.5 0.13 0.35
Hex 51 4E 66 15 18 0 3C F8 D 23
Octal 121 116 146 25 30 0 74 370 15 43
Binary 1010001 1001110 1100110 10101 11000 0 111100 11111000 1101 100011

Color Harmonies of #514E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E66

Black with #514E66

Text Example


Text Example

White with #514E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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