Html Css Color HEX #556A5B Mineral Green

📋 copy color: '#556A5B'

red 85 ◦ green 106 ◦ blue 91

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

Shades of Mineral Green #556A5B

Tints of Mineral Green #556A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.59%

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

R = 30.14%
G = 37.59%
B = 32.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#556A5B (or 0x556A5B) is known color: Mineral Green. HEX triplet: 55, 6A and 5B. RGB value is (85,106,91). Sum of RGB (Red+Green+Blue) = 85+106+91=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 106 (41.80% from 255 or 37.59% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 106 - color contains mainly: green. Hex color #556A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556A5B is #AA95A4. Grayscale: #626262. Windows color (decimal): -11179429 or 5990997. OLE color: 5990997.

HSL color Cylindrical-coordinate representation of color #556A5B: hue angle of 137.14º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #556A5B is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 85 106 91 -
CMYK 0.20 0 0.14 0.58
HSL 137.14º 0.11% 0.37% -
HSV(B) 137.14º 0.2% 0.42% -
XYZ 10.79 12.99 11.84 -
YUV 98.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 85 106 91 0.20 0 0.14 0.58 137.14 0.11 0.37
Hex 55 6A 5B 14 0 E 3A 89 B 25
Octal 125 152 133 24 0 16 72 211 13 45
Binary 1010101 1101010 1011011 10100 0 1110 111010 10001001 1011 100101

Color Harmonies of #556A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556A5B

Black with #556A5B

Text Example


Text Example

White with #556A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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