Shades of Cape Cod #515B58
Tints of Cape Cod #515B58
RGB
CMYK
RGB Variations
Color information
#515B58 (or 0x515B58) is known color: Cape Cod. HEX triplet: 51, 5B and 58. RGB value is (81,91,88). Sum of RGB (Red+Green+Blue) = 81+91+88=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 91 - color contains mainly: green. Hex color #515B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #515B58 is #AEA4A7. Grayscale: #575757. Windows color (decimal): -11445416 or 5790545. OLE color: 5790545.
HSL color Cylindrical-coordinate representation of color #515B58: hue angle of 162º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #515B58 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 91 | 88 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.64 |
| HSL | 162º | 0.06% | 0.34% | - |
| HSV(B) | 162º | 0.11% | 0.36% | - |
| XYZ | 8.9 | 9.94 | 10.68 | - |
| YUV | 87.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 91 | 88 | 0.11 | 0 | 0.03 | 0.64 | 162 | 0.06 | 0.34 |
| Hex | 51 | 5B | 58 | B | 0 | 3 | 40 | A2 | 6 | 22 |
| Octal | 121 | 133 | 130 | 13 | 0 | 3 | 100 | 242 | 6 | 42 |
| Binary | 1010001 | 1011011 | 1011000 | 1011 | 0 | 11 | 1000000 | 10100010 | 110 | 100010 |
Color Harmonies of #515B58
Complementary color
Monochromatic Colors of #515B58
Black with #515B58
Text Example
Text Example
White with #515B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #515B58; }
p { color: rgb(81,91,88); }
H1.HeaderClassName
{
color: #515B58;
}
.AnyTagClassName
{
color: #515B58;
}
</style>
background-color css
<style>
a { background-color: #515B58; }
a { background-color: rgb(81,91,88); }
div.DivClassName
{
background-color: #515B58;
}
.BgClassName
{
background-color: #515B58;
}
</style>
border-color css
<style>
span { border-color: #515B58; }
span { border-color: rgb(81,91,88); }
td.TdClassName
{
border-color: #515B58;
}
.TagClassName
{
border-color: #515B58;
}
</style>