Html Css Color HEX #58685A Mineral Green

📋 copy color: '#58685A'

red 88 ◦ green 104 ◦ blue 90

#58685A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mineral Green #58685A

Tints of Mineral Green #58685A

RGB

 RED value IS 88 (34.77% from 255) = 31.21%

 GREEN value IS 104 (41.02% from 255) = 36.88%

 BLUE value IS 90 (35.55% from 255) = 31.91%

R = 31.21%
G = 36.88%
B = 31.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.59

RGB Variations

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

Color information

#58685A (or 0x58685A) is known color: Mineral Green. HEX triplet: 58, 68 and 5A. RGB value is (88,104,90). Sum of RGB (Red+Green+Blue) = 88+104+90=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 104 (41.02% from 255 or 36.88% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 104 - color contains mainly: green. Hex color #58685A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58685A is #A797A5. Grayscale: #616161. Windows color (decimal): -10983334 or 5924952. OLE color: 5924952.

HSL color Cylindrical-coordinate representation of color #58685A: hue angle of 127.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58685A is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 104 90 -
CMYK 0.15 0 0.13 0.59
HSL 127.5º 0.08% 0.38% -
HSV(B) 127.5º 0.15% 0.41% -
XYZ 10.82 12.71 11.56 -
YUV 97.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 88 104 90 0.15 0 0.13 0.59 127.5 0.08 0.38
Hex 58 68 5A F 0 D 3B 80 8 26
Octal 130 150 132 17 0 15 73 200 10 46
Binary 1011000 1101000 1011010 1111 0 1101 111011 10000000 1000 100110

Color Harmonies of #58685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58685A

Black with #58685A

Text Example


Text Example

White with #58685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58685A; }

 p { color: rgb(88,104,90); }

 H1.HeaderClassName
 {
   color: #58685A;
 }
 .AnyTagClassName
 {
   color: #58685A;
 }
</style>

background-color css

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

 a { background-color: rgb(88,104,90); }

 div.DivClassName
 {
   background-color: #58685A;
 }
 .BgClassName
 {
   background-color: #58685A;
 }
</style>

border-color css

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

 span { border-color: rgb(88,104,90); }

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