Shades of Como #556F5D
Tints of Como #556F5D
RGB
CMYK
RGB Variations
Color information
#556F5D (or 0x556F5D) is known color: Como. HEX triplet: 55, 6F and 5D. RGB value is (85,111,93). Sum of RGB (Red+Green+Blue) = 85+111+93=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 111 - color contains mainly: green. Hex color #556F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556F5D is #AA90A2. Grayscale: #656565. Windows color (decimal): -11178147 or 6123349. OLE color: 6123349.
HSL color Cylindrical-coordinate representation of color #556F5D: hue angle of 138.46º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #556F5D is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 85 | 111 | 93 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.56 |
| HSL | 138.46º | 0.13% | 0.38% | - |
| HSV(B) | 138.46º | 0.23% | 0.44% | - |
| XYZ | 11.41 | 14.09 | 12.47 | - |
| YUV | 101.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 111 | 93 | 0.23 | 0 | 0.16 | 0.56 | 138.46 | 0.13 | 0.38 |
| Hex | 55 | 6F | 5D | 17 | 0 | 10 | 38 | 8A | D | 26 |
| Octal | 125 | 157 | 135 | 27 | 0 | 20 | 70 | 212 | 15 | 46 |
| Binary | 1010101 | 1101111 | 1011101 | 10111 | 0 | 10000 | 111000 | 10001010 | 1101 | 100110 |
Color Harmonies of #556F5D
Complementary color
Monochromatic Colors of #556F5D
Black with #556F5D
Text Example
Text Example
White with #556F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556F5D; }
p { color: rgb(85,111,93); }
H1.HeaderClassName
{
color: #556F5D;
}
.AnyTagClassName
{
color: #556F5D;
}
</style>
background-color css
<style>
a { background-color: #556F5D; }
a { background-color: rgb(85,111,93); }
div.DivClassName
{
background-color: #556F5D;
}
.BgClassName
{
background-color: #556F5D;
}
</style>
border-color css
<style>
span { border-color: #556F5D; }
span { border-color: rgb(85,111,93); }
td.TdClassName
{
border-color: #556F5D;
}
.TagClassName
{
border-color: #556F5D;
}
</style>