#515D53

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

Shades of Mineral Green #515D53

Tints of Mineral Green #515D53

Color information

#515D53 (or 0x515D53) is unknown color: approx Mineral Green. HEX triplet: 51, 5D and 53. RGB value is (81,93,83). Sum of RGB (Red+Green+Blue) = 81+93+83=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 93 - color contains mainly: green. Hex color #515D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515D53 is #AEA2AC. Grayscale: #585858. Windows color (decimal): -11444909 or 5463377. OLE color: 5463377.

HSL color Cylindrical-coordinate representation of color #515D53: hue angle of 130º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #515D53 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB819383-
CMYK0.1300.110.64
HSL130º6.9%34.12%-
HSV(B)130º12.9%36.47%-
XYZ8.8710.29.69-
YUV88.27125.02122.81-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 31.52%
GREEN value IS 93 (36.72% from 255) = 36.19%
BLUE value IS 83 (32.81% from 255) = 32.30%
R=31.52%
G=36.19%
B=32.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8193830.1300.110.641306.934.12
Hex515D53D0B4082722
Octal12113512315013100202742
Binary101000110111011010011110101011100000010000010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,93,83); }

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

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

 a { background-color: rgb(81,93,83); }

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

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

 span { border-color: rgb(81,93,83); }

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