Shades of Salem #257F56
Tints of Salem #257F56
RGB
CMYK
RGB Variations
Color information
#257F56 (or 0x257F56) is known color: Salem. HEX triplet: 25, 7F and 56. RGB value is (37,127,86). Sum of RGB (Red+Green+Blue) = 37+127+86=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 127 (50% from 255 or 50.8% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 127 - color contains mainly: green. Hex color #257F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F56 is #DA80A9. Grayscale: #5F5F5F. Windows color (decimal): -14319786 or 5668645. OLE color: 5668645.
HSL color Cylindrical-coordinate representation of color #257F56: hue angle of 152.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257F56 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 86 | - |
| CMYK | 0.71 | 0 | 0.32 | 0.50 |
| HSL | 152.67º | 0.55% | 0.32% | - |
| HSV(B) | 152.67º | 0.71% | 0.5% | - |
| XYZ | 10.03 | 16.24 | 11.41 | - |
| YUV | 95.42 | 122.68 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 86 | 0.71 | 0 | 0.32 | 0.50 | 152.67 | 0.55 | 0.32 |
| Hex | 25 | 7F | 56 | 47 | 0 | 20 | 32 | 99 | 37 | 20 |
| Octal | 45 | 177 | 126 | 107 | 0 | 40 | 62 | 231 | 67 | 40 |
| Binary | 100101 | 1111111 | 1010110 | 1000111 | 0 | 100000 | 110010 | 10011001 | 110111 | 100000 |
Color Harmonies of #257F56
Complementary color
Monochromatic Colors of #257F56
Black with #257F56
Text Example
Text Example
White with #257F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F56; }
p { color: rgb(37,127,86); }
H1.HeaderClassName
{
color: #257F56;
}
.AnyTagClassName
{
color: #257F56;
}
</style>
background-color css
<style>
a { background-color: #257F56; }
a { background-color: rgb(37,127,86); }
div.DivClassName
{
background-color: #257F56;
}
.BgClassName
{
background-color: #257F56;
}
</style>
border-color css
<style>
span { border-color: #257F56; }
span { border-color: rgb(37,127,86); }
td.TdClassName
{
border-color: #257F56;
}
.TagClassName
{
border-color: #257F56;
}
</style>