#506155

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

Shades of Mineral Green #506155

Tints of Mineral Green #506155

Color information

#506155 (or 0x506155) is unknown color: approx Mineral Green. HEX triplet: 50, 61 and 55. RGB value is (80,97,85). Sum of RGB (Red+Green+Blue) = 80+97+85=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #506155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506155 is #AF9EAA. Grayscale: #5A5A5A. Windows color (decimal): -11509419 or 5595472. OLE color: 5595472.

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

Color convert

RGB809785-
CMYK0.1800.120.62
HSL137.65º9.6%34.71%-
HSV(B)137.65º17.53%38.04%-
XYZ9.2210.9110.21-
YUV90.55124.87120.48-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.53%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=30.53%
G=37.02%
B=32.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097850.1800.120.62137.659.634.71
Hex506155120C3E8aa23
Octal12014112522014762121243
Binary1010000110000110101011001001100111110100010101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506155; }

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

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

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

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

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

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

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

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