Shades of Horizon #5E8B9A
Tints of Horizon #5E8B9A
RGB
CMYK
RGB Variations
Color information
#5E8B9A (or 0x5E8B9A) is known color: Horizon. HEX triplet: 5E, 8B and 9A. RGB value is (94,139,154). Sum of RGB (Red+Green+Blue) = 94+139+154=387 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.29% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E8B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8B9A is #A17465. Grayscale: #7F7F7F. Windows color (decimal): -10581094 or 10128222. OLE color: 10128222.
HSL color Cylindrical-coordinate representation of color #5E8B9A: hue angle of 195º 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 #5E8B9A is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 139 | 154 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.40 |
| HSL | 195º | 0.24% | 0.49% | - |
| HSV(B) | 195º | 0.39% | 0.6% | - |
| XYZ | 19.68 | 23.18 | 34.01 | - |
| YUV | 127.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 139 | 154 | 0.39 | 0.10 | 0 | 0.40 | 195 | 0.24 | 0.49 |
| Hex | 5E | 8B | 9A | 27 | A | 0 | 28 | C3 | 18 | 31 |
| Octal | 136 | 213 | 232 | 47 | 12 | 0 | 50 | 303 | 30 | 61 |
| Binary | 1011110 | 10001011 | 10011010 | 100111 | 1010 | 0 | 101000 | 11000011 | 11000 | 110001 |
Color Harmonies of #5E8B9A
Complementary color
Monochromatic Colors of #5E8B9A
Black with #5E8B9A
Text Example
Text Example
White with #5E8B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8B9A; }
p { color: rgb(94,139,154); }
H1.HeaderClassName
{
color: #5E8B9A;
}
.AnyTagClassName
{
color: #5E8B9A;
}
</style>
background-color css
<style>
a { background-color: #5E8B9A; }
a { background-color: rgb(94,139,154); }
div.DivClassName
{
background-color: #5E8B9A;
}
.BgClassName
{
background-color: #5E8B9A;
}
</style>
border-color css
<style>
span { border-color: #5E8B9A; }
span { border-color: rgb(94,139,154); }
td.TdClassName
{
border-color: #5E8B9A;
}
.TagClassName
{
border-color: #5E8B9A;
}
</style>