Shades of Salem #257957
Tints of Salem #257957
RGB
CMYK
RGB Variations
Color information
#257957 (or 0x257957) is known color: Salem. HEX triplet: 25, 79 and 57. RGB value is (37,121,87). Sum of RGB (Red+Green+Blue) = 37+121+87=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #257957 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257957 is #DA86A8. Grayscale: #5C5C5C. Windows color (decimal): -14321321 or 5732645. OLE color: 5732645.
HSL color Cylindrical-coordinate representation of color #257957: hue angle of 155.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257957 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 37 | 121 | 87 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.53 |
| HSL | 155.71º | 0.53% | 0.31% | - |
| HSV(B) | 155.71º | 0.69% | 0.47% | - |
| XYZ | 9.32 | 14.76 | 11.37 | - |
| YUV | 92.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 121 | 87 | 0.69 | 0 | 0.28 | 0.53 | 155.71 | 0.53 | 0.31 |
| Hex | 25 | 79 | 57 | 45 | 0 | 1C | 35 | 9C | 35 | 1F |
| Octal | 45 | 171 | 127 | 105 | 0 | 34 | 65 | 234 | 65 | 37 |
| Binary | 100101 | 1111001 | 1010111 | 1000101 | 0 | 11100 | 110101 | 10011100 | 110101 | 11111 |
Color Harmonies of #257957
Complementary color
Monochromatic Colors of #257957
Black with #257957
Text Example
Text Example
White with #257957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257957; }
p { color: rgb(37,121,87); }
H1.HeaderClassName
{
color: #257957;
}
.AnyTagClassName
{
color: #257957;
}
</style>
background-color css
<style>
a { background-color: #257957; }
a { background-color: rgb(37,121,87); }
div.DivClassName
{
background-color: #257957;
}
.BgClassName
{
background-color: #257957;
}
</style>
border-color css
<style>
span { border-color: #257957; }
span { border-color: rgb(37,121,87); }
td.TdClassName
{
border-color: #257957;
}
.TagClassName
{
border-color: #257957;
}
</style>