Shades of Salem #257555
Tints of Salem #257555
RGB
CMYK
RGB Variations
Color information
#257555 (or 0x257555) is known color: Salem. HEX triplet: 25, 75 and 55. RGB value is (37,117,85). Sum of RGB (Red+Green+Blue) = 37+117+85=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 117 (46.09% from 255 or 48.95% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 117 - color contains mainly: green. Hex color #257555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257555 is #DA8AAA. Grayscale: #595959. Windows color (decimal): -14322347 or 5600549. OLE color: 5600549.
HSL color Cylindrical-coordinate representation of color #257555: hue angle of 156º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257555 is Cyan = 0.68, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 117 | 85 | - |
| CMYK | 0.68 | 0 | 0.27 | 0.54 |
| HSL | 156º | 0.52% | 0.3% | - |
| HSV(B) | 156º | 0.68% | 0.46% | - |
| XYZ | 8.76 | 13.77 | 10.79 | - |
| YUV | 89.43 | 125.5 | 90.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 85 | 0.68 | 0 | 0.27 | 0.54 | 156 | 0.52 | 0.3 |
| Hex | 25 | 75 | 55 | 44 | 0 | 1B | 36 | 9C | 34 | 1E |
| Octal | 45 | 165 | 125 | 104 | 0 | 33 | 66 | 234 | 64 | 36 |
| Binary | 100101 | 1110101 | 1010101 | 1000100 | 0 | 11011 | 110110 | 10011100 | 110100 | 11110 |
Color Harmonies of #257555
Complementary color
Monochromatic Colors of #257555
Black with #257555
Text Example
Text Example
White with #257555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257555; }
p { color: rgb(37,117,85); }
H1.HeaderClassName
{
color: #257555;
}
.AnyTagClassName
{
color: #257555;
}
</style>
background-color css
<style>
a { background-color: #257555; }
a { background-color: rgb(37,117,85); }
div.DivClassName
{
background-color: #257555;
}
.BgClassName
{
background-color: #257555;
}
</style>
border-color css
<style>
span { border-color: #257555; }
span { border-color: rgb(37,117,85); }
td.TdClassName
{
border-color: #257555;
}
.TagClassName
{
border-color: #257555;
}
</style>