Shades of Salem #257C51
Tints of Salem #257C51
RGB
CMYK
RGB Variations
Color information
#257C51 (or 0x257C51) is known color: Salem. HEX triplet: 25, 7C and 51. RGB value is (37,124,81). Sum of RGB (Red+Green+Blue) = 37+124+81=242 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.29% from 242); Green value is 124 (48.83% from 255 or 51.24% from 242); Blue value is 81 (32.03% from 255 or 33.47% from 242); Max value from RGB is 124 - color contains mainly: green. Hex color #257C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C51 is #DA83AE. Grayscale: #5D5D5D. Windows color (decimal): -14320559 or 5340197. OLE color: 5340197.
HSL color Cylindrical-coordinate representation of color #257C51: hue angle of 150.34º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257C51 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 81 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.51 |
| HSL | 150.34º | 0.54% | 0.32% | - |
| HSV(B) | 150.34º | 0.7% | 0.49% | - |
| XYZ | 9.46 | 15.4 | 10.26 | - |
| YUV | 93.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 81 | 0.70 | 0 | 0.35 | 0.51 | 150.34 | 0.54 | 0.32 |
| Hex | 25 | 7C | 51 | 46 | 0 | 23 | 33 | 96 | 36 | 20 |
| Octal | 45 | 174 | 121 | 106 | 0 | 43 | 63 | 226 | 66 | 40 |
| Binary | 100101 | 1111100 | 1010001 | 1000110 | 0 | 100011 | 110011 | 10010110 | 110110 | 100000 |
Color Harmonies of #257C51
Complementary color
Monochromatic Colors of #257C51
Black with #257C51
Text Example
Text Example
White with #257C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C51; }
p { color: rgb(37,124,81); }
H1.HeaderClassName
{
color: #257C51;
}
.AnyTagClassName
{
color: #257C51;
}
</style>
background-color css
<style>
a { background-color: #257C51; }
a { background-color: rgb(37,124,81); }
div.DivClassName
{
background-color: #257C51;
}
.BgClassName
{
background-color: #257C51;
}
</style>
border-color css
<style>
span { border-color: #257C51; }
span { border-color: rgb(37,124,81); }
td.TdClassName
{
border-color: #257C51;
}
.TagClassName
{
border-color: #257C51;
}
</style>