#516055

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

Shades of Mineral Green #516055

Tints of Mineral Green #516055

Color information

#516055 (or 0x516055) is unknown color: approx Mineral Green. HEX triplet: 51, 60 and 55. RGB value is (81,96,85). Sum of RGB (Red+Green+Blue) = 81+96+85=262 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.92% from 262); Green value is 96 (37.89% from 255 or 36.64% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 96 - color contains mainly: green. Hex color #516055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516055 is #AE9FAA. Grayscale: #5A5A5A. Windows color (decimal): -11444139 or 5595217. OLE color: 5595217.

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

Color convert

RGB819685-
CMYK0.1600.110.62
HSL136º8.47%34.71%-
HSV(B)136º15.62%37.65%-
XYZ9.2210.7710.19-
YUV90.26125.03121.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.92%
GREEN value IS 96 (37.89% from 255) = 36.64%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=30.92%
G=36.64%
B=32.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8196850.1600.110.621368.4734.71
Hex516055100B3E88823
Octal12114012520013762101043
Binary1010001110000010101011000001011111110100010001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516055; }

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

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

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

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

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

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

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

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