Shades of Salem #088857
Tints of Salem #088857
RGB
CMYK
RGB Variations
Color information
#088857 (or 0x088857) is known color: Salem. HEX triplet: 08, 88 and 57. RGB value is (8,136,87). Sum of RGB (Red+Green+Blue) = 8+136+87=231 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.46% from 231); Green value is 136 (53.52% from 255 or 58.87% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 136 - color contains mainly: green. Hex color #088857 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088857 is #F777A8. Grayscale: #5C5C5C. Windows color (decimal): -16218025 or 5736456. OLE color: 5736456.
HSL color Cylindrical-coordinate representation of color #088857: hue angle of 157.03º 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 #088857 is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 87 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.47 |
| HSL | 157.03º | 0.89% | 0.28% | - |
| HSV(B) | 157.03º | 0.94% | 0.53% | - |
| XYZ | 10.62 | 18.35 | 12 | - |
| YUV | 92.14 | 125.09 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 87 | 0.94 | 0 | 0.36 | 0.47 | 157.03 | 0.89 | 0.28 |
| Hex | 8 | 88 | 57 | 5E | 0 | 24 | 2F | 9D | 59 | 1C |
| Octal | 10 | 210 | 127 | 136 | 0 | 44 | 57 | 235 | 131 | 34 |
| Binary | 1000 | 10001000 | 1010111 | 1011110 | 0 | 100100 | 101111 | 10011101 | 1011001 | 11100 |
Color Harmonies of #088857
Complementary color
Monochromatic Colors of #088857
Black with #088857
Text Example
Text Example
White with #088857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088857; }
p { color: rgb(8,136,87); }
H1.HeaderClassName
{
color: #088857;
}
.AnyTagClassName
{
color: #088857;
}
</style>
background-color css
<style>
a { background-color: #088857; }
a { background-color: rgb(8,136,87); }
div.DivClassName
{
background-color: #088857;
}
.BgClassName
{
background-color: #088857;
}
</style>
border-color css
<style>
span { border-color: #088857; }
span { border-color: rgb(8,136,87); }
td.TdClassName
{
border-color: #088857;
}
.TagClassName
{
border-color: #088857;
}
</style>