Shades of Salem #088248
Tints of Salem #088248
RGB
CMYK
RGB Variations
Color information
#088248 (or 0x088248) is known color: Salem. HEX triplet: 08, 82 and 48. RGB value is (8,130,72). Sum of RGB (Red+Green+Blue) = 8+130+72=210 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.81% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #088248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088248 is #F77DB7. Grayscale: #575757. Windows color (decimal): -16219576 or 4751880. OLE color: 4751880.
HSL color Cylindrical-coordinate representation of color #088248: hue angle of 151.48º 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 #088248 is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 8 | 130 | 72 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.49 |
| HSL | 151.48º | 0.88% | 0.27% | - |
| HSV(B) | 151.48º | 0.94% | 0.51% | - |
| XYZ | 9.25 | 16.48 | 8.83 | - |
| YUV | 86.91 | 119.58 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 130 | 72 | 0.94 | 0 | 0.45 | 0.49 | 151.48 | 0.88 | 0.27 |
| Hex | 8 | 82 | 48 | 5E | 0 | 2D | 31 | 97 | 58 | 1B |
| Octal | 10 | 202 | 110 | 136 | 0 | 55 | 61 | 227 | 130 | 33 |
| Binary | 1000 | 10000010 | 1001000 | 1011110 | 0 | 101101 | 110001 | 10010111 | 1011000 | 11011 |
Color Harmonies of #088248
Complementary color
Monochromatic Colors of #088248
Black with #088248
Text Example
Text Example
White with #088248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088248; }
p { color: rgb(8,130,72); }
H1.HeaderClassName
{
color: #088248;
}
.AnyTagClassName
{
color: #088248;
}
</style>
background-color css
<style>
a { background-color: #088248; }
a { background-color: rgb(8,130,72); }
div.DivClassName
{
background-color: #088248;
}
.BgClassName
{
background-color: #088248;
}
</style>
border-color css
<style>
span { border-color: #088248; }
span { border-color: rgb(8,130,72); }
td.TdClassName
{
border-color: #088248;
}
.TagClassName
{
border-color: #088248;
}
</style>