Shades of Horizon #5E868E
Tints of Horizon #5E868E
RGB
CMYK
RGB Variations
Color information
#5E868E (or 0x5E868E) is known color: Horizon. HEX triplet: 5E, 86 and 8E. RGB value is (94,134,142). Sum of RGB (Red+Green+Blue) = 94+134+142=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 134 (52.73% from 255 or 36.22% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E868E is #A17971. Grayscale: #7A7A7A. Windows color (decimal): -10582386 or 9340510. OLE color: 9340510.
HSL color Cylindrical-coordinate representation of color #5E868E: hue angle of 190º 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 #5E868E is Cyan = 0.34, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 134 | 142 | - |
| CMYK | 0.34 | 0.06 | 0 | 0.44 |
| HSL | 190º | 0.2% | 0.46% | - |
| HSV(B) | 190º | 0.34% | 0.56% | - |
| XYZ | 18.02 | 21.38 | 28.77 | - |
| YUV | 122.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 134 | 142 | 0.34 | 0.06 | 0 | 0.44 | 190 | 0.2 | 0.46 |
| Hex | 5E | 86 | 8E | 22 | 6 | 0 | 2C | BE | 14 | 2E |
| Octal | 136 | 206 | 216 | 42 | 6 | 0 | 54 | 276 | 24 | 56 |
| Binary | 1011110 | 10000110 | 10001110 | 100010 | 110 | 0 | 101100 | 10111110 | 10100 | 101110 |
Color Harmonies of #5E868E
Complementary color
Monochromatic Colors of #5E868E
Black with #5E868E
Text Example
Text Example
White with #5E868E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E868E; }
p { color: rgb(94,134,142); }
H1.HeaderClassName
{
color: #5E868E;
}
.AnyTagClassName
{
color: #5E868E;
}
</style>
background-color css
<style>
a { background-color: #5E868E; }
a { background-color: rgb(94,134,142); }
div.DivClassName
{
background-color: #5E868E;
}
.BgClassName
{
background-color: #5E868E;
}
</style>
border-color css
<style>
span { border-color: #5E868E; }
span { border-color: rgb(94,134,142); }
td.TdClassName
{
border-color: #5E868E;
}
.TagClassName
{
border-color: #5E868E;
}
</style>