Shades of Salem #088153
Tints of Salem #088153
RGB
CMYK
RGB Variations
Color information
#088153 (or 0x088153) is known color: Salem. HEX triplet: 08, 81 and 53. RGB value is (8,129,83). Sum of RGB (Red+Green+Blue) = 8+129+83=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #088153 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088153 is #F77EAC. Grayscale: #575757. Windows color (decimal): -16219821 or 5472520. OLE color: 5472520.
HSL color Cylindrical-coordinate representation of color #088153: hue angle of 157.19º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088153 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 129 | 83 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.49 |
| HSL | 157.19º | 0.88% | 0.27% | - |
| HSV(B) | 157.19º | 0.94% | 0.51% | - |
| XYZ | 9.51 | 16.38 | 10.84 | - |
| YUV | 87.58 | 125.41 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 129 | 83 | 0.94 | 0 | 0.36 | 0.49 | 157.19 | 0.88 | 0.27 |
| Hex | 8 | 81 | 53 | 5E | 0 | 24 | 31 | 9D | 58 | 1B |
| Octal | 10 | 201 | 123 | 136 | 0 | 44 | 61 | 235 | 130 | 33 |
| Binary | 1000 | 10000001 | 1010011 | 1011110 | 0 | 100100 | 110001 | 10011101 | 1011000 | 11011 |
Color Harmonies of #088153
Complementary color
Monochromatic Colors of #088153
Black with #088153
Text Example
Text Example
White with #088153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088153; }
p { color: rgb(8,129,83); }
H1.HeaderClassName
{
color: #088153;
}
.AnyTagClassName
{
color: #088153;
}
</style>
background-color css
<style>
a { background-color: #088153; }
a { background-color: rgb(8,129,83); }
div.DivClassName
{
background-color: #088153;
}
.BgClassName
{
background-color: #088153;
}
</style>
border-color css
<style>
span { border-color: #088153; }
span { border-color: rgb(8,129,83); }
td.TdClassName
{
border-color: #088153;
}
.TagClassName
{
border-color: #088153;
}
</style>