Shades of Salem #257F52
Tints of Salem #257F52
RGB
CMYK
RGB Variations
Color information
#257F52 (or 0x257F52) is known color: Salem. HEX triplet: 25, 7F and 52. RGB value is (37,127,82). Sum of RGB (Red+Green+Blue) = 37+127+82=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 127 (50% from 255 or 51.63% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 127 - color contains mainly: green. Hex color #257F52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257F52 is #DA80AD. Grayscale: #5F5F5F. Windows color (decimal): -14319790 or 5406501. OLE color: 5406501.
HSL color Cylindrical-coordinate representation of color #257F52: hue angle of 150º 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 #257F52 is Cyan = 0.71, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 127 | 82 | - |
| CMYK | 0.71 | 0 | 0.35 | 0.50 |
| HSL | 150º | 0.55% | 0.32% | - |
| HSV(B) | 150º | 0.71% | 0.5% | - |
| XYZ | 9.88 | 16.18 | 10.59 | - |
| YUV | 94.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 127 | 82 | 0.71 | 0 | 0.35 | 0.50 | 150 | 0.55 | 0.32 |
| Hex | 25 | 7F | 52 | 47 | 0 | 23 | 32 | 96 | 37 | 20 |
| Octal | 45 | 177 | 122 | 107 | 0 | 43 | 62 | 226 | 67 | 40 |
| Binary | 100101 | 1111111 | 1010010 | 1000111 | 0 | 100011 | 110010 | 10010110 | 110111 | 100000 |
Color Harmonies of #257F52
Complementary color
Monochromatic Colors of #257F52
Black with #257F52
Text Example
Text Example
White with #257F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257F52; }
p { color: rgb(37,127,82); }
H1.HeaderClassName
{
color: #257F52;
}
.AnyTagClassName
{
color: #257F52;
}
</style>
background-color css
<style>
a { background-color: #257F52; }
a { background-color: rgb(37,127,82); }
div.DivClassName
{
background-color: #257F52;
}
.BgClassName
{
background-color: #257F52;
}
</style>
border-color css
<style>
span { border-color: #257F52; }
span { border-color: rgb(37,127,82); }
td.TdClassName
{
border-color: #257F52;
}
.TagClassName
{
border-color: #257F52;
}
</style>