Html Css Color HEX #516658 Mineral Green

📋 copy color: '#516658'

red 81 ◦ green 102 ◦ blue 88

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

Shades of Mineral Green #516658

Tints of Mineral Green #516658

RGB

 RED value IS 81 (32.03% from 255) = 29.89%

 GREEN value IS 102 (40.23% from 255) = 37.64%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 29.89%
G = 37.64%
B = 32.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#516658 (or 0x516658) is known color: Mineral Green. HEX triplet: 51, 66 and 58. RGB value is (81,102,88). Sum of RGB (Red+Green+Blue) = 81+102+88=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 102 (40.23% from 255 or 37.64% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 102 - color contains mainly: green. Hex color #516658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516658 is #AE99A7. Grayscale: #5E5E5E. Windows color (decimal): -11442600 or 5793361. OLE color: 5793361.

HSL color Cylindrical-coordinate representation of color #516658: hue angle of 140º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #516658 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 81 102 88 -
CMYK 0.21 0 0.14 0.6
HSL 140º 0.11% 0.36% -
HSV(B) 140º 0.21% 0.4% -
XYZ 9.91 11.96 11.02 -
YUV 94.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 81 102 88 0.21 0 0.14 0.6 140 0.11 0.36
Hex 51 66 58 15 0 E 3C 8C B 24
Octal 121 146 130 25 0 16 74 214 13 44
Binary 1010001 1100110 1011000 10101 0 1110 111100 10001100 1011 100100

Color Harmonies of #516658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516658

Black with #516658

Text Example


Text Example

White with #516658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516658; }

 p { color: rgb(81,102,88); }

 H1.HeaderClassName
 {
   color: #516658;
 }
 .AnyTagClassName
 {
   color: #516658;
 }
</style>

background-color css

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

 a { background-color: rgb(81,102,88); }

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

border-color css

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

 span { border-color: rgb(81,102,88); }

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