Shades of Horizon #5E8991
Tints of Horizon #5E8991
RGB
CMYK
RGB Variations
Color information
#5E8991 (or 0x5E8991) is known color: Horizon. HEX triplet: 5E, 89 and 91. RGB value is (94,137,145). Sum of RGB (Red+Green+Blue) = 94+137+145=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 145 - color contains mainly: blue. Hex color #5E8991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E8991 is #A1766E. Grayscale: #7C7C7C. Windows color (decimal): -10581615 or 9537886. OLE color: 9537886.
HSL color Cylindrical-coordinate representation of color #5E8991: hue angle of 189.41º 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 #5E8991 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 137 | 145 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.43 |
| HSL | 189.41º | 0.21% | 0.47% | - |
| HSV(B) | 189.41º | 0.35% | 0.57% | - |
| XYZ | 18.67 | 22.32 | 30.11 | - |
| YUV | 125.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 137 | 145 | 0.35 | 0.06 | 0 | 0.43 | 189.41 | 0.21 | 0.47 |
| Hex | 5E | 89 | 91 | 23 | 6 | 0 | 2B | BD | 15 | 2F |
| Octal | 136 | 211 | 221 | 43 | 6 | 0 | 53 | 275 | 25 | 57 |
| Binary | 1011110 | 10001001 | 10010001 | 100011 | 110 | 0 | 101011 | 10111101 | 10101 | 101111 |
Color Harmonies of #5E8991
Complementary color
Monochromatic Colors of #5E8991
Black with #5E8991
Text Example
Text Example
White with #5E8991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E8991; }
p { color: rgb(94,137,145); }
H1.HeaderClassName
{
color: #5E8991;
}
.AnyTagClassName
{
color: #5E8991;
}
</style>
background-color css
<style>
a { background-color: #5E8991; }
a { background-color: rgb(94,137,145); }
div.DivClassName
{
background-color: #5E8991;
}
.BgClassName
{
background-color: #5E8991;
}
</style>
border-color css
<style>
span { border-color: #5E8991; }
span { border-color: rgb(94,137,145); }
td.TdClassName
{
border-color: #5E8991;
}
.TagClassName
{
border-color: #5E8991;
}
</style>