Html Css Color HEX #516357 Mineral Green

📋 copy color: '#516357'

red 81 ◦ green 99 ◦ blue 87

#516357
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #516357

Tints of Mineral Green #516357

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 value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.61

RGB Variations

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

Color information

#516357 (or 0x516357) is known color: 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

RGB 81 99 87 -
CMYK 0.18 0 0.12 0.61
HSL 140º 0.1% 0.35% -
HSV(B) 140º 0.18% 0.39% -
XYZ 9.58 11.36 10.71 -
YUV 92.25 125.04 119.98 -
System Red Green Blue C M Y K H S L
Decimal 81 99 87 0.18 0 0.12 0.61 140 0.1 0.35
Hex 51 63 57 12 0 C 3D 8C A 23
Octal 121 143 127 22 0 14 75 214 12 43
Binary 1010001 1100011 1010111 10010 0 1100 111101 10001100 1010 100011

Color Harmonies of #516357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516357

Black with #516357

Text Example


Text Example

White with #516357

Text Example


Text Example

HTML Codes & Css Web 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>