Shades of Como #557563
Tints of Como #557563
RGB
CMYK
RGB Variations
Color information
#557563 (or 0x557563) is known color: Como. HEX triplet: 55, 75 and 63. RGB value is (85,117,99). Sum of RGB (Red+Green+Blue) = 85+117+99=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #557563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557563 is #AA8A9C. Grayscale: #696969. Windows color (decimal): -11176605 or 6518101. OLE color: 6518101.
HSL color Cylindrical-coordinate representation of color #557563: hue angle of 146.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #557563 is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 99 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.54 |
| HSL | 146.25º | 0.16% | 0.4% | - |
| HSV(B) | 146.25º | 0.27% | 0.46% | - |
| XYZ | 12.36 | 15.55 | 14.16 | - |
| YUV | 105.38 | 124.4 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 99 | 0.27 | 0 | 0.15 | 0.54 | 146.25 | 0.16 | 0.4 |
| Hex | 55 | 75 | 63 | 1B | 0 | F | 36 | 92 | 10 | 28 |
| Octal | 125 | 165 | 143 | 33 | 0 | 17 | 66 | 222 | 20 | 50 |
| Binary | 1010101 | 1110101 | 1100011 | 11011 | 0 | 1111 | 110110 | 10010010 | 10000 | 101000 |
Color Harmonies of #557563
Complementary color
Monochromatic Colors of #557563
Black with #557563
Text Example
Text Example
White with #557563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557563; }
p { color: rgb(85,117,99); }
H1.HeaderClassName
{
color: #557563;
}
.AnyTagClassName
{
color: #557563;
}
</style>
background-color css
<style>
a { background-color: #557563; }
a { background-color: rgb(85,117,99); }
div.DivClassName
{
background-color: #557563;
}
.BgClassName
{
background-color: #557563;
}
</style>
border-color css
<style>
span { border-color: #557563; }
span { border-color: rgb(85,117,99); }
td.TdClassName
{
border-color: #557563;
}
.TagClassName
{
border-color: #557563;
}
</style>