Shades of Horizon #5E8997
Tints of Horizon #5E8997
RGB
CMYK
RGB Variations
Color information
#5E8997 (or 0x5E8997) is known color: Horizon. HEX triplet: 5E, 89 and 97. RGB value is (94,137,151). Sum of RGB (Red+Green+Blue) = 94+137+151=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 151 (59.38% from 255 or 39.53% from 382); Max value from RGB is 151 - color contains mainly: blue. Hex color #5E8997 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8997 is #A17668. Grayscale: #7D7D7D. Windows color (decimal): -10581609 or 9931102. OLE color: 9931102.
HSL color Cylindrical-coordinate representation of color #5E8997: hue angle of 194.74º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E8997 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 137 | 151 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.41 |
| HSL | 194.74º | 0.23% | 0.48% | - |
| HSV(B) | 194.74º | 0.38% | 0.59% | - |
| XYZ | 19.15 | 22.51 | 32.61 | - |
| YUV | 125.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 151 | 0.38 | 0.09 | 0 | 0.41 | 194.74 | 0.23 | 0.48 |
| Hex | 5E | 89 | 97 | 26 | 9 | 0 | 29 | C3 | 17 | 30 |
| Octal | 136 | 211 | 227 | 46 | 11 | 0 | 51 | 303 | 27 | 60 |
| Binary | 1011110 | 10001001 | 10010111 | 100110 | 1001 | 0 | 101001 | 11000011 | 10111 | 110000 |
Color Harmonies of #5E8997
Complementary color
Monochromatic Colors of #5E8997
Black with #5E8997
Text Example
Text Example
White with #5E8997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8997; }
p { color: rgb(94,137,151); }
H1.HeaderClassName
{
color: #5E8997;
}
.AnyTagClassName
{
color: #5E8997;
}
</style>
background-color css
<style>
a { background-color: #5E8997; }
a { background-color: rgb(94,137,151); }
div.DivClassName
{
background-color: #5E8997;
}
.BgClassName
{
background-color: #5E8997;
}
</style>
border-color css
<style>
span { border-color: #5E8997; }
span { border-color: rgb(94,137,151); }
td.TdClassName
{
border-color: #5E8997;
}
.TagClassName
{
border-color: #5E8997;
}
</style>