Shades of Cape Cod #565A59
Tints of Cape Cod #565A59
RGB
CMYK
RGB Variations
Color information
#565A59 (or 0x565A59) is known color: Cape Cod. HEX triplet: 56, 5A and 59. RGB value is (86,90,89). Sum of RGB (Red+Green+Blue) = 86+90+89=265 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.45% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 90 - color contains mainly: green. Hex color #565A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565A59 is #A9A5A6. Grayscale: #585858. Windows color (decimal): -11117991 or 5855830. OLE color: 5855830.
HSL color Cylindrical-coordinate representation of color #565A59: hue angle of 165º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #565A59 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 86 | 90 | 89 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.65 |
| HSL | 165º | 0.02% | 0.35% | - |
| HSV(B) | 165º | 0.04% | 0.35% | - |
| XYZ | 9.3 | 10.01 | 10.89 | - |
| YUV | 88.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 90 | 89 | 0.04 | 0 | 0.01 | 0.65 | 165 | 0.02 | 0.35 |
| Hex | 56 | 5A | 59 | 4 | 0 | 1 | 41 | A5 | 2 | 23 |
| Octal | 126 | 132 | 131 | 4 | 0 | 1 | 101 | 245 | 2 | 43 |
| Binary | 1010110 | 1011010 | 1011001 | 100 | 0 | 1 | 1000001 | 10100101 | 10 | 100011 |
Color Harmonies of #565A59
Complementary color
Monochromatic Colors of #565A59
Black with #565A59
Text Example
Text Example
White with #565A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565A59; }
p { color: rgb(86,90,89); }
H1.HeaderClassName
{
color: #565A59;
}
.AnyTagClassName
{
color: #565A59;
}
</style>
background-color css
<style>
a { background-color: #565A59; }
a { background-color: rgb(86,90,89); }
div.DivClassName
{
background-color: #565A59;
}
.BgClassName
{
background-color: #565A59;
}
</style>
border-color css
<style>
span { border-color: #565A59; }
span { border-color: rgb(86,90,89); }
td.TdClassName
{
border-color: #565A59;
}
.TagClassName
{
border-color: #565A59;
}
</style>