Shades of Salem #257355
Tints of Salem #257355
RGB
CMYK
RGB Variations
Color information
#257355 (or 0x257355) is known color: Salem. HEX triplet: 25, 73 and 55. RGB value is (37,115,85). Sum of RGB (Red+Green+Blue) = 37+115+85=237 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.61% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 85 (33.59% from 255 or 35.86% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #257355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257355 is #DA8CAA. Grayscale: #585858. Windows color (decimal): -14322859 or 5600037. OLE color: 5600037.
HSL color Cylindrical-coordinate representation of color #257355: hue angle of 156.92º 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 #257355 is Cyan = 0.68, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 115 | 85 | - |
| CMYK | 0.68 | 0 | 0.26 | 0.55 |
| HSL | 156.92º | 0.51% | 0.3% | - |
| HSV(B) | 156.92º | 0.68% | 0.45% | - |
| XYZ | 8.53 | 13.31 | 10.71 | - |
| YUV | 88.26 | 126.16 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 115 | 85 | 0.68 | 0 | 0.26 | 0.55 | 156.92 | 0.51 | 0.3 |
| Hex | 25 | 73 | 55 | 44 | 0 | 1A | 37 | 9D | 33 | 1E |
| Octal | 45 | 163 | 125 | 104 | 0 | 32 | 67 | 235 | 63 | 36 |
| Binary | 100101 | 1110011 | 1010101 | 1000100 | 0 | 11010 | 110111 | 10011101 | 110011 | 11110 |
Color Harmonies of #257355
Complementary color
Monochromatic Colors of #257355
Black with #257355
Text Example
Text Example
White with #257355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257355; }
p { color: rgb(37,115,85); }
H1.HeaderClassName
{
color: #257355;
}
.AnyTagClassName
{
color: #257355;
}
</style>
background-color css
<style>
a { background-color: #257355; }
a { background-color: rgb(37,115,85); }
div.DivClassName
{
background-color: #257355;
}
.BgClassName
{
background-color: #257355;
}
</style>
border-color css
<style>
span { border-color: #257355; }
span { border-color: rgb(37,115,85); }
td.TdClassName
{
border-color: #257355;
}
.TagClassName
{
border-color: #257355;
}
</style>