Shades of Cape Cod #535554
Tints of Cape Cod #535554
RGB
CMYK
RGB Variations
Color information
#535554 (or 0x535554) is known color: Cape Cod. HEX triplet: 53, 55 and 54. RGB value is (83,85,84). Sum of RGB (Red+Green+Blue) = 83+85+84=252 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.94% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 85 - color contains mainly: green. Hex color #535554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #535554 is #ACAAAB. Grayscale: #545454. Windows color (decimal): -11315884 or 5526867. OLE color: 5526867.
HSL color Cylindrical-coordinate representation of color #535554: hue angle of 150º degrees, saturation: 0.01, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #535554 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 85 | 84 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.67 |
| HSL | 150º | 0.01% | 0.33% | - |
| HSV(B) | 150º | 0.02% | 0.33% | - |
| XYZ | 8.42 | 8.98 | 9.68 | - |
| YUV | 84.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 85 | 84 | 0.02 | 0 | 0.01 | 0.67 | 150 | 0.01 | 0.33 |
| Hex | 53 | 55 | 54 | 2 | 0 | 1 | 43 | 96 | 1 | 21 |
| Octal | 123 | 125 | 124 | 2 | 0 | 1 | 103 | 226 | 1 | 41 |
| Binary | 1010011 | 1010101 | 1010100 | 10 | 0 | 1 | 1000011 | 10010110 | 1 | 100001 |
Color Harmonies of #535554
Complementary color
Monochromatic Colors of #535554
Black with #535554
Text Example
Text Example
White with #535554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535554; }
p { color: rgb(83,85,84); }
H1.HeaderClassName
{
color: #535554;
}
.AnyTagClassName
{
color: #535554;
}
</style>
background-color css
<style>
a { background-color: #535554; }
a { background-color: rgb(83,85,84); }
div.DivClassName
{
background-color: #535554;
}
.BgClassName
{
background-color: #535554;
}
</style>
border-color css
<style>
span { border-color: #535554; }
span { border-color: rgb(83,85,84); }
td.TdClassName
{
border-color: #535554;
}
.TagClassName
{
border-color: #535554;
}
</style>