Shades of Cape Cod #555957
Tints of Cape Cod #555957
RGB
CMYK
RGB Variations
Color information
#555957 (or 0x555957) is known color: Cape Cod. HEX triplet: 55, 59 and 57. RGB value is (85,89,87). Sum of RGB (Red+Green+Blue) = 85+89+87=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 89 (35.16% from 255 or 34.10% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 89 - color contains mainly: green. Hex color #555957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555957 is #AAA6A8. Grayscale: #575757. Windows color (decimal): -11183785 or 5724501. OLE color: 5724501.
HSL color Cylindrical-coordinate representation of color #555957: hue angle of 150º degrees, saturation: 0.02, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555957 is Cyan = 0.04, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 87 | - |
| CMYK | 0.04 | 0 | 0.02 | 0.65 |
| HSL | 150º | 0.02% | 0.34% | - |
| HSV(B) | 150º | 0.04% | 0.35% | - |
| XYZ | 9.04 | 9.76 | 10.43 | - |
| YUV | 87.58 | 127.67 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 87 | 0.04 | 0 | 0.02 | 0.65 | 150 | 0.02 | 0.34 |
| Hex | 55 | 59 | 57 | 4 | 0 | 2 | 41 | 96 | 2 | 22 |
| Octal | 125 | 131 | 127 | 4 | 0 | 2 | 101 | 226 | 2 | 42 |
| Binary | 1010101 | 1011001 | 1010111 | 100 | 0 | 10 | 1000001 | 10010110 | 10 | 100010 |
Color Harmonies of #555957
Complementary color
Monochromatic Colors of #555957
Black with #555957
Text Example
Text Example
White with #555957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555957; }
p { color: rgb(85,89,87); }
H1.HeaderClassName
{
color: #555957;
}
.AnyTagClassName
{
color: #555957;
}
</style>
background-color css
<style>
a { background-color: #555957; }
a { background-color: rgb(85,89,87); }
div.DivClassName
{
background-color: #555957;
}
.BgClassName
{
background-color: #555957;
}
</style>
border-color css
<style>
span { border-color: #555957; }
span { border-color: rgb(85,89,87); }
td.TdClassName
{
border-color: #555957;
}
.TagClassName
{
border-color: #555957;
}
</style>