#507058

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

Shades of Mineral Green #507058

Tints of Mineral Green #507058

Color information

#507058 (or 0x507058) is unknown color: approx Mineral Green. HEX triplet: 50, 70 and 58. RGB value is (80,112,88). Sum of RGB (Red+Green+Blue) = 80+112+88=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #507058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507058 is #AF8FA7. Grayscale: #636363. Windows color (decimal): -11505576 or 5795920. OLE color: 5795920.

HSL color Cylindrical-coordinate representation of color #507058: hue angle of 135º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #507058 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB8011288-
CMYK0.2900.210.56
HSL135º16.67%37.65%-
HSV(B)135º28.57%43.92%-
XYZ10.861411.36-
YUV99.7121.4113.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.57%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 88 (34.77% from 255) = 31.43%
R=28.57%
G=40%
B=31.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal80112880.2900.210.5613516.6737.65
Hex5070581D01538871126
Octal12016013035025702072146
Binary101000011100001011000111010101011110001000011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507058; }

 p { color: rgb(80,112,88); }

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

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

 a { background-color: rgb(80,112,88); }

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

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

 span { border-color: rgb(80,112,88); }

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