Shades of Cape Cod #535A58
Tints of Cape Cod #535A58
RGB
CMYK
RGB Variations
Color information
#535A58 (or 0x535A58) is known color: Cape Cod. HEX triplet: 53, 5A and 58. RGB value is (83,90,88). Sum of RGB (Red+Green+Blue) = 83+90+88=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 88 (34.77% from 255 or 33.72% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #535A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535A58 is #ACA5A7. Grayscale: #575757. Windows color (decimal): -11314600 or 5790291. OLE color: 5790291.
HSL color Cylindrical-coordinate representation of color #535A58: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #535A58 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 90 | 88 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.65 |
| HSL | 162.86º | 0.04% | 0.34% | - |
| HSV(B) | 162.86º | 0.08% | 0.35% | - |
| XYZ | 8.98 | 9.86 | 10.66 | - |
| YUV | 87.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 90 | 88 | 0.08 | 0 | 0.02 | 0.65 | 162.86 | 0.04 | 0.34 |
| Hex | 53 | 5A | 58 | 8 | 0 | 2 | 41 | A3 | 4 | 22 |
| Octal | 123 | 132 | 130 | 10 | 0 | 2 | 101 | 243 | 4 | 42 |
| Binary | 1010011 | 1011010 | 1011000 | 1000 | 0 | 10 | 1000001 | 10100011 | 100 | 100010 |
Color Harmonies of #535A58
Complementary color
Monochromatic Colors of #535A58
Black with #535A58
Text Example
Text Example
White with #535A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535A58; }
p { color: rgb(83,90,88); }
H1.HeaderClassName
{
color: #535A58;
}
.AnyTagClassName
{
color: #535A58;
}
</style>
background-color css
<style>
a { background-color: #535A58; }
a { background-color: rgb(83,90,88); }
div.DivClassName
{
background-color: #535A58;
}
.BgClassName
{
background-color: #535A58;
}
</style>
border-color css
<style>
span { border-color: #535A58; }
span { border-color: rgb(83,90,88); }
td.TdClassName
{
border-color: #535A58;
}
.TagClassName
{
border-color: #535A58;
}
</style>