Html Css Color HEX #586A5A Mineral Green

📋 copy color: '#586A5A'

red 88 ◦ green 106 ◦ blue 90

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

Shades of Mineral Green #586A5A

Tints of Mineral Green #586A5A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.32%

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

R = 30.99%
G = 37.32%
B = 31.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#586A5A (or 0x586A5A) is known color: Mineral Green. HEX triplet: 58, 6A and 5A. RGB value is (88,106,90). Sum of RGB (Red+Green+Blue) = 88+106+90=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 106 - color contains mainly: green. Hex color #586A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586A5A is #A795A5. Grayscale: #626262. Windows color (decimal): -10982822 or 5925464. OLE color: 5925464.

HSL color Cylindrical-coordinate representation of color #586A5A: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #586A5A is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 106 90 -
CMYK 0.17 0 0.15 0.58
HSL 126.67º 0.09% 0.38% -
HSV(B) 126.67º 0.17% 0.42% -
XYZ 11.02 13.12 11.62 -
YUV 98.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 88 106 90 0.17 0 0.15 0.58 126.67 0.09 0.38
Hex 58 6A 5A 11 0 F 3A 7F 9 26
Octal 130 152 132 21 0 17 72 177 11 46
Binary 1011000 1101010 1011010 10001 0 1111 111010 1111111 1001 100110

Color Harmonies of #586A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586A5A

Black with #586A5A

Text Example


Text Example

White with #586A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586A5A; }

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

 H1.HeaderClassName
 {
   color: #586A5A;
 }
 .AnyTagClassName
 {
   color: #586A5A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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