Shades of Salem #088555
Tints of Salem #088555
RGB
CMYK
RGB Variations
Color information
#088555 (or 0x088555) is known color: Salem. HEX triplet: 08, 85 and 55. RGB value is (8,133,85). Sum of RGB (Red+Green+Blue) = 8+133+85=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #088555 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088555 is #F77AAA. Grayscale: #5A5A5A. Windows color (decimal): -16218795 or 5604616. OLE color: 5604616.
HSL color Cylindrical-coordinate representation of color #088555: hue angle of 156.96º 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 #088555 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 85 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.48 |
| HSL | 156.96º | 0.89% | 0.28% | - |
| HSV(B) | 156.96º | 0.94% | 0.52% | - |
| XYZ | 10.13 | 17.48 | 11.44 | - |
| YUV | 90.15 | 125.09 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 85 | 0.94 | 0 | 0.36 | 0.48 | 156.96 | 0.89 | 0.28 |
| Hex | 8 | 85 | 55 | 5E | 0 | 24 | 30 | 9D | 59 | 1C |
| Octal | 10 | 205 | 125 | 136 | 0 | 44 | 60 | 235 | 131 | 34 |
| Binary | 1000 | 10000101 | 1010101 | 1011110 | 0 | 100100 | 110000 | 10011101 | 1011001 | 11100 |
Color Harmonies of #088555
Complementary color
Monochromatic Colors of #088555
Black with #088555
Text Example
Text Example
White with #088555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088555; }
p { color: rgb(8,133,85); }
H1.HeaderClassName
{
color: #088555;
}
.AnyTagClassName
{
color: #088555;
}
</style>
background-color css
<style>
a { background-color: #088555; }
a { background-color: rgb(8,133,85); }
div.DivClassName
{
background-color: #088555;
}
.BgClassName
{
background-color: #088555;
}
</style>
border-color css
<style>
span { border-color: #088555; }
span { border-color: rgb(8,133,85); }
td.TdClassName
{
border-color: #088555;
}
.TagClassName
{
border-color: #088555;
}
</style>