Shades of Como #557365
Tints of Como #557365
RGB
CMYK
RGB Variations
Color information
#557365 (or 0x557365) is known color: Como. HEX triplet: 55, 73 and 65. RGB value is (85,115,101). Sum of RGB (Red+Green+Blue) = 85+115+101=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 115 - color contains mainly: green. Hex color #557365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557365 is #AA8C9A. Grayscale: #686868. Windows color (decimal): -11177115 or 6648661. OLE color: 6648661.
HSL color Cylindrical-coordinate representation of color #557365: hue angle of 152º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #557365 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 85 | 115 | 101 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.55 |
| HSL | 152º | 0.15% | 0.39% | - |
| HSV(B) | 152º | 0.26% | 0.45% | - |
| XYZ | 12.23 | 15.13 | 14.59 | - |
| YUV | 104.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 115 | 101 | 0.26 | 0 | 0.12 | 0.55 | 152 | 0.15 | 0.39 |
| Hex | 55 | 73 | 65 | 1A | 0 | C | 37 | 98 | F | 27 |
| Octal | 125 | 163 | 145 | 32 | 0 | 14 | 67 | 230 | 17 | 47 |
| Binary | 1010101 | 1110011 | 1100101 | 11010 | 0 | 1100 | 110111 | 10011000 | 1111 | 100111 |
Color Harmonies of #557365
Complementary color
Monochromatic Colors of #557365
Black with #557365
Text Example
Text Example
White with #557365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557365; }
p { color: rgb(85,115,101); }
H1.HeaderClassName
{
color: #557365;
}
.AnyTagClassName
{
color: #557365;
}
</style>
background-color css
<style>
a { background-color: #557365; }
a { background-color: rgb(85,115,101); }
div.DivClassName
{
background-color: #557365;
}
.BgClassName
{
background-color: #557365;
}
</style>
border-color css
<style>
span { border-color: #557365; }
span { border-color: rgb(85,115,101); }
td.TdClassName
{
border-color: #557365;
}
.TagClassName
{
border-color: #557365;
}
</style>