#506555

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

Shades of Mineral Green #506555

Tints of Mineral Green #506555

Color information

#506555 (or 0x506555) is unknown color: approx Mineral Green. HEX triplet: 50, 65 and 55. RGB value is (80,101,85). Sum of RGB (Red+Green+Blue) = 80+101+85=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #506555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506555 is #AF9AAA. Grayscale: #5C5C5C. Windows color (decimal): -11508395 or 5596496. OLE color: 5596496.

HSL color Cylindrical-coordinate representation of color #506555: hue angle of 134.29º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #506555 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB8010185-
CMYK0.2100.160.60
HSL134.29º11.6%35.49%-
HSV(B)134.29º20.79%39.61%-
XYZ9.611.6710.34-
YUV92.9123.54118.8-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.08%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 85 (33.59% from 255) = 31.95%
R=30.08%
G=37.97%
B=31.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal80101850.2100.160.60134.2911.635.49
Hex506555150103C86c23
Octal12014512525020742061443
Binary10100001100101101010110101010000111100100001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506555; }

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

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

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

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

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

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

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

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