Html Css Color HEX #516355 Mineral Green

📋 copy color: '#516355'

red 81 ◦ green 99 ◦ blue 85

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

Shades of Mineral Green #516355

Tints of Mineral Green #516355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 37.36%

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 30.57%
G = 37.36%
B = 32.08%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#516355 (or 0x516355) is known color: Mineral Green. HEX triplet: 51, 63 and 55. RGB value is (81,99,85). Sum of RGB (Red+Green+Blue) = 81+99+85=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #516355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516355 is #AE9CAA. Grayscale: #5C5C5C. Windows color (decimal): -11443371 or 5595985. OLE color: 5595985.

HSL color Cylindrical-coordinate representation of color #516355: hue angle of 133.33º 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 #516355 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 81 99 85 -
CMYK 0.18 0 0.14 0.61
HSL 133.33º 0.1% 0.35% -
HSV(B) 133.33º 0.18% 0.39% -
XYZ 9.49 11.33 10.28 -
YUV 92.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 81 99 85 0.18 0 0.14 0.61 133.33 0.1 0.35
Hex 51 63 55 12 0 E 3D 85 A 23
Octal 121 143 125 22 0 16 75 205 12 43
Binary 1010001 1100011 1010101 10010 0 1110 111101 10000101 1010 100011

Color Harmonies of #516355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #516355

Black with #516355

Text Example


Text Example

White with #516355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #516355; }

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

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

background-color css

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

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

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

border-color css

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

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

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