Html Css Color HEX #556E5B Mineral Green

📋 copy color: '#556E5B'

red 85 ◦ green 110 ◦ blue 91

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

Shades of Mineral Green #556E5B

Tints of Mineral Green #556E5B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.46%

 BLUE value IS 91 (35.94% from 255) = 31.82%

R = 29.72%
G = 38.46%
B = 31.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.57

RGB Variations

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

Color information

#556E5B (or 0x556E5B) is known color: Mineral Green. HEX triplet: 55, 6E and 5B. RGB value is (85,110,91). Sum of RGB (Red+Green+Blue) = 85+110+91=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 110 (43.36% from 255 or 38.46% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 110 - color contains mainly: green. Hex color #556E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556E5B is #AA91A4. Grayscale: #646464. Windows color (decimal): -11178405 or 5992021. OLE color: 5992021.

HSL color Cylindrical-coordinate representation of color #556E5B: hue angle of 134.4º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556E5B is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB 85 110 91 -
CMYK 0.23 0 0.17 0.57
HSL 134.4º 0.13% 0.38% -
HSV(B) 134.4º 0.23% 0.43% -
XYZ 11.21 13.84 11.98 -
YUV 100.36 122.72 117.04 -
System Red Green Blue C M Y K H S L
Decimal 85 110 91 0.23 0 0.17 0.57 134.4 0.13 0.38
Hex 55 6E 5B 17 0 11 39 86 D 26
Octal 125 156 133 27 0 21 71 206 15 46
Binary 1010101 1101110 1011011 10111 0 10001 111001 10000110 1101 100110

Color Harmonies of #556E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E5B

Black with #556E5B

Text Example


Text Example

White with #556E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556E5B; }

 p { color: rgb(85,110,91); }

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

background-color css

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

 a { background-color: rgb(85,110,91); }

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

border-color css

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

 span { border-color: rgb(85,110,91); }

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