Shades of Horizon #5E8091
Tints of Horizon #5E8091
RGB
CMYK
RGB Variations
Color information
#5E8091 (or 0x5E8091) is known color: Horizon. HEX triplet: 5E, 80 and 91. RGB value is (94,128,145). Sum of RGB (Red+Green+Blue) = 94+128+145=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E8091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8091 is #A17F6E. Grayscale: #777777. Windows color (decimal): -10583919 or 9535582. OLE color: 9535582.
HSL color Cylindrical-coordinate representation of color #5E8091: hue angle of 200º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5E8091 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 128 | 145 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.43 |
| HSL | 200º | 0.21% | 0.47% | - |
| HSV(B) | 200º | 0.35% | 0.57% | - |
| XYZ | 17.45 | 19.86 | 29.7 | - |
| YUV | 119.77 | 142.24 | 109.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 128 | 145 | 0.35 | 0.12 | 0 | 0.43 | 200 | 0.21 | 0.47 |
| Hex | 5E | 80 | 91 | 23 | C | 0 | 2B | C8 | 15 | 2F |
| Octal | 136 | 200 | 221 | 43 | 14 | 0 | 53 | 310 | 25 | 57 |
| Binary | 1011110 | 10000000 | 10010001 | 100011 | 1100 | 0 | 101011 | 11001000 | 10101 | 101111 |
Color Harmonies of #5E8091
Complementary color
Monochromatic Colors of #5E8091
Black with #5E8091
Text Example
Text Example
White with #5E8091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8091; }
p { color: rgb(94,128,145); }
H1.HeaderClassName
{
color: #5E8091;
}
.AnyTagClassName
{
color: #5E8091;
}
</style>
background-color css
<style>
a { background-color: #5E8091; }
a { background-color: rgb(94,128,145); }
div.DivClassName
{
background-color: #5E8091;
}
.BgClassName
{
background-color: #5E8091;
}
</style>
border-color css
<style>
span { border-color: #5E8091; }
span { border-color: rgb(94,128,145); }
td.TdClassName
{
border-color: #5E8091;
}
.TagClassName
{
border-color: #5E8091;
}
</style>