Shades of Salem #088853
Tints of Salem #088853
RGB
CMYK
RGB Variations
Color information
#088853 (or 0x088853) is known color: Salem. HEX triplet: 08, 88 and 53. RGB value is (8,136,83). Sum of RGB (Red+Green+Blue) = 8+136+83=227 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.52% from 227); Green value is 136 (53.52% from 255 or 59.91% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 136 - color contains mainly: green. Hex color #088853 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088853 is #F777AC. Grayscale: #5B5B5B. Windows color (decimal): -16218029 or 5474312. OLE color: 5474312.
HSL color Cylindrical-coordinate representation of color #088853: hue angle of 155.16º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088853 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 83 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.47 |
| HSL | 155.16º | 0.89% | 0.28% | - |
| HSV(B) | 155.16º | 0.94% | 0.53% | - |
| XYZ | 10.47 | 18.28 | 11.16 | - |
| YUV | 91.69 | 123.09 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 83 | 0.94 | 0 | 0.39 | 0.47 | 155.16 | 0.89 | 0.28 |
| Hex | 8 | 88 | 53 | 5E | 0 | 27 | 2F | 9B | 59 | 1C |
| Octal | 10 | 210 | 123 | 136 | 0 | 47 | 57 | 233 | 131 | 34 |
| Binary | 1000 | 10001000 | 1010011 | 1011110 | 0 | 100111 | 101111 | 10011011 | 1011001 | 11100 |
Color Harmonies of #088853
Complementary color
Monochromatic Colors of #088853
Black with #088853
Text Example
Text Example
White with #088853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088853; }
p { color: rgb(8,136,83); }
H1.HeaderClassName
{
color: #088853;
}
.AnyTagClassName
{
color: #088853;
}
</style>
background-color css
<style>
a { background-color: #088853; }
a { background-color: rgb(8,136,83); }
div.DivClassName
{
background-color: #088853;
}
.BgClassName
{
background-color: #088853;
}
</style>
border-color css
<style>
span { border-color: #088853; }
span { border-color: rgb(8,136,83); }
td.TdClassName
{
border-color: #088853;
}
.TagClassName
{
border-color: #088853;
}
</style>