Shades of Salem #088550
Tints of Salem #088550
RGB
CMYK
RGB Variations
Color information
#088550 (or 0x088550) is known color: Salem. HEX triplet: 08, 85 and 50. RGB value is (8,133,80). Sum of RGB (Red+Green+Blue) = 8+133+80=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 133 (52.34% from 255 or 60.18% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 133 - color contains mainly: green. Hex color #088550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088550 is #F77AAF. Grayscale: #595959. Windows color (decimal): -16218800 or 5276936. OLE color: 5276936.
HSL color Cylindrical-coordinate representation of color #088550: hue angle of 154.56º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088550 is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 80 | - |
| CMYK | 0.94 | 0 | 0.40 | 0.48 |
| HSL | 154.56º | 0.89% | 0.28% | - |
| HSV(B) | 154.56º | 0.94% | 0.52% | - |
| XYZ | 9.94 | 17.41 | 10.43 | - |
| YUV | 89.58 | 122.59 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 80 | 0.94 | 0 | 0.40 | 0.48 | 154.56 | 0.89 | 0.28 |
| Hex | 8 | 85 | 50 | 5E | 0 | 28 | 30 | 9B | 59 | 1C |
| Octal | 10 | 205 | 120 | 136 | 0 | 50 | 60 | 233 | 131 | 34 |
| Binary | 1000 | 10000101 | 1010000 | 1011110 | 0 | 101000 | 110000 | 10011011 | 1011001 | 11100 |
Color Harmonies of #088550
Complementary color
Monochromatic Colors of #088550
Black with #088550
Text Example
Text Example
White with #088550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088550; }
p { color: rgb(8,133,80); }
H1.HeaderClassName
{
color: #088550;
}
.AnyTagClassName
{
color: #088550;
}
</style>
background-color css
<style>
a { background-color: #088550; }
a { background-color: rgb(8,133,80); }
div.DivClassName
{
background-color: #088550;
}
.BgClassName
{
background-color: #088550;
}
</style>
border-color css
<style>
span { border-color: #088550; }
span { border-color: rgb(8,133,80); }
td.TdClassName
{
border-color: #088550;
}
.TagClassName
{
border-color: #088550;
}
</style>