Shades of Salem #257253
Tints of Salem #257253
RGB
CMYK
RGB Variations
Color information
#257253 (or 0x257253) is known color: Salem. HEX triplet: 25, 72 and 53. RGB value is (37,114,83). Sum of RGB (Red+Green+Blue) = 37+114+83=234 (30% of max value = 765). Red value is 37 (14.84% from 255 or 15.81% from 234); Green value is 114 (44.92% from 255 or 48.72% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 114 - color contains mainly: green. Hex color #257253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257253 is #DA8DAC. Grayscale: #575757. Windows color (decimal): -14323117 or 5468709. OLE color: 5468709.
HSL color Cylindrical-coordinate representation of color #257253: hue angle of 155.84º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257253 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 114 | 83 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.55 |
| HSL | 155.84º | 0.51% | 0.3% | - |
| HSV(B) | 155.84º | 0.68% | 0.45% | - |
| XYZ | 8.34 | 13.05 | 10.26 | - |
| YUV | 87.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 114 | 83 | 0.68 | 0 | 0.27 | 0.55 | 155.84 | 0.51 | 0.3 |
| Hex | 25 | 72 | 53 | 44 | 0 | 1B | 37 | 9C | 33 | 1E |
| Octal | 45 | 162 | 123 | 104 | 0 | 33 | 67 | 234 | 63 | 36 |
| Binary | 100101 | 1110010 | 1010011 | 1000100 | 0 | 11011 | 110111 | 10011100 | 110011 | 11110 |
Color Harmonies of #257253
Complementary color
Monochromatic Colors of #257253
Black with #257253
Text Example
Text Example
White with #257253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257253; }
p { color: rgb(37,114,83); }
H1.HeaderClassName
{
color: #257253;
}
.AnyTagClassName
{
color: #257253;
}
</style>
background-color css
<style>
a { background-color: #257253; }
a { background-color: rgb(37,114,83); }
div.DivClassName
{
background-color: #257253;
}
.BgClassName
{
background-color: #257253;
}
</style>
border-color css
<style>
span { border-color: #257253; }
span { border-color: rgb(37,114,83); }
td.TdClassName
{
border-color: #257253;
}
.TagClassName
{
border-color: #257253;
}
</style>