Shades of Cape Cod #555B59
Tints of Cape Cod #555B59
RGB
CMYK
RGB Variations
Color information
#555B59 (or 0x555B59) is known color: Cape Cod. HEX triplet: 55, 5B and 59. RGB value is (85,91,89). Sum of RGB (Red+Green+Blue) = 85+91+89=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 89 (35.16% from 255 or 33.58% from 265); Max value from RGB is 91 - color contains mainly: green. Hex color #555B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555B59 is #AAA4A6. Grayscale: #585858. Windows color (decimal): -11183271 or 5856085. OLE color: 5856085.
HSL color Cylindrical-coordinate representation of color #555B59: hue angle of 160º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #555B59 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 85 | 91 | 89 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.64 |
| HSL | 160º | 0.03% | 0.35% | - |
| HSV(B) | 160º | 0.07% | 0.36% | - |
| XYZ | 9.29 | 10.13 | 10.92 | - |
| YUV | 88.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 91 | 89 | 0.07 | 0 | 0.02 | 0.64 | 160 | 0.03 | 0.35 |
| Hex | 55 | 5B | 59 | 7 | 0 | 2 | 40 | A0 | 3 | 23 |
| Octal | 125 | 133 | 131 | 7 | 0 | 2 | 100 | 240 | 3 | 43 |
| Binary | 1010101 | 1011011 | 1011001 | 111 | 0 | 10 | 1000000 | 10100000 | 11 | 100011 |
Color Harmonies of #555B59
Complementary color
Monochromatic Colors of #555B59
Black with #555B59
Text Example
Text Example
White with #555B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555B59; }
p { color: rgb(85,91,89); }
H1.HeaderClassName
{
color: #555B59;
}
.AnyTagClassName
{
color: #555B59;
}
</style>
background-color css
<style>
a { background-color: #555B59; }
a { background-color: rgb(85,91,89); }
div.DivClassName
{
background-color: #555B59;
}
.BgClassName
{
background-color: #555B59;
}
</style>
border-color css
<style>
span { border-color: #555B59; }
span { border-color: rgb(85,91,89); }
td.TdClassName
{
border-color: #555B59;
}
.TagClassName
{
border-color: #555B59;
}
</style>