#516A5B

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

Shades of Mineral Green #516A5B

Tints of Mineral Green #516A5B

Color information

#516A5B (or 0x516A5B) is unknown color: approx Mineral Green. HEX triplet: 51, 6A and 5B. RGB value is (81,106,91). Sum of RGB (Red+Green+Blue) = 81+106+91=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 106 (41.80% from 255 or 38.13% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 106 - color contains mainly: green. Hex color #516A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A5B is #AE95A4. Grayscale: #606060. Windows color (decimal): -11441573 or 5990993. OLE color: 5990993.

HSL color Cylindrical-coordinate representation of color #516A5B: hue angle of 144º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A5B is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB8110691-
CMYK0.2400.140.58
HSL144º13.37%36.67%-
HSV(B)144º23.58%41.57%-
XYZ10.4412.8111.82-
YUV96.81124.72116.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.14%
GREEN value IS 106 (41.80% from 255) = 38.13%
BLUE value IS 91 (35.94% from 255) = 32.73%
R=29.14%
G=38.13%
B=32.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81106910.2400.140.5814413.3736.67
Hex516A5B180E3A90d25
Octal12115213330016722201545
Binary1010001110101010110111100001110111010100100001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516A5B; }

 p { color: rgb(81,106,91); }

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

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

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

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

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

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

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