Shades of Horizon #5E909D
Tints of Horizon #5E909D
RGB
CMYK
RGB Variations
Color information
#5E909D (or 0x5E909D) is known color: Horizon. HEX triplet: 5E, 90 and 9D. RGB value is (94,144,157). Sum of RGB (Red+Green+Blue) = 94+144+157=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 157 (61.72% from 255 or 39.75% from 395); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E909D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E909D is #A16F62. Grayscale: #828282. Windows color (decimal): -10579811 or 10326110. OLE color: 10326110.
HSL color Cylindrical-coordinate representation of color #5E909D: hue angle of 192.38º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5E909D is Cyan = 0.40, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 144 | 157 | - |
| CMYK | 0.40 | 0.08 | 0 | 0.38 |
| HSL | 192.38º | 0.25% | 0.49% | - |
| HSV(B) | 192.38º | 0.4% | 0.62% | - |
| XYZ | 20.68 | 24.76 | 35.59 | - |
| YUV | 130.53 | 142.94 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 157 | 0.40 | 0.08 | 0 | 0.38 | 192.38 | 0.25 | 0.49 |
| Hex | 5E | 90 | 9D | 28 | 8 | 0 | 26 | C0 | 19 | 31 |
| Octal | 136 | 220 | 235 | 50 | 10 | 0 | 46 | 300 | 31 | 61 |
| Binary | 1011110 | 10010000 | 10011101 | 101000 | 1000 | 0 | 100110 | 11000000 | 11001 | 110001 |
Color Harmonies of #5E909D
Complementary color
Monochromatic Colors of #5E909D
Black with #5E909D
Text Example
Text Example
White with #5E909D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E909D; }
p { color: rgb(94,144,157); }
H1.HeaderClassName
{
color: #5E909D;
}
.AnyTagClassName
{
color: #5E909D;
}
</style>
background-color css
<style>
a { background-color: #5E909D; }
a { background-color: rgb(94,144,157); }
div.DivClassName
{
background-color: #5E909D;
}
.BgClassName
{
background-color: #5E909D;
}
</style>
border-color css
<style>
span { border-color: #5E909D; }
span { border-color: rgb(94,144,157); }
td.TdClassName
{
border-color: #5E909D;
}
.TagClassName
{
border-color: #5E909D;
}
</style>