Shades of Cape Cod #525B59
Tints of Cape Cod #525B59
RGB
CMYK
RGB Variations
Color information
#525B59 (or 0x525B59) is known color: Cape Cod. HEX triplet: 52, 5B and 59. RGB value is (82,91,89). Sum of RGB (Red+Green+Blue) = 82+91+89=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 89 (35.16% from 255 or 33.97% from 262); Max value from RGB is 91 - color contains mainly: green. Hex color #525B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525B59 is #ADA4A6. Grayscale: #585858. Windows color (decimal): -11379879 or 5856082. OLE color: 5856082.
HSL color Cylindrical-coordinate representation of color #525B59: hue angle of 166.67º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #525B59 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 91 | 89 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.64 |
| HSL | 166.67º | 0.05% | 0.34% | - |
| HSV(B) | 166.67º | 0.1% | 0.36% | - |
| XYZ | 9.02 | 10 | 10.91 | - |
| YUV | 88.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 91 | 89 | 0.10 | 0 | 0.02 | 0.64 | 166.67 | 0.05 | 0.34 |
| Hex | 52 | 5B | 59 | A | 0 | 2 | 40 | A7 | 5 | 22 |
| Octal | 122 | 133 | 131 | 12 | 0 | 2 | 100 | 247 | 5 | 42 |
| Binary | 1010010 | 1011011 | 1011001 | 1010 | 0 | 10 | 1000000 | 10100111 | 101 | 100010 |
Color Harmonies of #525B59
Complementary color
Monochromatic Colors of #525B59
Black with #525B59
Text Example
Text Example
White with #525B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525B59; }
p { color: rgb(82,91,89); }
H1.HeaderClassName
{
color: #525B59;
}
.AnyTagClassName
{
color: #525B59;
}
</style>
background-color css
<style>
a { background-color: #525B59; }
a { background-color: rgb(82,91,89); }
div.DivClassName
{
background-color: #525B59;
}
.BgClassName
{
background-color: #525B59;
}
</style>
border-color css
<style>
span { border-color: #525B59; }
span { border-color: rgb(82,91,89); }
td.TdClassName
{
border-color: #525B59;
}
.TagClassName
{
border-color: #525B59;
}
</style>