Shades of Salem #088653
Tints of Salem #088653
RGB
CMYK
RGB Variations
Color information
#088653 (or 0x088653) is known color: Salem. HEX triplet: 08, 86 and 53. RGB value is (8,134,83). Sum of RGB (Red+Green+Blue) = 8+134+83=225 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.56% from 225); Green value is 134 (52.73% from 255 or 59.56% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 134 - color contains mainly: green. Hex color #088653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088653 is #F779AC. Grayscale: #5A5A5A. Windows color (decimal): -16218541 or 5473800. OLE color: 5473800.
HSL color Cylindrical-coordinate representation of color #088653: hue angle of 155.71º 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 #088653 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 83 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.47 |
| HSL | 155.71º | 0.89% | 0.28% | - |
| HSV(B) | 155.71º | 0.94% | 0.53% | - |
| XYZ | 10.19 | 17.73 | 11.07 | - |
| YUV | 90.51 | 123.76 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 83 | 0.94 | 0 | 0.38 | 0.47 | 155.71 | 0.89 | 0.28 |
| Hex | 8 | 86 | 53 | 5E | 0 | 26 | 2F | 9C | 59 | 1C |
| Octal | 10 | 206 | 123 | 136 | 0 | 46 | 57 | 234 | 131 | 34 |
| Binary | 1000 | 10000110 | 1010011 | 1011110 | 0 | 100110 | 101111 | 10011100 | 1011001 | 11100 |
Color Harmonies of #088653
Complementary color
Monochromatic Colors of #088653
Black with #088653
Text Example
Text Example
White with #088653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088653; }
p { color: rgb(8,134,83); }
H1.HeaderClassName
{
color: #088653;
}
.AnyTagClassName
{
color: #088653;
}
</style>
background-color css
<style>
a { background-color: #088653; }
a { background-color: rgb(8,134,83); }
div.DivClassName
{
background-color: #088653;
}
.BgClassName
{
background-color: #088653;
}
</style>
border-color css
<style>
span { border-color: #088653; }
span { border-color: rgb(8,134,83); }
td.TdClassName
{
border-color: #088653;
}
.TagClassName
{
border-color: #088653;
}
</style>