Shades of Horizon #5E848D
Tints of Horizon #5E848D
RGB
CMYK
RGB Variations
Color information
#5E848D (or 0x5E848D) is known color: Horizon. HEX triplet: 5E, 84 and 8D. RGB value is (94,132,141). Sum of RGB (Red+Green+Blue) = 94+132+141=367 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.61% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E848D is #A17B72. Grayscale: #797979. Windows color (decimal): -10582899 or 9274462. OLE color: 9274462.
HSL color Cylindrical-coordinate representation of color #5E848D: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5E848D is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 94 | 132 | 141 | - |
| CMYK | 0.33 | 0.06 | 0 | 0.45 |
| HSL | 191.49º | 0.2% | 0.46% | - |
| HSV(B) | 191.49º | 0.33% | 0.55% | - |
| XYZ | 17.68 | 20.81 | 28.28 | - |
| YUV | 121.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 132 | 141 | 0.33 | 0.06 | 0 | 0.45 | 191.49 | 0.2 | 0.46 |
| Hex | 5E | 84 | 8D | 21 | 6 | 0 | 2D | BF | 14 | 2E |
| Octal | 136 | 204 | 215 | 41 | 6 | 0 | 55 | 277 | 24 | 56 |
| Binary | 1011110 | 10000100 | 10001101 | 100001 | 110 | 0 | 101101 | 10111111 | 10100 | 101110 |
Color Harmonies of #5E848D
Complementary color
Monochromatic Colors of #5E848D
Black with #5E848D
Text Example
Text Example
White with #5E848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E848D; }
p { color: rgb(94,132,141); }
H1.HeaderClassName
{
color: #5E848D;
}
.AnyTagClassName
{
color: #5E848D;
}
</style>
background-color css
<style>
a { background-color: #5E848D; }
a { background-color: rgb(94,132,141); }
div.DivClassName
{
background-color: #5E848D;
}
.BgClassName
{
background-color: #5E848D;
}
</style>
border-color css
<style>
span { border-color: #5E848D; }
span { border-color: rgb(94,132,141); }
td.TdClassName
{
border-color: #5E848D;
}
.TagClassName
{
border-color: #5E848D;
}
</style>