Html Css Color HEX #515261 Gun Powder

📋 copy color: '#515261'

red 81 ◦ green 82 ◦ blue 97

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

Shades of Gun Powder #515261

Tints of Gun Powder #515261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

 BLUE value IS 97 (38.28% from 255) = 37.31%

R = 31.15%
G = 31.54%
B = 37.31%

CMYK

 C value IS 0.16

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#515261 (or 0x515261) is known color: Gun Powder. HEX triplet: 51, 52 and 61. RGB value is (81,82,97). Sum of RGB (Red+Green+Blue) = 81+82+97=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 97 (38.28% from 255 or 37.31% from 260); Max value from RGB is 97 - color contains mainly: blue. Hex color #515261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515261 is #AEAD9E. Grayscale: #535353. Windows color (decimal): -11447711 or 6378065. OLE color: 6378065.

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

Color convert

RGB 81 82 97 -
CMYK 0.16 0.15 0 0.62
HSL 236.25º 0.09% 0.35% -
HSV(B) 236.25º 0.16% 0.38% -
XYZ 8.57 8.65 12.53 -
YUV 83.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 81 82 97 0.16 0.15 0 0.62 236.25 0.09 0.35
Hex 51 52 61 10 F 0 3E EC 9 23
Octal 121 122 141 20 17 0 76 354 11 43
Binary 1010001 1010010 1100001 10000 1111 0 111110 11101100 1001 100011

Color Harmonies of #515261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515261

Black with #515261

Text Example


Text Example

White with #515261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515261; }

 p { color: rgb(81,82,97); }

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

background-color css

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

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

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

border-color css

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

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

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