Shades of Cape Cod #525A58
Tints of Cape Cod #525A58
RGB
CMYK
RGB Variations
Color information
#525A58 (or 0x525A58) is known color: Cape Cod. HEX triplet: 52, 5A and 58. RGB value is (82,90,88). Sum of RGB (Red+Green+Blue) = 82+90+88=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 90 - color contains mainly: green. Hex color #525A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525A58 is #ADA5A7. Grayscale: #575757. Windows color (decimal): -11380136 or 5790290. OLE color: 5790290.
HSL color Cylindrical-coordinate representation of color #525A58: hue angle of 165º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #525A58 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 90 | 88 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.65 |
| HSL | 165º | 0.05% | 0.34% | - |
| HSV(B) | 165º | 0.09% | 0.35% | - |
| XYZ | 8.9 | 9.81 | 10.66 | - |
| YUV | 87.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 90 | 88 | 0.09 | 0 | 0.02 | 0.65 | 165 | 0.05 | 0.34 |
| Hex | 52 | 5A | 58 | 9 | 0 | 2 | 41 | A5 | 5 | 22 |
| Octal | 122 | 132 | 130 | 11 | 0 | 2 | 101 | 245 | 5 | 42 |
| Binary | 1010010 | 1011010 | 1011000 | 1001 | 0 | 10 | 1000001 | 10100101 | 101 | 100010 |
Color Harmonies of #525A58
Complementary color
Monochromatic Colors of #525A58
Black with #525A58
Text Example
Text Example
White with #525A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #525A58; }
p { color: rgb(82,90,88); }
H1.HeaderClassName
{
color: #525A58;
}
.AnyTagClassName
{
color: #525A58;
}
</style>
background-color css
<style>
a { background-color: #525A58; }
a { background-color: rgb(82,90,88); }
div.DivClassName
{
background-color: #525A58;
}
.BgClassName
{
background-color: #525A58;
}
</style>
border-color css
<style>
span { border-color: #525A58; }
span { border-color: rgb(82,90,88); }
td.TdClassName
{
border-color: #525A58;
}
.TagClassName
{
border-color: #525A58;
}
</style>