Html Css Color HEX #556559 Mineral Green

📋 copy color: '#556559'

red 85 ◦ green 101 ◦ blue 89

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

Shades of Mineral Green #556559

Tints of Mineral Green #556559

RGB

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

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

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

R = 30.91%
G = 36.73%
B = 32.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#556559 (or 0x556559) is known color: Mineral Green. HEX triplet: 55, 65 and 59. RGB value is (85,101,89). Sum of RGB (Red+Green+Blue) = 85+101+89=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 101 (39.84% from 255 or 36.73% from 275); Blue value is 89 (35.16% from 255 or 32.36% from 275); Max value from RGB is 101 - color contains mainly: green. Hex color #556559 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556559 is #AA9AA6. Grayscale: #5E5E5E. Windows color (decimal): -11180711 or 5858645. OLE color: 5858645.

HSL color Cylindrical-coordinate representation of color #556559: hue angle of 135º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556559 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 85 101 89 -
CMYK 0.16 0 0.12 0.60
HSL 135º 0.09% 0.36% -
HSV(B) 135º 0.16% 0.4% -
XYZ 10.2 11.96 11.22 -
YUV 94.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 85 101 89 0.16 0 0.12 0.60 135 0.09 0.36
Hex 55 65 59 10 0 C 3C 87 9 24
Octal 125 145 131 20 0 14 74 207 11 44
Binary 1010101 1100101 1011001 10000 0 1100 111100 10000111 1001 100100

Color Harmonies of #556559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556559

Black with #556559

Text Example


Text Example

White with #556559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556559; }

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

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

background-color css

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

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

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

border-color css

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

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

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