Shades of Como #557B65
Tints of Como #557B65
RGB
CMYK
RGB Variations
Color information
#557B65 (or 0x557B65) is known color: Como. HEX triplet: 55, 7B and 65. RGB value is (85,123,101). Sum of RGB (Red+Green+Blue) = 85+123+101=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #557B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B65 is #AA849A. Grayscale: #6D6D6D. Windows color (decimal): -11175067 or 6650709. OLE color: 6650709.
HSL color Cylindrical-coordinate representation of color #557B65: hue angle of 145.26º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #557B65 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 101 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.52 |
| HSL | 145.26º | 0.18% | 0.41% | - |
| HSV(B) | 145.26º | 0.31% | 0.48% | - |
| XYZ | 13.18 | 17.04 | 14.91 | - |
| YUV | 109.13 | 123.41 | 110.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 101 | 0.31 | 0 | 0.18 | 0.52 | 145.26 | 0.18 | 0.41 |
| Hex | 55 | 7B | 65 | 1F | 0 | 12 | 34 | 91 | 12 | 29 |
| Octal | 125 | 173 | 145 | 37 | 0 | 22 | 64 | 221 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1100101 | 11111 | 0 | 10010 | 110100 | 10010001 | 10010 | 101001 |
Color Harmonies of #557B65
Complementary color
Monochromatic Colors of #557B65
Black with #557B65
Text Example
Text Example
White with #557B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B65; }
p { color: rgb(85,123,101); }
H1.HeaderClassName
{
color: #557B65;
}
.AnyTagClassName
{
color: #557B65;
}
</style>
background-color css
<style>
a { background-color: #557B65; }
a { background-color: rgb(85,123,101); }
div.DivClassName
{
background-color: #557B65;
}
.BgClassName
{
background-color: #557B65;
}
</style>
border-color css
<style>
span { border-color: #557B65; }
span { border-color: rgb(85,123,101); }
td.TdClassName
{
border-color: #557B65;
}
.TagClassName
{
border-color: #557B65;
}
</style>