Html Css Color HEX #51515A Gun Powder

📋 copy color: '#51515A'

red 81 ◦ green 81 ◦ blue 90

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

Shades of Gun Powder #51515A

Tints of Gun Powder #51515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 32.14%
G = 32.14%
B = 35.71%

CMYK

 C value IS 0.1

 M value IS 0.1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#51515A (or 0x51515A) is known color: Gun Powder. HEX triplet: 51, 51 and 5A. RGB value is (81,81,90). Sum of RGB (Red+Green+Blue) = 81+81+90=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #51515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51515A is #AEAEA5. Grayscale: #515151. Windows color (decimal): -11447974 or 5919057. OLE color: 5919057.

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

Color convert

RGB 81 81 90 -
CMYK 0.1 0.1 0 0.65
HSL 240º 0.05% 0.34% -
HSV(B) 240º 0.1% 0.35% -
XYZ 8.18 8.37 10.86 -
YUV 82.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 81 81 90 0.1 0.1 0 0.65 240 0.05 0.34
Hex 51 51 5A A A 0 41 F0 5 22
Octal 121 121 132 12 12 0 101 360 5 42
Binary 1010001 1010001 1011010 1010 1010 0 1000001 11110000 101 100010

Color Harmonies of #51515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51515A

Black with #51515A

Text Example


Text Example

White with #51515A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51515A; }

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

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

background-color css

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

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

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

border-color css

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

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

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