Shades of Salem #197553
Tints of Salem #197553
RGB
CMYK
RGB Variations
Color information
#197553 (or 0x197553) is known color: Salem. HEX triplet: 19, 75 and 53. RGB value is (25,117,83). Sum of RGB (Red+Green+Blue) = 25+117+83=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #197553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #197553 is #E68AAC. Grayscale: #555555. Windows color (decimal): -15108781 or 5469465. OLE color: 5469465.
HSL color Cylindrical-coordinate representation of color #197553: hue angle of 157.83º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #197553 is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 117 | 83 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.54 |
| HSL | 157.83º | 0.65% | 0.28% | - |
| HSV(B) | 157.83º | 0.79% | 0.46% | - |
| XYZ | 8.32 | 13.55 | 10.36 | - |
| YUV | 85.62 | 126.52 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 117 | 83 | 0.79 | 0 | 0.29 | 0.54 | 157.83 | 0.65 | 0.28 |
| Hex | 19 | 75 | 53 | 4F | 0 | 1D | 36 | 9E | 41 | 1C |
| Octal | 31 | 165 | 123 | 117 | 0 | 35 | 66 | 236 | 101 | 34 |
| Binary | 11001 | 1110101 | 1010011 | 1001111 | 0 | 11101 | 110110 | 10011110 | 1000001 | 11100 |
Color Harmonies of #197553
Complementary color
Monochromatic Colors of #197553
Black with #197553
Text Example
Text Example
White with #197553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #197553; }
p { color: rgb(25,117,83); }
H1.HeaderClassName
{
color: #197553;
}
.AnyTagClassName
{
color: #197553;
}
</style>
background-color css
<style>
a { background-color: #197553; }
a { background-color: rgb(25,117,83); }
div.DivClassName
{
background-color: #197553;
}
.BgClassName
{
background-color: #197553;
}
</style>
border-color css
<style>
span { border-color: #197553; }
span { border-color: rgb(25,117,83); }
td.TdClassName
{
border-color: #197553;
}
.TagClassName
{
border-color: #197553;
}
</style>