Shades of Horizon #5A8494
Tints of Horizon #5A8494
RGB
CMYK
RGB Variations
Color information
#5A8494 (or 0x5A8494) is known color: Horizon. HEX triplet: 5A, 84 and 94. RGB value is (90,132,148). Sum of RGB (Red+Green+Blue) = 90+132+148=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A8494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8494 is #A57B6B. Grayscale: #797979. Windows color (decimal): -10845036 or 9733210. OLE color: 9733210.
HSL color Cylindrical-coordinate representation of color #5A8494: hue angle of 196.55º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8494 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 132 | 148 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.42 |
| HSL | 196.55º | 0.24% | 0.47% | - |
| HSV(B) | 196.55º | 0.39% | 0.58% | - |
| XYZ | 17.81 | 20.81 | 31.1 | - |
| YUV | 121.27 | 143.09 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 148 | 0.39 | 0.11 | 0 | 0.42 | 196.55 | 0.24 | 0.47 |
| Hex | 5A | 84 | 94 | 27 | B | 0 | 2A | C5 | 18 | 2F |
| Octal | 132 | 204 | 224 | 47 | 13 | 0 | 52 | 305 | 30 | 57 |
| Binary | 1011010 | 10000100 | 10010100 | 100111 | 1011 | 0 | 101010 | 11000101 | 11000 | 101111 |
Color Harmonies of #5A8494
Complementary color
Monochromatic Colors of #5A8494
Black with #5A8494
Text Example
Text Example
White with #5A8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8494; }
p { color: rgb(90,132,148); }
H1.HeaderClassName
{
color: #5A8494;
}
.AnyTagClassName
{
color: #5A8494;
}
</style>
background-color css
<style>
a { background-color: #5A8494; }
a { background-color: rgb(90,132,148); }
div.DivClassName
{
background-color: #5A8494;
}
.BgClassName
{
background-color: #5A8494;
}
</style>
border-color css
<style>
span { border-color: #5A8494; }
span { border-color: rgb(90,132,148); }
td.TdClassName
{
border-color: #5A8494;
}
.TagClassName
{
border-color: #5A8494;
}
</style>