Shades of Como #557B5F
Tints of Como #557B5F
RGB
CMYK
RGB Variations
Color information
#557B5F (or 0x557B5F) is known color: Como. HEX triplet: 55, 7B and 5F. RGB value is (85,123,95). Sum of RGB (Red+Green+Blue) = 85+123+95=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 123 (48.44% from 255 or 40.59% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 123 - color contains mainly: green. Hex color #557B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #557B5F is #AA84A0. Grayscale: #6C6C6C. Windows color (decimal): -11175073 or 6257493. OLE color: 6257493.
HSL color Cylindrical-coordinate representation of color #557B5F: hue angle of 135.79º 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 #557B5F is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 85 | 123 | 95 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.52 |
| HSL | 135.79º | 0.18% | 0.41% | - |
| HSV(B) | 135.79º | 0.31% | 0.48% | - |
| XYZ | 12.89 | 16.92 | 13.41 | - |
| YUV | 108.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 123 | 95 | 0.31 | 0 | 0.23 | 0.52 | 135.79 | 0.18 | 0.41 |
| Hex | 55 | 7B | 5F | 1F | 0 | 17 | 34 | 88 | 12 | 29 |
| Octal | 125 | 173 | 137 | 37 | 0 | 27 | 64 | 210 | 22 | 51 |
| Binary | 1010101 | 1111011 | 1011111 | 11111 | 0 | 10111 | 110100 | 10001000 | 10010 | 101001 |
Color Harmonies of #557B5F
Complementary color
Monochromatic Colors of #557B5F
Black with #557B5F
Text Example
Text Example
White with #557B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #557B5F; }
p { color: rgb(85,123,95); }
H1.HeaderClassName
{
color: #557B5F;
}
.AnyTagClassName
{
color: #557B5F;
}
</style>
background-color css
<style>
a { background-color: #557B5F; }
a { background-color: rgb(85,123,95); }
div.DivClassName
{
background-color: #557B5F;
}
.BgClassName
{
background-color: #557B5F;
}
</style>
border-color css
<style>
span { border-color: #557B5F; }
span { border-color: rgb(85,123,95); }
td.TdClassName
{
border-color: #557B5F;
}
.TagClassName
{
border-color: #557B5F;
}
</style>