Shades of Cape Cod #545A57
Tints of Cape Cod #545A57
RGB
CMYK
RGB Variations
Color information
#545A57 (or 0x545A57) is known color: Cape Cod. HEX triplet: 54, 5A and 57. RGB value is (84,90,87). Sum of RGB (Red+Green+Blue) = 84+90+87=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 87 (34.38% from 255 or 33.33% from 261); Max value from RGB is 90 - color contains mainly: green. Hex color #545A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A57 is #ABA5A8. Grayscale: #575757. Windows color (decimal): -11249065 or 5724756. OLE color: 5724756.
HSL color Cylindrical-coordinate representation of color #545A57: hue angle of 150º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #545A57 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 84 | 90 | 87 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.65 |
| HSL | 150º | 0.03% | 0.34% | - |
| HSV(B) | 150º | 0.07% | 0.35% | - |
| XYZ | 9.03 | 9.89 | 10.45 | - |
| YUV | 87.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 87 | 0.07 | 0 | 0.03 | 0.65 | 150 | 0.03 | 0.34 |
| Hex | 54 | 5A | 57 | 7 | 0 | 3 | 41 | 96 | 3 | 22 |
| Octal | 124 | 132 | 127 | 7 | 0 | 3 | 101 | 226 | 3 | 42 |
| Binary | 1010100 | 1011010 | 1010111 | 111 | 0 | 11 | 1000001 | 10010110 | 11 | 100010 |
Color Harmonies of #545A57
Complementary color
Monochromatic Colors of #545A57
Black with #545A57
Text Example
Text Example
White with #545A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A57; }
p { color: rgb(84,90,87); }
H1.HeaderClassName
{
color: #545A57;
}
.AnyTagClassName
{
color: #545A57;
}
</style>
background-color css
<style>
a { background-color: #545A57; }
a { background-color: rgb(84,90,87); }
div.DivClassName
{
background-color: #545A57;
}
.BgClassName
{
background-color: #545A57;
}
</style>
border-color css
<style>
span { border-color: #545A57; }
span { border-color: rgb(84,90,87); }
td.TdClassName
{
border-color: #545A57;
}
.TagClassName
{
border-color: #545A57;
}
</style>