Shades of Cape Cod #495551
Tints of Cape Cod #495551
RGB
CMYK
RGB Variations
Color information
#495551 (or 0x495551) is known color: Cape Cod. HEX triplet: 49, 55 and 51. RGB value is (73,85,81). Sum of RGB (Red+Green+Blue) = 73+85+81=239 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.54% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #495551 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495551 is #B6AAAE. Grayscale: #505050. Windows color (decimal): -11971247 or 5330249. OLE color: 5330249.
HSL color Cylindrical-coordinate representation of color #495551: hue angle of 160º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495551 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 85 | 81 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.67 |
| HSL | 160º | 0.08% | 0.31% | - |
| HSV(B) | 160º | 0.14% | 0.33% | - |
| XYZ | 7.48 | 8.51 | 9.03 | - |
| YUV | 80.96 | 128.02 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 81 | 0.14 | 0 | 0.05 | 0.67 | 160 | 0.08 | 0.31 |
| Hex | 49 | 55 | 51 | E | 0 | 5 | 43 | A0 | 8 | 1F |
| Octal | 111 | 125 | 121 | 16 | 0 | 5 | 103 | 240 | 10 | 37 |
| Binary | 1001001 | 1010101 | 1010001 | 1110 | 0 | 101 | 1000011 | 10100000 | 1000 | 11111 |
Color Harmonies of #495551
Complementary color
Monochromatic Colors of #495551
Black with #495551
Text Example
Text Example
White with #495551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495551; }
p { color: rgb(73,85,81); }
H1.HeaderClassName
{
color: #495551;
}
.AnyTagClassName
{
color: #495551;
}
</style>
background-color css
<style>
a { background-color: #495551; }
a { background-color: rgb(73,85,81); }
div.DivClassName
{
background-color: #495551;
}
.BgClassName
{
background-color: #495551;
}
</style>
border-color css
<style>
span { border-color: #495551; }
span { border-color: rgb(73,85,81); }
td.TdClassName
{
border-color: #495551;
}
.TagClassName
{
border-color: #495551;
}
</style>