Html Css Color HEX #515059 Gun Powder

📋 copy color: '#515059'

red 81 ◦ green 80 ◦ blue 89

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

Shades of Gun Powder #515059

Tints of Gun Powder #515059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 35.6%

R = 32.4%
G = 32%
B = 35.6%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515059 (or 0x515059) is known color: Gun Powder. HEX triplet: 51, 50 and 59. RGB value is (81,80,89). Sum of RGB (Red+Green+Blue) = 81+80+89=250 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.4% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 89 - color contains mainly: blue. Hex color #515059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515059 is #AEAFA6. Grayscale: #515151. Windows color (decimal): -11448231 or 5853265. OLE color: 5853265.

HSL color Cylindrical-coordinate representation of color #515059: hue angle of 246.67º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515059 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 80 89 -
CMYK 0.09 0.10 0 0.65
HSL 246.67º 0.05% 0.33% -
HSV(B) 246.67º 0.1% 0.35% -
XYZ 8.07 8.21 10.61 -
YUV 81.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 81 80 89 0.09 0.10 0 0.65 246.67 0.05 0.33
Hex 51 50 59 9 A 0 41 F7 5 21
Octal 121 120 131 11 12 0 101 367 5 41
Binary 1010001 1010000 1011001 1001 1010 0 1000001 11110111 101 100001

Color Harmonies of #515059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515059

Black with #515059

Text Example


Text Example

White with #515059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515059; }

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

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

background-color css

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

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

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

border-color css

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

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

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