Html Css Color HEX #515060 Gun Powder

📋 copy color: '#515060'

red 81 ◦ green 80 ◦ blue 96

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

Shades of Gun Powder #515060

Tints of Gun Powder #515060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 31.52%
G = 31.13%
B = 37.35%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515060 (or 0x515060) is known color: Gun Powder. HEX triplet: 51, 50 and 60. RGB value is (81,80,96). Sum of RGB (Red+Green+Blue) = 81+80+96=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 96 - color contains mainly: blue. Hex color #515060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515060 is #AEAF9F. Grayscale: #525252. Windows color (decimal): -11448224 or 6312017. OLE color: 6312017.

HSL color Cylindrical-coordinate representation of color #515060: hue angle of 243.75º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #515060 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 81 80 96 -
CMYK 0.16 0.17 0 0.62
HSL 243.75º 0.09% 0.35% -
HSV(B) 243.75º 0.17% 0.38% -
XYZ 8.37 8.33 12.23 -
YUV 82.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 81 80 96 0.16 0.17 0 0.62 243.75 0.09 0.35
Hex 51 50 60 10 11 0 3E F4 9 23
Octal 121 120 140 20 21 0 76 364 11 43
Binary 1010001 1010000 1100000 10000 10001 0 111110 11110100 1001 100011

Color Harmonies of #515060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515060

Black with #515060

Text Example


Text Example

White with #515060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515060; }

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

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

background-color css

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

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

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

border-color css

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

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

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