Html Css Color HEX #59665C Mineral Green

📋 copy color: '#59665C'

red 89 ◦ green 102 ◦ blue 92

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

Shades of Mineral Green #59665C

Tints of Mineral Green #59665C

RGB

 RED value IS 89 (35.16% from 255) = 31.45%

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

 BLUE value IS 92 (36.33% from 255) = 32.51%

R = 31.45%
G = 36.04%
B = 32.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.6

RGB Variations

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

Color information

#59665C (or 0x59665C) is known color: Mineral Green. HEX triplet: 59, 66 and 5C. RGB value is (89,102,92). Sum of RGB (Red+Green+Blue) = 89+102+92=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 102 (40.23% from 255 or 36.04% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 102 - color contains mainly: green. Hex color #59665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59665C is #A699A3. Grayscale: #616161. Windows color (decimal): -10918308 or 6055513. OLE color: 6055513.

HSL color Cylindrical-coordinate representation of color #59665C: hue angle of 133.85º 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 #59665C is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB 89 102 92 -
CMYK 0.13 0 0.10 0.6
HSL 133.85º 0.07% 0.37% -
HSV(B) 133.85º 0.13% 0.4% -
XYZ 10.8 12.4 11.95 -
YUV 96.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 89 102 92 0.13 0 0.10 0.6 133.85 0.07 0.37
Hex 59 66 5C D 0 A 3C 86 7 25
Octal 131 146 134 15 0 12 74 206 7 45
Binary 1011001 1100110 1011100 1101 0 1010 111100 10000110 111 100101

Color Harmonies of #59665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59665C

Black with #59665C

Text Example


Text Example

White with #59665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59665C;
 }
 .AnyTagClassName
 {
   color: #59665C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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