#506153

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

Shades of Mineral Green #506153

Tints of Mineral Green #506153

Color information

#506153 (or 0x506153) is unknown color: approx Mineral Green. HEX triplet: 50, 61 and 53. RGB value is (80,97,83). Sum of RGB (Red+Green+Blue) = 80+97+83=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #506153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506153 is #AF9EAC. Grayscale: #5A5A5A. Windows color (decimal): -11509421 or 5464400. OLE color: 5464400.

HSL color Cylindrical-coordinate representation of color #506153: hue angle of 130.59º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #506153 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB809783-
CMYK0.1800.140.62
HSL130.59º9.6%34.71%-
HSV(B)130.59º17.53%38.04%-
XYZ9.1410.889.8-
YUV90.32123.87120.64-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.77%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=30.77%
G=37.31%
B=31.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097830.1800.140.62130.599.634.71
Hex506153120E3E83a23
Octal12014112322016762031243
Binary1010000110000110100111001001110111110100000111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506153; }

 p { color: rgb(80,97,83); }

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

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

 a { background-color: rgb(80,97,83); }

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

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

 span { border-color: rgb(80,97,83); }

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