Shades of Salem #088247
Tints of Salem #088247
RGB
CMYK
RGB Variations
Color information
#088247 (or 0x088247) is known color: Salem. HEX triplet: 08, 82 and 47. RGB value is (8,130,71). Sum of RGB (Red+Green+Blue) = 8+130+71=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 71 (28.12% from 255 or 33.97% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #088247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088247 is #F77DB8. Grayscale: #565656. Windows color (decimal): -16219577 or 4686344. OLE color: 4686344.
HSL color Cylindrical-coordinate representation of color #088247: hue angle of 150.98º 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 #088247 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 71 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.49 |
| HSL | 150.98º | 0.88% | 0.27% | - |
| HSV(B) | 150.98º | 0.94% | 0.51% | - |
| XYZ | 9.22 | 16.47 | 8.65 | - |
| YUV | 86.8 | 119.08 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 71 | 0.94 | 0 | 0.45 | 0.49 | 150.98 | 0.88 | 0.27 |
| Hex | 8 | 82 | 47 | 5E | 0 | 2D | 31 | 97 | 58 | 1B |
| Octal | 10 | 202 | 107 | 136 | 0 | 55 | 61 | 227 | 130 | 33 |
| Binary | 1000 | 10000010 | 1000111 | 1011110 | 0 | 101101 | 110001 | 10010111 | 1011000 | 11011 |
Color Harmonies of #088247
Complementary color
Monochromatic Colors of #088247
Black with #088247
Text Example
Text Example
White with #088247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088247; }
p { color: rgb(8,130,71); }
H1.HeaderClassName
{
color: #088247;
}
.AnyTagClassName
{
color: #088247;
}
</style>
background-color css
<style>
a { background-color: #088247; }
a { background-color: rgb(8,130,71); }
div.DivClassName
{
background-color: #088247;
}
.BgClassName
{
background-color: #088247;
}
</style>
border-color css
<style>
span { border-color: #088247; }
span { border-color: rgb(8,130,71); }
td.TdClassName
{
border-color: #088247;
}
.TagClassName
{
border-color: #088247;
}
</style>