Html Css Color HEX #556459 Mineral Green

📋 copy color: '#556459'

red 85 ◦ green 100 ◦ blue 89

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

Shades of Mineral Green #556459

Tints of Mineral Green #556459

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.5%

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

R = 31.02%
G = 36.5%
B = 32.48%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#556459 (or 0x556459) is known color: Mineral Green. HEX triplet: 55, 64 and 59. RGB value is (85,100,89). Sum of RGB (Red+Green+Blue) = 85+100+89=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #556459 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556459 is #AA9BA6. Grayscale: #5E5E5E. Windows color (decimal): -11180967 or 5858389. OLE color: 5858389.

HSL color Cylindrical-coordinate representation of color #556459: hue angle of 136º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556459 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 89 -
CMYK 0.15 0 0.11 0.61
HSL 136º 0.08% 0.36% -
HSV(B) 136º 0.15% 0.39% -
XYZ 10.11 11.77 11.19 -
YUV 94.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 85 100 89 0.15 0 0.11 0.61 136 0.08 0.36
Hex 55 64 59 F 0 B 3D 88 8 24
Octal 125 144 131 17 0 13 75 210 10 44
Binary 1010101 1100100 1011001 1111 0 1011 111101 10001000 1000 100100

Color Harmonies of #556459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556459

Black with #556459

Text Example


Text Example

White with #556459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556459; }

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

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

background-color css

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

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

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

border-color css

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

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

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