Shades of Salem #257C58
Tints of Salem #257C58
RGB
CMYK
RGB Variations
Color information
#257C58 (or 0x257C58) is known color: Salem. HEX triplet: 25, 7C and 58. RGB value is (37,124,88). Sum of RGB (Red+Green+Blue) = 37+124+88=249 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.86% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #257C58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257C58 is #DA83A7. Grayscale: #5D5D5D. Windows color (decimal): -14320552 or 5798949. OLE color: 5798949.
HSL color Cylindrical-coordinate representation of color #257C58: hue angle of 155.17º 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 #257C58 is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 124 | 88 | - |
| CMYK | 0.70 | 0 | 0.29 | 0.51 |
| HSL | 155.17º | 0.54% | 0.32% | - |
| HSV(B) | 155.17º | 0.7% | 0.49% | - |
| XYZ | 9.73 | 15.51 | 11.71 | - |
| YUV | 93.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 88 | 0.70 | 0 | 0.29 | 0.51 | 155.17 | 0.54 | 0.32 |
| Hex | 25 | 7C | 58 | 46 | 0 | 1D | 33 | 9B | 36 | 20 |
| Octal | 45 | 174 | 130 | 106 | 0 | 35 | 63 | 233 | 66 | 40 |
| Binary | 100101 | 1111100 | 1011000 | 1000110 | 0 | 11101 | 110011 | 10011011 | 110110 | 100000 |
Color Harmonies of #257C58
Complementary color
Monochromatic Colors of #257C58
Black with #257C58
Text Example
Text Example
White with #257C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C58; }
p { color: rgb(37,124,88); }
H1.HeaderClassName
{
color: #257C58;
}
.AnyTagClassName
{
color: #257C58;
}
</style>
background-color css
<style>
a { background-color: #257C58; }
a { background-color: rgb(37,124,88); }
div.DivClassName
{
background-color: #257C58;
}
.BgClassName
{
background-color: #257C58;
}
</style>
border-color css
<style>
span { border-color: #257C58; }
span { border-color: rgb(37,124,88); }
td.TdClassName
{
border-color: #257C58;
}
.TagClassName
{
border-color: #257C58;
}
</style>