Shades of Horizon #5A8294
Tints of Horizon #5A8294
RGB
CMYK
RGB Variations
Color information
#5A8294 (or 0x5A8294) is known color: Horizon. HEX triplet: 5A, 82 and 94. RGB value is (90,130,148). Sum of RGB (Red+Green+Blue) = 90+130+148=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 148 - color contains mainly: blue. Hex color #5A8294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8294 is #A57D6B. Grayscale: #777777. Windows color (decimal): -10845548 or 9732698. OLE color: 9732698.
HSL color Cylindrical-coordinate representation of color #5A8294: hue angle of 198.62º 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 #5A8294 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 130 | 148 | - |
| CMYK | 0.39 | 0.12 | 0 | 0.42 |
| HSL | 198.62º | 0.24% | 0.47% | - |
| HSV(B) | 198.62º | 0.39% | 0.58% | - |
| XYZ | 17.54 | 20.28 | 31.01 | - |
| YUV | 120.09 | 143.75 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 148 | 0.39 | 0.12 | 0 | 0.42 | 198.62 | 0.24 | 0.47 |
| Hex | 5A | 82 | 94 | 27 | C | 0 | 2A | C7 | 18 | 2F |
| Octal | 132 | 202 | 224 | 47 | 14 | 0 | 52 | 307 | 30 | 57 |
| Binary | 1011010 | 10000010 | 10010100 | 100111 | 1100 | 0 | 101010 | 11000111 | 11000 | 101111 |
Color Harmonies of #5A8294
Complementary color
Monochromatic Colors of #5A8294
Black with #5A8294
Text Example
Text Example
White with #5A8294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8294; }
p { color: rgb(90,130,148); }
H1.HeaderClassName
{
color: #5A8294;
}
.AnyTagClassName
{
color: #5A8294;
}
</style>
background-color css
<style>
a { background-color: #5A8294; }
a { background-color: rgb(90,130,148); }
div.DivClassName
{
background-color: #5A8294;
}
.BgClassName
{
background-color: #5A8294;
}
</style>
border-color css
<style>
span { border-color: #5A8294; }
span { border-color: rgb(90,130,148); }
td.TdClassName
{
border-color: #5A8294;
}
.TagClassName
{
border-color: #5A8294;
}
</style>