Html Css Color HEX #556859 Mineral Green

📋 copy color: '#556859'

red 85 ◦ green 104 ◦ blue 89

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

Shades of Mineral Green #556859

Tints of Mineral Green #556859

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.41%

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

R = 30.58%
G = 37.41%
B = 32.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#556859 (or 0x556859) is known color: Mineral Green. HEX triplet: 55, 68 and 59. RGB value is (85,104,89). Sum of RGB (Red+Green+Blue) = 85+104+89=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 104 - color contains mainly: green. Hex color #556859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556859 is #AA97A6. Grayscale: #606060. Windows color (decimal): -11179943 or 5859413. OLE color: 5859413.

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

Color convert

RGB 85 104 89 -
CMYK 0.18 0 0.14 0.59
HSL 132.63º 0.1% 0.37% -
HSV(B) 132.63º 0.18% 0.41% -
XYZ 10.5 12.55 11.32 -
YUV 96.61 123.71 119.72 -
System Red Green Blue C M Y K H S L
Decimal 85 104 89 0.18 0 0.14 0.59 132.63 0.1 0.37
Hex 55 68 59 12 0 E 3B 85 A 25
Octal 125 150 131 22 0 16 73 205 12 45
Binary 1010101 1101000 1011001 10010 0 1110 111011 10000101 1010 100101

Color Harmonies of #556859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556859

Black with #556859

Text Example


Text Example

White with #556859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556859; }

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

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

background-color css

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

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

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

border-color css

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

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

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