Shades of Salem #257E57
Tints of Salem #257E57
RGB
CMYK
RGB Variations
Color information
#257E57 (or 0x257E57) is known color: Salem. HEX triplet: 25, 7E and 57. RGB value is (37,126,87). Sum of RGB (Red+Green+Blue) = 37+126+87=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 126 (49.61% from 255 or 50.4% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 126 - color contains mainly: green. Hex color #257E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E57 is #DA81A8. Grayscale: #5F5F5F. Windows color (decimal): -14320041 or 5733925. OLE color: 5733925.
HSL color Cylindrical-coordinate representation of color #257E57: hue angle of 153.71º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E57 is Cyan = 0.71, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 87 | - |
| CMYK | 0.71 | 0 | 0.31 | 0.51 |
| HSL | 153.71º | 0.55% | 0.32% | - |
| HSV(B) | 153.71º | 0.71% | 0.49% | - |
| XYZ | 9.94 | 16 | 11.58 | - |
| YUV | 94.94 | 123.51 | 86.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 87 | 0.71 | 0 | 0.31 | 0.51 | 153.71 | 0.55 | 0.32 |
| Hex | 25 | 7E | 57 | 47 | 0 | 1F | 33 | 9A | 37 | 20 |
| Octal | 45 | 176 | 127 | 107 | 0 | 37 | 63 | 232 | 67 | 40 |
| Binary | 100101 | 1111110 | 1010111 | 1000111 | 0 | 11111 | 110011 | 10011010 | 110111 | 100000 |
Color Harmonies of #257E57
Complementary color
Monochromatic Colors of #257E57
Black with #257E57
Text Example
Text Example
White with #257E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E57; }
p { color: rgb(37,126,87); }
H1.HeaderClassName
{
color: #257E57;
}
.AnyTagClassName
{
color: #257E57;
}
</style>
background-color css
<style>
a { background-color: #257E57; }
a { background-color: rgb(37,126,87); }
div.DivClassName
{
background-color: #257E57;
}
.BgClassName
{
background-color: #257E57;
}
</style>
border-color css
<style>
span { border-color: #257E57; }
span { border-color: rgb(37,126,87); }
td.TdClassName
{
border-color: #257E57;
}
.TagClassName
{
border-color: #257E57;
}
</style>