#58665C

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

Shades of Mineral Green #58665C

Tints of Mineral Green #58665C

Color information

#58665C (or 0x58665C) is unknown color: approx Mineral Green. HEX triplet: 58, 66 and 5C. RGB value is (88,102,92). Sum of RGB (Red+Green+Blue) = 88+102+92=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 102 - color contains mainly: green. Hex color #58665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665C is #A799A3. Grayscale: #606060. Windows color (decimal): -10983844 or 6055512. OLE color: 6055512.

HSL color Cylindrical-coordinate representation of color #58665C: hue angle of 137.14º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #58665C is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB8810292-
CMYK0.1400.100.6
HSL137.14º7.37%37.25%-
HSV(B)137.14º13.73%40%-
XYZ10.7112.3511.94-
YUV96.67125.36121.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 102 (40.23% from 255) = 36.17%
BLUE value IS 92 (36.33% from 255) = 32.62%
R=31.21%
G=36.17%
B=32.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal88102920.1400.100.6137.147.3737.25
Hex58665CE0A3C89725
Octal1301461341601274211745
Binary10110001100110101110011100101011110010001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58665C; }

 p { color: rgb(88,102,92); }

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

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

 a { background-color: rgb(88,102,92); }

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

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

 span { border-color: rgb(88,102,92); }

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