Shades of Salem #088256
Tints of Salem #088256
RGB
CMYK
RGB Variations
Color information
#088256 (or 0x088256) is known color: Salem. HEX triplet: 08, 82 and 56. RGB value is (8,130,86). Sum of RGB (Red+Green+Blue) = 8+130+86=224 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.57% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 86 (33.98% from 255 or 38.39% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #088256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088256 is #F77DA9. Grayscale: #585858. Windows color (decimal): -16219562 or 5669384. OLE color: 5669384.
HSL color Cylindrical-coordinate representation of color #088256: hue angle of 158.36º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088256 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 86 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.49 |
| HSL | 158.36º | 0.88% | 0.27% | - |
| HSV(B) | 158.36º | 0.94% | 0.51% | - |
| XYZ | 9.76 | 16.69 | 11.51 | - |
| YUV | 88.51 | 126.58 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 86 | 0.94 | 0 | 0.34 | 0.49 | 158.36 | 0.88 | 0.27 |
| Hex | 8 | 82 | 56 | 5E | 0 | 22 | 31 | 9E | 58 | 1B |
| Octal | 10 | 202 | 126 | 136 | 0 | 42 | 61 | 236 | 130 | 33 |
| Binary | 1000 | 10000010 | 1010110 | 1011110 | 0 | 100010 | 110001 | 10011110 | 1011000 | 11011 |
Color Harmonies of #088256
Complementary color
Monochromatic Colors of #088256
Black with #088256
Text Example
Text Example
White with #088256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088256; }
p { color: rgb(8,130,86); }
H1.HeaderClassName
{
color: #088256;
}
.AnyTagClassName
{
color: #088256;
}
</style>
background-color css
<style>
a { background-color: #088256; }
a { background-color: rgb(8,130,86); }
div.DivClassName
{
background-color: #088256;
}
.BgClassName
{
background-color: #088256;
}
</style>
border-color css
<style>
span { border-color: #088256; }
span { border-color: rgb(8,130,86); }
td.TdClassName
{
border-color: #088256;
}
.TagClassName
{
border-color: #088256;
}
</style>