Html Css Color HEX #515159 Gun Powder

📋 copy color: '#515159'

red 81 ◦ green 81 ◦ blue 89

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

Shades of Gun Powder #515159

Tints of Gun Powder #515159

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.27%

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

R = 32.27%
G = 32.27%
B = 35.46%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#515159 (or 0x515159) is known color: Gun Powder. HEX triplet: 51, 51 and 59. RGB value is (81,81,89). Sum of RGB (Red+Green+Blue) = 81+81+89=251 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.27% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 89 (35.16% from 255 or 35.46% from 251); Max value from RGB is 89 - color contains mainly: blue. Hex color #515159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515159 is #AEAEA6. Grayscale: #515151. Windows color (decimal): -11447975 or 5853521. OLE color: 5853521.

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

Color convert

RGB 81 81 89 -
CMYK 0.09 0.09 0 0.65
HSL 240º 0.05% 0.33% -
HSV(B) 240º 0.09% 0.35% -
XYZ 8.14 8.36 10.63 -
YUV 81.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 81 81 89 0.09 0.09 0 0.65 240 0.05 0.33
Hex 51 51 59 9 9 0 41 F0 5 21
Octal 121 121 131 11 11 0 101 360 5 41
Binary 1010001 1010001 1011001 1001 1001 0 1000001 11110000 101 100001

Color Harmonies of #515159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515159

Black with #515159

Text Example


Text Example

White with #515159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515159; }

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

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

background-color css

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

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

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

border-color css

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

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

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