Shades of Salem #157753
Tints of Salem #157753
RGB
CMYK
RGB Variations
Color information
#157753 (or 0x157753) is known color: Salem. HEX triplet: 15, 77 and 53. RGB value is (21,119,83). Sum of RGB (Red+Green+Blue) = 21+119+83=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 119 (46.88% from 255 or 53.36% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 119 - color contains mainly: green. Hex color #157753 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #157753 is #EA88AC. Grayscale: #555555. Windows color (decimal): -15370413 or 5469973. OLE color: 5469973.
HSL color Cylindrical-coordinate representation of color #157753: hue angle of 157.96º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #157753 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 21 | 119 | 83 | - |
| CMYK | 0.82 | 0 | 0.30 | 0.53 |
| HSL | 157.96º | 0.7% | 0.27% | - |
| HSV(B) | 157.96º | 0.82% | 0.47% | - |
| XYZ | 8.47 | 13.98 | 10.44 | - |
| YUV | 85.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 119 | 83 | 0.82 | 0 | 0.30 | 0.53 | 157.96 | 0.7 | 0.27 |
| Hex | 15 | 77 | 53 | 52 | 0 | 1E | 35 | 9E | 46 | 1B |
| Octal | 25 | 167 | 123 | 122 | 0 | 36 | 65 | 236 | 106 | 33 |
| Binary | 10101 | 1110111 | 1010011 | 1010010 | 0 | 11110 | 110101 | 10011110 | 1000110 | 11011 |
Color Harmonies of #157753
Complementary color
Monochromatic Colors of #157753
Black with #157753
Text Example
Text Example
White with #157753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #157753; }
p { color: rgb(21,119,83); }
H1.HeaderClassName
{
color: #157753;
}
.AnyTagClassName
{
color: #157753;
}
</style>
background-color css
<style>
a { background-color: #157753; }
a { background-color: rgb(21,119,83); }
div.DivClassName
{
background-color: #157753;
}
.BgClassName
{
background-color: #157753;
}
</style>
border-color css
<style>
span { border-color: #157753; }
span { border-color: rgb(21,119,83); }
td.TdClassName
{
border-color: #157753;
}
.TagClassName
{
border-color: #157753;
}
</style>