Shades of Horizon #5E899B
Tints of Horizon #5E899B
RGB
CMYK
RGB Variations
Color information
#5E899B (or 0x5E899B) is known color: Horizon. HEX triplet: 5E, 89 and 9B. RGB value is (94,137,155). Sum of RGB (Red+Green+Blue) = 94+137+155=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E899B is #A17664. Grayscale: #7E7E7E. Windows color (decimal): -10581605 or 10193246. OLE color: 10193246.
HSL color Cylindrical-coordinate representation of color #5E899B: hue angle of 197.7º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E899B is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 137 | 155 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.39 |
| HSL | 197.7º | 0.24% | 0.49% | - |
| HSV(B) | 197.7º | 0.39% | 0.61% | - |
| XYZ | 19.48 | 22.64 | 34.35 | - |
| YUV | 126.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 155 | 0.39 | 0.12 | 0 | 0.39 | 197.7 | 0.24 | 0.49 |
| Hex | 5E | 89 | 9B | 27 | C | 0 | 27 | C6 | 18 | 31 |
| Octal | 136 | 211 | 233 | 47 | 14 | 0 | 47 | 306 | 30 | 61 |
| Binary | 1011110 | 10001001 | 10011011 | 100111 | 1100 | 0 | 100111 | 11000110 | 11000 | 110001 |
Color Harmonies of #5E899B
Complementary color
Monochromatic Colors of #5E899B
Black with #5E899B
Text Example
Text Example
White with #5E899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E899B; }
p { color: rgb(94,137,155); }
H1.HeaderClassName
{
color: #5E899B;
}
.AnyTagClassName
{
color: #5E899B;
}
</style>
background-color css
<style>
a { background-color: #5E899B; }
a { background-color: rgb(94,137,155); }
div.DivClassName
{
background-color: #5E899B;
}
.BgClassName
{
background-color: #5E899B;
}
</style>
border-color css
<style>
span { border-color: #5E899B; }
span { border-color: rgb(94,137,155); }
td.TdClassName
{
border-color: #5E899B;
}
.TagClassName
{
border-color: #5E899B;
}
</style>