Shades of Cape Cod #595D5C
Tints of Cape Cod #595D5C
RGB
CMYK
RGB Variations
Color information
#595D5C (or 0x595D5C) is known color: Cape Cod. HEX triplet: 59, 5D and 5C. RGB value is (89,93,92). Sum of RGB (Red+Green+Blue) = 89+93+92=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 93 - color contains mainly: green. Hex color #595D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595D5C is #A6A2A3. Grayscale: #5B5B5B. Windows color (decimal): -10920612 or 6053209. OLE color: 6053209.
HSL color Cylindrical-coordinate representation of color #595D5C: hue angle of 165º degrees, saturation: 0.02, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #595D5C is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 89 | 93 | 92 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.64 |
| HSL | 165º | 0.02% | 0.36% | - |
| HSV(B) | 165º | 0.04% | 0.36% | - |
| XYZ | 9.97 | 10.73 | 11.67 | - |
| YUV | 91.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 93 | 92 | 0.04 | 0 | 0.01 | 0.64 | 165 | 0.02 | 0.36 |
| Hex | 59 | 5D | 5C | 4 | 0 | 1 | 40 | A5 | 2 | 24 |
| Octal | 131 | 135 | 134 | 4 | 0 | 1 | 100 | 245 | 2 | 44 |
| Binary | 1011001 | 1011101 | 1011100 | 100 | 0 | 1 | 1000000 | 10100101 | 10 | 100100 |
Color Harmonies of #595D5C
Complementary color
Monochromatic Colors of #595D5C
Black with #595D5C
Text Example
Text Example
White with #595D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #595D5C; }
p { color: rgb(89,93,92); }
H1.HeaderClassName
{
color: #595D5C;
}
.AnyTagClassName
{
color: #595D5C;
}
</style>
background-color css
<style>
a { background-color: #595D5C; }
a { background-color: rgb(89,93,92); }
div.DivClassName
{
background-color: #595D5C;
}
.BgClassName
{
background-color: #595D5C;
}
</style>
border-color css
<style>
span { border-color: #595D5C; }
span { border-color: rgb(89,93,92); }
td.TdClassName
{
border-color: #595D5C;
}
.TagClassName
{
border-color: #595D5C;
}
</style>