Shades of Cape Cod #495753
Tints of Cape Cod #495753
RGB
CMYK
RGB Variations
Color information
#495753 (or 0x495753) is known color: Cape Cod. HEX triplet: 49, 57 and 53. RGB value is (73,87,83). Sum of RGB (Red+Green+Blue) = 73+87+83=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 83 (32.81% from 255 or 34.16% from 243); Max value from RGB is 87 - color contains mainly: green. Hex color #495753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495753 is #B6A8AC. Grayscale: #525252. Windows color (decimal): -11970733 or 5461833. OLE color: 5461833.
HSL color Cylindrical-coordinate representation of color #495753: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #495753 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 73 | 87 | 83 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.66 |
| HSL | 162.86º | 0.09% | 0.31% | - |
| HSV(B) | 162.86º | 0.16% | 0.34% | - |
| XYZ | 7.72 | 8.86 | 9.49 | - |
| YUV | 82.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 83 | 0.16 | 0 | 0.05 | 0.66 | 162.86 | 0.09 | 0.31 |
| Hex | 49 | 57 | 53 | 10 | 0 | 5 | 42 | A3 | 9 | 1F |
| Octal | 111 | 127 | 123 | 20 | 0 | 5 | 102 | 243 | 11 | 37 |
| Binary | 1001001 | 1010111 | 1010011 | 10000 | 0 | 101 | 1000010 | 10100011 | 1001 | 11111 |
Color Harmonies of #495753
Complementary color
Monochromatic Colors of #495753
Black with #495753
Text Example
Text Example
White with #495753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495753; }
p { color: rgb(73,87,83); }
H1.HeaderClassName
{
color: #495753;
}
.AnyTagClassName
{
color: #495753;
}
</style>
background-color css
<style>
a { background-color: #495753; }
a { background-color: rgb(73,87,83); }
div.DivClassName
{
background-color: #495753;
}
.BgClassName
{
background-color: #495753;
}
</style>
border-color css
<style>
span { border-color: #495753; }
span { border-color: rgb(73,87,83); }
td.TdClassName
{
border-color: #495753;
}
.TagClassName
{
border-color: #495753;
}
</style>