Shades of Salem #088A52
Tints of Salem #088A52
RGB
CMYK
RGB Variations
Color information
#088A52 (or 0x088A52) is known color: Salem. HEX triplet: 08, 8A and 52. RGB value is (8,138,82). Sum of RGB (Red+Green+Blue) = 8+138+82=228 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.51% from 228); Green value is 138 (54.30% from 255 or 60.53% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 138 - color contains mainly: green. Hex color #088A52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088A52 is #F775AD. Grayscale: #5C5C5C. Windows color (decimal): -16217518 or 5409288. OLE color: 5409288.
HSL color Cylindrical-coordinate representation of color #088A52: hue angle of 154.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088A52 is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 138 | 82 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.46 |
| HSL | 154.15º | 0.89% | 0.29% | - |
| HSV(B) | 154.15º | 0.94% | 0.54% | - |
| XYZ | 10.71 | 18.84 | 11.05 | - |
| YUV | 92.75 | 121.93 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 82 | 0.94 | 0 | 0.41 | 0.46 | 154.15 | 0.89 | 0.29 |
| Hex | 8 | 8A | 52 | 5E | 0 | 29 | 2E | 9A | 59 | 1D |
| Octal | 10 | 212 | 122 | 136 | 0 | 51 | 56 | 232 | 131 | 35 |
| Binary | 1000 | 10001010 | 1010010 | 1011110 | 0 | 101001 | 101110 | 10011010 | 1011001 | 11101 |
Color Harmonies of #088A52
Complementary color
Monochromatic Colors of #088A52
Black with #088A52
Text Example
Text Example
White with #088A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088A52; }
p { color: rgb(8,138,82); }
H1.HeaderClassName
{
color: #088A52;
}
.AnyTagClassName
{
color: #088A52;
}
</style>
background-color css
<style>
a { background-color: #088A52; }
a { background-color: rgb(8,138,82); }
div.DivClassName
{
background-color: #088A52;
}
.BgClassName
{
background-color: #088A52;
}
</style>
border-color css
<style>
span { border-color: #088A52; }
span { border-color: rgb(8,138,82); }
td.TdClassName
{
border-color: #088A52;
}
.TagClassName
{
border-color: #088A52;
}
</style>