#516154

Color #516154 Mineral Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mineral Green #516154

Tints of Mineral Green #516154

Color information

#516154 (or 0x516154) is unknown color: approx Mineral Green. HEX triplet: 51, 61 and 54. RGB value is (81,97,84). Sum of RGB (Red+Green+Blue) = 81+97+84=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #516154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516154 is #AE9EAB. Grayscale: #5A5A5A. Windows color (decimal): -11443884 or 5529937. OLE color: 5529937.

HSL color Cylindrical-coordinate representation of color #516154: hue angle of 131.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 #516154 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB819784-
CMYK0.1600.130.62
HSL131.25º8.99%34.9%-
HSV(B)131.25º16.49%38.04%-
XYZ9.2710.9410.01-
YUV90.73124.2121.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 84 (33.20% from 255) = 32.06%
R=30.92%
G=37.02%
B=32.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197840.1600.130.62131.258.9934.9
Hex516154100D3E83923
Octal12114112420015762031143
Binary1010001110000110101001000001101111110100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516154; }

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

 H1.HeaderClassName
 {
   color: #516154;
 }
 .AnyTagClassName
 {
   color: #516154;
 }
</style>
background-color css

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

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

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

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

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

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