Shades of Horizon #5A8496
Tints of Horizon #5A8496
RGB
CMYK
RGB Variations
Color information
#5A8496 (or 0x5A8496) is known color: Horizon. HEX triplet: 5A, 84 and 96. RGB value is (90,132,150). Sum of RGB (Red+Green+Blue) = 90+132+150=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 132 (51.95% from 255 or 35.48% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A8496 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8496 is #A57B69. Grayscale: #797979. Windows color (decimal): -10845034 or 9864282. OLE color: 9864282.
HSL color Cylindrical-coordinate representation of color #5A8496: hue angle of 198º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A8496 is Cyan = 0.4, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 132 | 150 | - |
| CMYK | 0.4 | 0.12 | 0 | 0.41 |
| HSL | 198º | 0.25% | 0.47% | - |
| HSV(B) | 198º | 0.4% | 0.59% | - |
| XYZ | 17.97 | 20.88 | 31.94 | - |
| YUV | 121.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 150 | 0.4 | 0.12 | 0 | 0.41 | 198 | 0.25 | 0.47 |
| Hex | 5A | 84 | 96 | 28 | C | 0 | 29 | C6 | 19 | 2F |
| Octal | 132 | 204 | 226 | 50 | 14 | 0 | 51 | 306 | 31 | 57 |
| Binary | 1011010 | 10000100 | 10010110 | 101000 | 1100 | 0 | 101001 | 11000110 | 11001 | 101111 |
Color Harmonies of #5A8496
Complementary color
Monochromatic Colors of #5A8496
Black with #5A8496
Text Example
Text Example
White with #5A8496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8496; }
p { color: rgb(90,132,150); }
H1.HeaderClassName
{
color: #5A8496;
}
.AnyTagClassName
{
color: #5A8496;
}
</style>
background-color css
<style>
a { background-color: #5A8496; }
a { background-color: rgb(90,132,150); }
div.DivClassName
{
background-color: #5A8496;
}
.BgClassName
{
background-color: #5A8496;
}
</style>
border-color css
<style>
span { border-color: #5A8496; }
span { border-color: rgb(90,132,150); }
td.TdClassName
{
border-color: #5A8496;
}
.TagClassName
{
border-color: #5A8496;
}
</style>