Shades of Horizon #5E878E
Tints of Horizon #5E878E
RGB
CMYK
RGB Variations
Color information
#5E878E (or 0x5E878E) is known color: Horizon. HEX triplet: 5E, 87 and 8E. RGB value is (94,135,142). Sum of RGB (Red+Green+Blue) = 94+135+142=371 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.34% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E878E is #A17871. Grayscale: #7B7B7B. Windows color (decimal): -10582130 or 9340766. OLE color: 9340766.
HSL color Cylindrical-coordinate representation of color #5E878E: hue angle of 188.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E878E is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 135 | 142 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.44 |
| HSL | 188.75º | 0.2% | 0.46% | - |
| HSV(B) | 188.75º | 0.34% | 0.56% | - |
| XYZ | 18.16 | 21.66 | 28.81 | - |
| YUV | 123.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 142 | 0.34 | 0.05 | 0 | 0.44 | 188.75 | 0.2 | 0.46 |
| Hex | 5E | 87 | 8E | 22 | 5 | 0 | 2C | BD | 14 | 2E |
| Octal | 136 | 207 | 216 | 42 | 5 | 0 | 54 | 275 | 24 | 56 |
| Binary | 1011110 | 10000111 | 10001110 | 100010 | 101 | 0 | 101100 | 10111101 | 10100 | 101110 |
Color Harmonies of #5E878E
Complementary color
Monochromatic Colors of #5E878E
Black with #5E878E
Text Example
Text Example
White with #5E878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E878E; }
p { color: rgb(94,135,142); }
H1.HeaderClassName
{
color: #5E878E;
}
.AnyTagClassName
{
color: #5E878E;
}
</style>
background-color css
<style>
a { background-color: #5E878E; }
a { background-color: rgb(94,135,142); }
div.DivClassName
{
background-color: #5E878E;
}
.BgClassName
{
background-color: #5E878E;
}
</style>
border-color css
<style>
span { border-color: #5E878E; }
span { border-color: rgb(94,135,142); }
td.TdClassName
{
border-color: #5E878E;
}
.TagClassName
{
border-color: #5E878E;
}
</style>