Shades of Salem #088856
Tints of Salem #088856
RGB
CMYK
RGB Variations
Color information
#088856 (or 0x088856) is known color: Salem. HEX triplet: 08, 88 and 56. RGB value is (8,136,86). Sum of RGB (Red+Green+Blue) = 8+136+86=230 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.48% from 230); Green value is 136 (53.52% from 255 or 59.13% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 136 - color contains mainly: green. Hex color #088856 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088856 is #F777A9. Grayscale: #5C5C5C. Windows color (decimal): -16218026 or 5670920. OLE color: 5670920.
HSL color Cylindrical-coordinate representation of color #088856: hue angle of 156.56º 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 #088856 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 86 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.47 |
| HSL | 156.56º | 0.89% | 0.28% | - |
| HSV(B) | 156.56º | 0.94% | 0.53% | - |
| XYZ | 10.58 | 18.33 | 11.78 | - |
| YUV | 92.03 | 124.59 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 86 | 0.94 | 0 | 0.37 | 0.47 | 156.56 | 0.89 | 0.28 |
| Hex | 8 | 88 | 56 | 5E | 0 | 25 | 2F | 9D | 59 | 1C |
| Octal | 10 | 210 | 126 | 136 | 0 | 45 | 57 | 235 | 131 | 34 |
| Binary | 1000 | 10001000 | 1010110 | 1011110 | 0 | 100101 | 101111 | 10011101 | 1011001 | 11100 |
Color Harmonies of #088856
Complementary color
Monochromatic Colors of #088856
Black with #088856
Text Example
Text Example
White with #088856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088856; }
p { color: rgb(8,136,86); }
H1.HeaderClassName
{
color: #088856;
}
.AnyTagClassName
{
color: #088856;
}
</style>
background-color css
<style>
a { background-color: #088856; }
a { background-color: rgb(8,136,86); }
div.DivClassName
{
background-color: #088856;
}
.BgClassName
{
background-color: #088856;
}
</style>
border-color css
<style>
span { border-color: #088856; }
span { border-color: rgb(8,136,86); }
td.TdClassName
{
border-color: #088856;
}
.TagClassName
{
border-color: #088856;
}
</style>