Shades of Salem #207B56
Tints of Salem #207B56
RGB
CMYK
RGB Variations
Color information
#207B56 (or 0x207B56) is known color: Salem. HEX triplet: 20, 7B and 56. RGB value is (32,123,86). Sum of RGB (Red+Green+Blue) = 32+123+86=241 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.28% from 241); Green value is 123 (48.44% from 255 or 51.04% from 241); Blue value is 86 (33.98% from 255 or 35.68% from 241); Max value from RGB is 123 - color contains mainly: green. Hex color #207B56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207B56 is #DF84A9. Grayscale: #5B5B5B. Windows color (decimal): -14648490 or 5667616. OLE color: 5667616.
HSL color Cylindrical-coordinate representation of color #207B56: hue angle of 155.6º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207B56 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 123 | 86 | - |
| CMYK | 0.74 | 0 | 0.30 | 0.52 |
| HSL | 155.6º | 0.59% | 0.3% | - |
| HSV(B) | 155.6º | 0.74% | 0.48% | - |
| XYZ | 9.36 | 15.14 | 11.23 | - |
| YUV | 91.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 123 | 86 | 0.74 | 0 | 0.30 | 0.52 | 155.6 | 0.59 | 0.3 |
| Hex | 20 | 7B | 56 | 4A | 0 | 1E | 34 | 9C | 3B | 1E |
| Octal | 40 | 173 | 126 | 112 | 0 | 36 | 64 | 234 | 73 | 36 |
| Binary | 100000 | 1111011 | 1010110 | 1001010 | 0 | 11110 | 110100 | 10011100 | 111011 | 11110 |
Color Harmonies of #207B56
Complementary color
Monochromatic Colors of #207B56
Black with #207B56
Text Example
Text Example
White with #207B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207B56; }
p { color: rgb(32,123,86); }
H1.HeaderClassName
{
color: #207B56;
}
.AnyTagClassName
{
color: #207B56;
}
</style>
background-color css
<style>
a { background-color: #207B56; }
a { background-color: rgb(32,123,86); }
div.DivClassName
{
background-color: #207B56;
}
.BgClassName
{
background-color: #207B56;
}
</style>
border-color css
<style>
span { border-color: #207B56; }
span { border-color: rgb(32,123,86); }
td.TdClassName
{
border-color: #207B56;
}
.TagClassName
{
border-color: #207B56;
}
</style>