Html Css Color HEX #58655A Mineral Green

📋 copy color: '#58655A'

red 88 ◦ green 101 ◦ blue 90

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

Shades of Mineral Green #58655A

Tints of Mineral Green #58655A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.2%

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

R = 31.54%
G = 36.2%
B = 32.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#58655A (or 0x58655A) is known color: Mineral Green. HEX triplet: 58, 65 and 5A. RGB value is (88,101,90). Sum of RGB (Red+Green+Blue) = 88+101+90=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 101 (39.84% from 255 or 36.20% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 101 - color contains mainly: green. Hex color #58655A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58655A is #A79AA5. Grayscale: #5F5F5F. Windows color (decimal): -10984102 or 5924184. OLE color: 5924184.

HSL color Cylindrical-coordinate representation of color #58655A: hue angle of 129.23º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #58655A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 90 -
CMYK 0.13 0 0.11 0.60
HSL 129.23º 0.07% 0.37% -
HSV(B) 129.23º 0.13% 0.4% -
XYZ 10.52 12.12 11.46 -
YUV 95.86 124.69 122.39 -
System Red Green Blue C M Y K H S L
Decimal 88 101 90 0.13 0 0.11 0.60 129.23 0.07 0.37
Hex 58 65 5A D 0 B 3C 81 7 25
Octal 130 145 132 15 0 13 74 201 7 45
Binary 1011000 1100101 1011010 1101 0 1011 111100 10000001 111 100101

Color Harmonies of #58655A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58655A

Black with #58655A

Text Example


Text Example

White with #58655A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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