Shades of Cape Cod #45554F
Tints of Cape Cod #45554F
RGB
CMYK
RGB Variations
Color information
#45554F (or 0x45554F) is known color: Cape Cod. HEX triplet: 45, 55 and 4F. RGB value is (69,85,79). Sum of RGB (Red+Green+Blue) = 69+85+79=233 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.61% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 85 - color contains mainly: green. Hex color #45554F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45554F is #BAAAB0. Grayscale: #4F4F4F. Windows color (decimal): -12233393 or 5199173. OLE color: 5199173.
HSL color Cylindrical-coordinate representation of color #45554F: hue angle of 157.5º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #45554F is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 69 | 85 | 79 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.67 |
| HSL | 157.5º | 0.1% | 0.3% | - |
| HSV(B) | 157.5º | 0.19% | 0.33% | - |
| XYZ | 7.11 | 8.33 | 8.63 | - |
| YUV | 79.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 85 | 79 | 0.19 | 0 | 0.07 | 0.67 | 157.5 | 0.1 | 0.3 |
| Hex | 45 | 55 | 4F | 13 | 0 | 7 | 43 | 9E | A | 1E |
| Octal | 105 | 125 | 117 | 23 | 0 | 7 | 103 | 236 | 12 | 36 |
| Binary | 1000101 | 1010101 | 1001111 | 10011 | 0 | 111 | 1000011 | 10011110 | 1010 | 11110 |
Color Harmonies of #45554F
Complementary color
Monochromatic Colors of #45554F
Black with #45554F
Text Example
Text Example
White with #45554F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45554F; }
p { color: rgb(69,85,79); }
H1.HeaderClassName
{
color: #45554F;
}
.AnyTagClassName
{
color: #45554F;
}
</style>
background-color css
<style>
a { background-color: #45554F; }
a { background-color: rgb(69,85,79); }
div.DivClassName
{
background-color: #45554F;
}
.BgClassName
{
background-color: #45554F;
}
</style>
border-color css
<style>
span { border-color: #45554F; }
span { border-color: rgb(69,85,79); }
td.TdClassName
{
border-color: #45554F;
}
.TagClassName
{
border-color: #45554F;
}
</style>