Shades of Horizon #5E859A
Tints of Horizon #5E859A
RGB
CMYK
RGB Variations
Color information
#5E859A (or 0x5E859A) is known color: Horizon. HEX triplet: 5E, 85 and 9A. RGB value is (94,133,154). Sum of RGB (Red+Green+Blue) = 94+133+154=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E859A is #A17A65. Grayscale: #7B7B7B. Windows color (decimal): -10582630 or 10126686. OLE color: 10126686.
HSL color Cylindrical-coordinate representation of color #5E859A: hue angle of 201º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E859A is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 133 | 154 | - |
| CMYK | 0.39 | 0.14 | 0 | 0.40 |
| HSL | 201º | 0.24% | 0.49% | - |
| HSV(B) | 201º | 0.39% | 0.6% | - |
| XYZ | 18.84 | 21.49 | 33.73 | - |
| YUV | 123.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 133 | 154 | 0.39 | 0.14 | 0 | 0.40 | 201 | 0.24 | 0.49 |
| Hex | 5E | 85 | 9A | 27 | E | 0 | 28 | C9 | 18 | 31 |
| Octal | 136 | 205 | 232 | 47 | 16 | 0 | 50 | 311 | 30 | 61 |
| Binary | 1011110 | 10000101 | 10011010 | 100111 | 1110 | 0 | 101000 | 11001001 | 11000 | 110001 |
Color Harmonies of #5E859A
Complementary color
Monochromatic Colors of #5E859A
Black with #5E859A
Text Example
Text Example
White with #5E859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E859A; }
p { color: rgb(94,133,154); }
H1.HeaderClassName
{
color: #5E859A;
}
.AnyTagClassName
{
color: #5E859A;
}
</style>
background-color css
<style>
a { background-color: #5E859A; }
a { background-color: rgb(94,133,154); }
div.DivClassName
{
background-color: #5E859A;
}
.BgClassName
{
background-color: #5E859A;
}
</style>
border-color css
<style>
span { border-color: #5E859A; }
span { border-color: rgb(94,133,154); }
td.TdClassName
{
border-color: #5E859A;
}
.TagClassName
{
border-color: #5E859A;
}
</style>