Shades of Horizon #5E8796
Tints of Horizon #5E8796
RGB
CMYK
RGB Variations
Color information
#5E8796 (or 0x5E8796) is known color: Horizon. HEX triplet: 5E, 87 and 96. RGB value is (94,135,150). Sum of RGB (Red+Green+Blue) = 94+135+150=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E8796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8796 is #A17869. Grayscale: #7C7C7C. Windows color (decimal): -10582122 or 9865054. OLE color: 9865054.
HSL color Cylindrical-coordinate representation of color #5E8796: hue angle of 196.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E8796 is Cyan = 0.37, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 135 | 150 | - |
| CMYK | 0.37 | 0.1 | 0 | 0.41 |
| HSL | 196.07º | 0.23% | 0.48% | - |
| HSV(B) | 196.07º | 0.37% | 0.59% | - |
| XYZ | 18.79 | 21.91 | 32.09 | - |
| YUV | 124.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 135 | 150 | 0.37 | 0.1 | 0 | 0.41 | 196.07 | 0.23 | 0.48 |
| Hex | 5E | 87 | 96 | 25 | A | 0 | 29 | C4 | 17 | 30 |
| Octal | 136 | 207 | 226 | 45 | 12 | 0 | 51 | 304 | 27 | 60 |
| Binary | 1011110 | 10000111 | 10010110 | 100101 | 1010 | 0 | 101001 | 11000100 | 10111 | 110000 |
Color Harmonies of #5E8796
Complementary color
Monochromatic Colors of #5E8796
Black with #5E8796
Text Example
Text Example
White with #5E8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8796; }
p { color: rgb(94,135,150); }
H1.HeaderClassName
{
color: #5E8796;
}
.AnyTagClassName
{
color: #5E8796;
}
</style>
background-color css
<style>
a { background-color: #5E8796; }
a { background-color: rgb(94,135,150); }
div.DivClassName
{
background-color: #5E8796;
}
.BgClassName
{
background-color: #5E8796;
}
</style>
border-color css
<style>
span { border-color: #5E8796; }
span { border-color: rgb(94,135,150); }
td.TdClassName
{
border-color: #5E8796;
}
.TagClassName
{
border-color: #5E8796;
}
</style>