Shades of Horizon #5A8596
Tints of Horizon #5A8596
RGB
CMYK
RGB Variations
Color information
#5A8596 (or 0x5A8596) is known color: Horizon. HEX triplet: 5A, 85 and 96. RGB value is (90,133,150). Sum of RGB (Red+Green+Blue) = 90+133+150=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 150 - color contains mainly: blue. Hex color #5A8596 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8596 is #A57A69. Grayscale: #797979. Windows color (decimal): -10844778 or 9864538. OLE color: 9864538.
HSL color Cylindrical-coordinate representation of color #5A8596: hue angle of 197º 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 #5A8596 is Cyan = 0.4, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 133 | 150 | - |
| CMYK | 0.4 | 0.11 | 0 | 0.41 |
| HSL | 197º | 0.25% | 0.47% | - |
| HSV(B) | 197º | 0.4% | 0.59% | - |
| XYZ | 18.11 | 21.15 | 31.98 | - |
| YUV | 122.08 | 143.75 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 133 | 150 | 0.4 | 0.11 | 0 | 0.41 | 197 | 0.25 | 0.47 |
| Hex | 5A | 85 | 96 | 28 | B | 0 | 29 | C5 | 19 | 2F |
| Octal | 132 | 205 | 226 | 50 | 13 | 0 | 51 | 305 | 31 | 57 |
| Binary | 1011010 | 10000101 | 10010110 | 101000 | 1011 | 0 | 101001 | 11000101 | 11001 | 101111 |
Color Harmonies of #5A8596
Complementary color
Monochromatic Colors of #5A8596
Black with #5A8596
Text Example
Text Example
White with #5A8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8596; }
p { color: rgb(90,133,150); }
H1.HeaderClassName
{
color: #5A8596;
}
.AnyTagClassName
{
color: #5A8596;
}
</style>
background-color css
<style>
a { background-color: #5A8596; }
a { background-color: rgb(90,133,150); }
div.DivClassName
{
background-color: #5A8596;
}
.BgClassName
{
background-color: #5A8596;
}
</style>
border-color css
<style>
span { border-color: #5A8596; }
span { border-color: rgb(90,133,150); }
td.TdClassName
{
border-color: #5A8596;
}
.TagClassName
{
border-color: #5A8596;
}
</style>