Shades of Salem #257E53
Tints of Salem #257E53
RGB
CMYK
RGB Variations
Color information
#257E53 (or 0x257E53) is known color: Salem. HEX triplet: 25, 7E and 53. RGB value is (37,126,83). Sum of RGB (Red+Green+Blue) = 37+126+83=246 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.04% from 246); Green value is 126 (49.61% from 255 or 51.22% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 126 - color contains mainly: green. Hex color #257E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257E53 is #DA81AC. Grayscale: #5E5E5E. Windows color (decimal): -14320045 or 5471781. OLE color: 5471781.
HSL color Cylindrical-coordinate representation of color #257E53: hue angle of 151.01º 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 #257E53 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 126 | 83 | - |
| CMYK | 0.71 | 0 | 0.34 | 0.51 |
| HSL | 151.01º | 0.55% | 0.32% | - |
| HSV(B) | 151.01º | 0.71% | 0.49% | - |
| XYZ | 9.79 | 15.94 | 10.74 | - |
| YUV | 94.49 | 121.51 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 83 | 0.71 | 0 | 0.34 | 0.51 | 151.01 | 0.55 | 0.32 |
| Hex | 25 | 7E | 53 | 47 | 0 | 22 | 33 | 97 | 37 | 20 |
| Octal | 45 | 176 | 123 | 107 | 0 | 42 | 63 | 227 | 67 | 40 |
| Binary | 100101 | 1111110 | 1010011 | 1000111 | 0 | 100010 | 110011 | 10010111 | 110111 | 100000 |
Color Harmonies of #257E53
Complementary color
Monochromatic Colors of #257E53
Black with #257E53
Text Example
Text Example
White with #257E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E53; }
p { color: rgb(37,126,83); }
H1.HeaderClassName
{
color: #257E53;
}
.AnyTagClassName
{
color: #257E53;
}
</style>
background-color css
<style>
a { background-color: #257E53; }
a { background-color: rgb(37,126,83); }
div.DivClassName
{
background-color: #257E53;
}
.BgClassName
{
background-color: #257E53;
}
</style>
border-color css
<style>
span { border-color: #257E53; }
span { border-color: rgb(37,126,83); }
td.TdClassName
{
border-color: #257E53;
}
.TagClassName
{
border-color: #257E53;
}
</style>