Html Css Color HEX #58665A Mineral Green

📋 copy color: '#58665A'

red 88 ◦ green 102 ◦ blue 90

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

Shades of Mineral Green #58665A

Tints of Mineral Green #58665A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.43%

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

R = 31.43%
G = 36.43%
B = 32.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#58665A (or 0x58665A) is known color: Mineral Green. HEX triplet: 58, 66 and 5A. RGB value is (88,102,90). Sum of RGB (Red+Green+Blue) = 88+102+90=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 102 - color contains mainly: green. Hex color #58665A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58665A is #A799A5. Grayscale: #606060. Windows color (decimal): -10983846 or 5924440. OLE color: 5924440.

HSL color Cylindrical-coordinate representation of color #58665A: hue angle of 128.57º 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 #58665A is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.6.

Color convert

RGB 88 102 90 -
CMYK 0.14 0 0.12 0.6
HSL 128.57º 0.07% 0.37% -
HSV(B) 128.57º 0.14% 0.4% -
XYZ 10.62 12.32 11.49 -
YUV 96.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 88 102 90 0.14 0 0.12 0.6 128.57 0.07 0.37
Hex 58 66 5A E 0 C 3C 81 7 25
Octal 130 146 132 16 0 14 74 201 7 45
Binary 1011000 1100110 1011010 1110 0 1100 111100 10000001 111 100101

Color Harmonies of #58665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58665A

Black with #58665A

Text Example


Text Example

White with #58665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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