Shades of Salem #088753
Tints of Salem #088753
RGB
CMYK
RGB Variations
Color information
#088753 (or 0x088753) is known color: Salem. HEX triplet: 08, 87 and 53. RGB value is (8,135,83). Sum of RGB (Red+Green+Blue) = 8+135+83=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 135 (53.12% from 255 or 59.73% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 135 - color contains mainly: green. Hex color #088753 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #088753 is #F778AC. Grayscale: #5B5B5B. Windows color (decimal): -16218285 or 5474056. OLE color: 5474056.
HSL color Cylindrical-coordinate representation of color #088753: hue angle of 155.43º 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 #088753 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 83 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.47 |
| HSL | 155.43º | 0.89% | 0.28% | - |
| HSV(B) | 155.43º | 0.94% | 0.53% | - |
| XYZ | 10.33 | 18 | 11.11 | - |
| YUV | 91.1 | 123.42 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 83 | 0.94 | 0 | 0.39 | 0.47 | 155.43 | 0.89 | 0.28 |
| Hex | 8 | 87 | 53 | 5E | 0 | 27 | 2F | 9B | 59 | 1C |
| Octal | 10 | 207 | 123 | 136 | 0 | 47 | 57 | 233 | 131 | 34 |
| Binary | 1000 | 10000111 | 1010011 | 1011110 | 0 | 100111 | 101111 | 10011011 | 1011001 | 11100 |
Color Harmonies of #088753
Complementary color
Monochromatic Colors of #088753
Black with #088753
Text Example
Text Example
White with #088753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088753; }
p { color: rgb(8,135,83); }
H1.HeaderClassName
{
color: #088753;
}
.AnyTagClassName
{
color: #088753;
}
</style>
background-color css
<style>
a { background-color: #088753; }
a { background-color: rgb(8,135,83); }
div.DivClassName
{
background-color: #088753;
}
.BgClassName
{
background-color: #088753;
}
</style>
border-color css
<style>
span { border-color: #088753; }
span { border-color: rgb(8,135,83); }
td.TdClassName
{
border-color: #088753;
}
.TagClassName
{
border-color: #088753;
}
</style>