Shades of Cape Cod #4E5553
Tints of Cape Cod #4E5553
RGB
CMYK
RGB Variations
Color information
#4E5553 (or 0x4E5553) is known color: Cape Cod. HEX triplet: 4E, 55 and 53. RGB value is (78,85,83). Sum of RGB (Red+Green+Blue) = 78+85+83=246 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.71% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 85 - color contains mainly: green. Hex color #4E5553 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E5553 is #B1AAAC. Grayscale: #525252. Windows color (decimal): -11643565 or 5461326. OLE color: 5461326.
HSL color Cylindrical-coordinate representation of color #4E5553: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #4E5553 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 78 | 85 | 83 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.67 |
| HSL | 162.86º | 0.04% | 0.32% | - |
| HSV(B) | 162.86º | 0.08% | 0.33% | - |
| XYZ | 7.95 | 8.74 | 9.45 | - |
| YUV | 82.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 83 | 0.08 | 0 | 0.02 | 0.67 | 162.86 | 0.04 | 0.32 |
| Hex | 4E | 55 | 53 | 8 | 0 | 2 | 43 | A3 | 4 | 20 |
| Octal | 116 | 125 | 123 | 10 | 0 | 2 | 103 | 243 | 4 | 40 |
| Binary | 1001110 | 1010101 | 1010011 | 1000 | 0 | 10 | 1000011 | 10100011 | 100 | 100000 |
Color Harmonies of #4E5553
Complementary color
Monochromatic Colors of #4E5553
Black with #4E5553
Text Example
Text Example
White with #4E5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5553; }
p { color: rgb(78,85,83); }
H1.HeaderClassName
{
color: #4E5553;
}
.AnyTagClassName
{
color: #4E5553;
}
</style>
background-color css
<style>
a { background-color: #4E5553; }
a { background-color: rgb(78,85,83); }
div.DivClassName
{
background-color: #4E5553;
}
.BgClassName
{
background-color: #4E5553;
}
</style>
border-color css
<style>
span { border-color: #4E5553; }
span { border-color: rgb(78,85,83); }
td.TdClassName
{
border-color: #4E5553;
}
.TagClassName
{
border-color: #4E5553;
}
</style>