Shades of Horizon #5A8D9B
Tints of Horizon #5A8D9B
RGB
CMYK
RGB Variations
Color information
#5A8D9B (or 0x5A8D9B) is known color: Horizon. HEX triplet: 5A, 8D and 9B. RGB value is (90,141,155). Sum of RGB (Red+Green+Blue) = 90+141+155=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #5A8D9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8D9B is #A57264. Grayscale: #7F7F7F. Windows color (decimal): -10842725 or 10194266. OLE color: 10194266.
HSL color Cylindrical-coordinate representation of color #5A8D9B: hue angle of 192.92º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A8D9B is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 141 | 155 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.39 |
| HSL | 192.92º | 0.27% | 0.48% | - |
| HSV(B) | 192.92º | 0.42% | 0.61% | - |
| XYZ | 19.66 | 23.59 | 34.53 | - |
| YUV | 127.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 141 | 155 | 0.42 | 0.09 | 0 | 0.39 | 192.92 | 0.27 | 0.48 |
| Hex | 5A | 8D | 9B | 2A | 9 | 0 | 27 | C1 | 1B | 30 |
| Octal | 132 | 215 | 233 | 52 | 11 | 0 | 47 | 301 | 33 | 60 |
| Binary | 1011010 | 10001101 | 10011011 | 101010 | 1001 | 0 | 100111 | 11000001 | 11011 | 110000 |
Color Harmonies of #5A8D9B
Complementary color
Monochromatic Colors of #5A8D9B
Black with #5A8D9B
Text Example
Text Example
White with #5A8D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8D9B; }
p { color: rgb(90,141,155); }
H1.HeaderClassName
{
color: #5A8D9B;
}
.AnyTagClassName
{
color: #5A8D9B;
}
</style>
background-color css
<style>
a { background-color: #5A8D9B; }
a { background-color: rgb(90,141,155); }
div.DivClassName
{
background-color: #5A8D9B;
}
.BgClassName
{
background-color: #5A8D9B;
}
</style>
border-color css
<style>
span { border-color: #5A8D9B; }
span { border-color: rgb(90,141,155); }
td.TdClassName
{
border-color: #5A8D9B;
}
.TagClassName
{
border-color: #5A8D9B;
}
</style>