Html Css Color HEX #515E55 Mineral Green

📋 copy color: '#515E55'

red 81 ◦ green 94 ◦ blue 85

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

Shades of Mineral Green #515E55

Tints of Mineral Green #515E55

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.15%

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

R = 31.15%
G = 36.15%
B = 32.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.10

 K value IS 0.63

RGB Variations

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

Color information

#515E55 (or 0x515E55) is known color: Mineral Green. HEX triplet: 51, 5E and 55. RGB value is (81,94,85). Sum of RGB (Red+Green+Blue) = 81+94+85=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 85 (33.59% from 255 or 32.69% from 260); Max value from RGB is 94 - color contains mainly: green. Hex color #515E55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515E55 is #AEA1AA. Grayscale: #595959. Windows color (decimal): -11444651 or 5594705. OLE color: 5594705.

HSL color Cylindrical-coordinate representation of color #515E55: hue angle of 138.46º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #515E55 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.63.

Color convert

RGB 81 94 85 -
CMYK 0.14 0 0.10 0.63
HSL 138.46º 0.07% 0.34% -
HSV(B) 138.46º 0.14% 0.37% -
XYZ 9.04 10.41 10.13 -
YUV 89.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 81 94 85 0.14 0 0.10 0.63 138.46 0.07 0.34
Hex 51 5E 55 E 0 A 3F 8A 7 22
Octal 121 136 125 16 0 12 77 212 7 42
Binary 1010001 1011110 1010101 1110 0 1010 111111 10001010 111 100010

Color Harmonies of #515E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515E55

Black with #515E55

Text Example


Text Example

White with #515E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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