#516254

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

Shades of Mineral Green #516254

Tints of Mineral Green #516254

Color information

#516254 (or 0x516254) is unknown color: approx Mineral Green. HEX triplet: 51, 62 and 54. RGB value is (81,98,84). Sum of RGB (Red+Green+Blue) = 81+98+84=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 98 - color contains mainly: green. Hex color #516254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516254 is #AE9DAB. Grayscale: #5B5B5B. Windows color (decimal): -11443628 or 5530193. OLE color: 5530193.

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

Color convert

RGB819884-
CMYK0.1700.140.62
HSL130.59º9.5%35.1%-
HSV(B)130.59º17.35%38.43%-
XYZ9.3611.1210.04-
YUV91.32123.87120.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 98 (38.67% from 255) = 37.26%
BLUE value IS 84 (33.20% from 255) = 31.94%
R=30.80%
G=37.26%
B=31.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8198840.1700.140.62130.599.535.1
Hex516254110E3E83923
Octal12114212421016762031143
Binary1010001110001010101001000101110111110100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516254; }

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

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

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

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

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

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

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

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