#516855

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

Shades of Mineral Green #516855

Tints of Mineral Green #516855

Color information

#516855 (or 0x516855) is unknown color: approx Mineral Green. HEX triplet: 51, 68 and 55. RGB value is (81,104,85). Sum of RGB (Red+Green+Blue) = 81+104+85=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #516855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516855 is #AE97AA. Grayscale: #5F5F5F. Windows color (decimal): -11442091 or 5597265. OLE color: 5597265.

HSL color Cylindrical-coordinate representation of color #516855: hue angle of 130.43º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #516855 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB8110485-
CMYK0.2200.180.59
HSL130.43º12.43%36.27%-
HSV(B)130.43º22.12%40.78%-
XYZ9.9812.3110.44-
YUV94.96122.38118.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=30%
G=38.52%
B=31.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81104850.2200.180.59130.4312.4336.27
Hex516855160123B82c24
Octal12115012526022732021444
Binary10100011101000101010110110010010111011100000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516855; }

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

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

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

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

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

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

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

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