Shades of Cape Cod #515A56
Tints of Cape Cod #515A56
RGB
CMYK
RGB Variations
Color information
#515A56 (or 0x515A56) is known color: Cape Cod. HEX triplet: 51, 5A and 56. RGB value is (81,90,86). Sum of RGB (Red+Green+Blue) = 81+90+86=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 90 - color contains mainly: green. Hex color #515A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515A56 is #AEA5A9. Grayscale: #565656. Windows color (decimal): -11445674 or 5659217. OLE color: 5659217.
HSL color Cylindrical-coordinate representation of color #515A56: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #515A56 is Cyan = 0.1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 81 | 90 | 86 | - |
| CMYK | 0.1 | 0 | 0.04 | 0.65 |
| HSL | 153.33º | 0.05% | 0.34% | - |
| HSV(B) | 153.33º | 0.1% | 0.35% | - |
| XYZ | 8.73 | 9.73 | 10.22 | - |
| YUV | 86.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 90 | 86 | 0.1 | 0 | 0.04 | 0.65 | 153.33 | 0.05 | 0.34 |
| Hex | 51 | 5A | 56 | A | 0 | 4 | 41 | 99 | 5 | 22 |
| Octal | 121 | 132 | 126 | 12 | 0 | 4 | 101 | 231 | 5 | 42 |
| Binary | 1010001 | 1011010 | 1010110 | 1010 | 0 | 100 | 1000001 | 10011001 | 101 | 100010 |
Color Harmonies of #515A56
Complementary color
Monochromatic Colors of #515A56
Black with #515A56
Text Example
Text Example
White with #515A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515A56; }
p { color: rgb(81,90,86); }
H1.HeaderClassName
{
color: #515A56;
}
.AnyTagClassName
{
color: #515A56;
}
</style>
background-color css
<style>
a { background-color: #515A56; }
a { background-color: rgb(81,90,86); }
div.DivClassName
{
background-color: #515A56;
}
.BgClassName
{
background-color: #515A56;
}
</style>
border-color css
<style>
span { border-color: #515A56; }
span { border-color: rgb(81,90,86); }
td.TdClassName
{
border-color: #515A56;
}
.TagClassName
{
border-color: #515A56;
}
</style>