Shades of Salem #257C53
Tints of Salem #257C53
RGB
CMYK
RGB Variations
Color information
#257C53 (or 0x257C53) is known color: Salem. HEX triplet: 25, 7C and 53. RGB value is (37,124,83). Sum of RGB (Red+Green+Blue) = 37+124+83=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #257C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C53 is #DA83AC. Grayscale: #5D5D5D. Windows color (decimal): -14320557 or 5471269. OLE color: 5471269.
HSL color Cylindrical-coordinate representation of color #257C53: hue angle of 151.72º 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 #257C53 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 83 | - |
| CMYK | 0.70 | 0 | 0.33 | 0.51 |
| HSL | 151.72º | 0.54% | 0.32% | - |
| HSV(B) | 151.72º | 0.7% | 0.49% | - |
| XYZ | 9.53 | 15.43 | 10.66 | - |
| YUV | 93.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 83 | 0.70 | 0 | 0.33 | 0.51 | 151.72 | 0.54 | 0.32 |
| Hex | 25 | 7C | 53 | 46 | 0 | 21 | 33 | 98 | 36 | 20 |
| Octal | 45 | 174 | 123 | 106 | 0 | 41 | 63 | 230 | 66 | 40 |
| Binary | 100101 | 1111100 | 1010011 | 1000110 | 0 | 100001 | 110011 | 10011000 | 110110 | 100000 |
Color Harmonies of #257C53
Complementary color
Monochromatic Colors of #257C53
Black with #257C53
Text Example
Text Example
White with #257C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C53; }
p { color: rgb(37,124,83); }
H1.HeaderClassName
{
color: #257C53;
}
.AnyTagClassName
{
color: #257C53;
}
</style>
background-color css
<style>
a { background-color: #257C53; }
a { background-color: rgb(37,124,83); }
div.DivClassName
{
background-color: #257C53;
}
.BgClassName
{
background-color: #257C53;
}
</style>
border-color css
<style>
span { border-color: #257C53; }
span { border-color: rgb(37,124,83); }
td.TdClassName
{
border-color: #257C53;
}
.TagClassName
{
border-color: #257C53;
}
</style>