#516155

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

Shades of Mineral Green #516155

Tints of Mineral Green #516155

Color information

#516155 (or 0x516155) is unknown color: approx Mineral Green. HEX triplet: 51, 61 and 55. RGB value is (81,97,85). Sum of RGB (Red+Green+Blue) = 81+97+85=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #516155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516155 is #AE9EAA. Grayscale: #5A5A5A. Windows color (decimal): -11443883 or 5595473. OLE color: 5595473.

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

Color convert

RGB819785-
CMYK0.1600.120.62
HSL135º8.99%34.9%-
HSV(B)135º16.49%38.04%-
XYZ9.3110.9510.22-
YUV90.85124.7120.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.80%
GREEN value IS 97 (38.28% from 255) = 36.88%
BLUE value IS 85 (33.59% from 255) = 32.32%
R=30.80%
G=36.88%
B=32.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8197850.1600.120.621358.9934.9
Hex516155100C3E87923
Octal12114112520014762071143
Binary1010001110000110101011000001100111110100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516155; }

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

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

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

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

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

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

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

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