Shades of Horizon #5E919B
Tints of Horizon #5E919B
RGB
CMYK
RGB Variations
Color information
#5E919B (or 0x5E919B) is known color: Horizon. HEX triplet: 5E, 91 and 9B. RGB value is (94,145,155). Sum of RGB (Red+Green+Blue) = 94+145+155=394 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.86% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E919B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E919B is #A16E64. Grayscale: #828282. Windows color (decimal): -10579557 or 10195294. OLE color: 10195294.
HSL color Cylindrical-coordinate representation of color #5E919B: hue angle of 189.84º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E919B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 145 | 155 | - |
| CMYK | 0.39 | 0.06 | 0 | 0.39 |
| HSL | 189.84º | 0.24% | 0.49% | - |
| HSV(B) | 189.84º | 0.39% | 0.61% | - |
| XYZ | 20.66 | 25 | 34.75 | - |
| YUV | 130.89 | 141.6 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 145 | 155 | 0.39 | 0.06 | 0 | 0.39 | 189.84 | 0.24 | 0.49 |
| Hex | 5E | 91 | 9B | 27 | 6 | 0 | 27 | BE | 18 | 31 |
| Octal | 136 | 221 | 233 | 47 | 6 | 0 | 47 | 276 | 30 | 61 |
| Binary | 1011110 | 10010001 | 10011011 | 100111 | 110 | 0 | 100111 | 10111110 | 11000 | 110001 |
Color Harmonies of #5E919B
Complementary color
Monochromatic Colors of #5E919B
Black with #5E919B
Text Example
Text Example
White with #5E919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E919B; }
p { color: rgb(94,145,155); }
H1.HeaderClassName
{
color: #5E919B;
}
.AnyTagClassName
{
color: #5E919B;
}
</style>
background-color css
<style>
a { background-color: #5E919B; }
a { background-color: rgb(94,145,155); }
div.DivClassName
{
background-color: #5E919B;
}
.BgClassName
{
background-color: #5E919B;
}
</style>
border-color css
<style>
span { border-color: #5E919B; }
span { border-color: rgb(94,145,155); }
td.TdClassName
{
border-color: #5E919B;
}
.TagClassName
{
border-color: #5E919B;
}
</style>