Shades of Cape Cod #595C5B
Tints of Cape Cod #595C5B
RGB
CMYK
RGB Variations
Color information
#595C5B (or 0x595C5B) is known color: Cape Cod. HEX triplet: 59, 5C and 5B. RGB value is (89,92,91). Sum of RGB (Red+Green+Blue) = 89+92+91=272 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.72% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 92 - color contains mainly: green. Hex color #595C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595C5B is #A6A3A4. Grayscale: #5A5A5A. Windows color (decimal): -10920869 or 5987417. OLE color: 5987417.
HSL color Cylindrical-coordinate representation of color #595C5B: hue angle of 160º degrees, saturation: 0.02, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #595C5B is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 92 | 91 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.64 |
| HSL | 160º | 0.02% | 0.35% | - |
| HSV(B) | 160º | 0.03% | 0.36% | - |
| XYZ | 9.84 | 10.53 | 11.41 | - |
| YUV | 90.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 92 | 91 | 0.03 | 0 | 0.01 | 0.64 | 160 | 0.02 | 0.35 |
| Hex | 59 | 5C | 5B | 3 | 0 | 1 | 40 | A0 | 2 | 23 |
| Octal | 131 | 134 | 133 | 3 | 0 | 1 | 100 | 240 | 2 | 43 |
| Binary | 1011001 | 1011100 | 1011011 | 11 | 0 | 1 | 1000000 | 10100000 | 10 | 100011 |
Color Harmonies of #595C5B
Complementary color
Monochromatic Colors of #595C5B
Black with #595C5B
Text Example
Text Example
White with #595C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595C5B; }
p { color: rgb(89,92,91); }
H1.HeaderClassName
{
color: #595C5B;
}
.AnyTagClassName
{
color: #595C5B;
}
</style>
background-color css
<style>
a { background-color: #595C5B; }
a { background-color: rgb(89,92,91); }
div.DivClassName
{
background-color: #595C5B;
}
.BgClassName
{
background-color: #595C5B;
}
</style>
border-color css
<style>
span { border-color: #595C5B; }
span { border-color: rgb(89,92,91); }
td.TdClassName
{
border-color: #595C5B;
}
.TagClassName
{
border-color: #595C5B;
}
</style>