Shades of Salem #168552
Tints of Salem #168552
RGB
CMYK
RGB Variations
Color information
#168552 (or 0x168552) is known color: Salem. HEX triplet: 16, 85 and 52. RGB value is (22,133,82). Sum of RGB (Red+Green+Blue) = 22+133+82=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 133 (52.34% from 255 or 56.12% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 133 - color contains mainly: green. Hex color #168552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168552 is #E97AAD. Grayscale: #5E5E5E. Windows color (decimal): -15301294 or 5408022. OLE color: 5408022.
HSL color Cylindrical-coordinate representation of color #168552: hue angle of 152.43º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #168552 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 22 | 133 | 82 | - |
| CMYK | 0.83 | 0 | 0.38 | 0.48 |
| HSL | 152.43º | 0.72% | 0.3% | - |
| HSV(B) | 152.43º | 0.83% | 0.52% | - |
| XYZ | 10.24 | 17.55 | 10.83 | - |
| YUV | 94 | 121.23 | 76.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 133 | 82 | 0.83 | 0 | 0.38 | 0.48 | 152.43 | 0.72 | 0.3 |
| Hex | 16 | 85 | 52 | 53 | 0 | 26 | 30 | 98 | 48 | 1E |
| Octal | 26 | 205 | 122 | 123 | 0 | 46 | 60 | 230 | 110 | 36 |
| Binary | 10110 | 10000101 | 1010010 | 1010011 | 0 | 100110 | 110000 | 10011000 | 1001000 | 11110 |
Color Harmonies of #168552
Complementary color
Monochromatic Colors of #168552
Black with #168552
Text Example
Text Example
White with #168552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168552; }
p { color: rgb(22,133,82); }
H1.HeaderClassName
{
color: #168552;
}
.AnyTagClassName
{
color: #168552;
}
</style>
background-color css
<style>
a { background-color: #168552; }
a { background-color: rgb(22,133,82); }
div.DivClassName
{
background-color: #168552;
}
.BgClassName
{
background-color: #168552;
}
</style>
border-color css
<style>
span { border-color: #168552; }
span { border-color: rgb(22,133,82); }
td.TdClassName
{
border-color: #168552;
}
.TagClassName
{
border-color: #168552;
}
</style>