#516357

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

Shades of Mineral Green #516357

Tints of Mineral Green #516357

Color information

#516357 (or 0x516357) is unknown color: approx Mineral Green. HEX triplet: 51, 63 and 57. RGB value is (81,99,87). Sum of RGB (Red+Green+Blue) = 81+99+87=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #516357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516357 is #AE9CA8. Grayscale: #5C5C5C. Windows color (decimal): -11443369 or 5727057. OLE color: 5727057.

HSL color Cylindrical-coordinate representation of color #516357: hue angle of 140º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #516357 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.61.

Color convert

RGB819987-
CMYK0.1800.120.61
HSL140º10%35.29%-
HSV(B)140º18.18%38.82%-
XYZ9.5811.3610.71-
YUV92.25125.04119.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 99 (39.06% from 255) = 37.08%
BLUE value IS 87 (34.38% from 255) = 32.58%
R=30.34%
G=37.08%
B=32.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8199870.1800.120.611401035.29
Hex516357120C3D8ca23
Octal12114312722014752141243
Binary1010001110001110101111001001100111101100011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #516357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #516357; }

 p { color: rgb(81,99,87); }

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

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

 a { background-color: rgb(81,99,87); }

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

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

 span { border-color: rgb(81,99,87); }

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