Html Css Color HEX #556959 Mineral Green

📋 copy color: '#556959'

red 85 ◦ green 105 ◦ blue 89

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

Shades of Mineral Green #556959

Tints of Mineral Green #556959

RGB

 RED value IS 85 (33.59% from 255) = 30.47%

 GREEN value IS 105 (41.41% from 255) = 37.63%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 30.47%
G = 37.63%
B = 31.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#556959 (or 0x556959) is known color: Mineral Green. HEX triplet: 55, 69 and 59. RGB value is (85,105,89). Sum of RGB (Red+Green+Blue) = 85+105+89=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 105 (41.41% from 255 or 37.63% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 105 - color contains mainly: green. Hex color #556959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556959 is #AA96A6. Grayscale: #616161. Windows color (decimal): -11179687 or 5859669. OLE color: 5859669.

HSL color Cylindrical-coordinate representation of color #556959: hue angle of 132º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556959 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 89 -
CMYK 0.19 0 0.15 0.59
HSL 132º 0.11% 0.37% -
HSV(B) 132º 0.19% 0.41% -
XYZ 10.6 12.76 11.35 -
YUV 97.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 85 105 89 0.19 0 0.15 0.59 132 0.11 0.37
Hex 55 69 59 13 0 F 3B 84 B 25
Octal 125 151 131 23 0 17 73 204 13 45
Binary 1010101 1101001 1011001 10011 0 1111 111011 10000100 1011 100101

Color Harmonies of #556959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556959

Black with #556959

Text Example


Text Example

White with #556959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556959; }

 p { color: rgb(85,105,89); }

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

background-color css

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

 a { background-color: rgb(85,105,89); }

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

border-color css

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

 span { border-color: rgb(85,105,89); }

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