Shades of Horizon #5A8390
Tints of Horizon #5A8390
RGB
CMYK
RGB Variations
Color information
#5A8390 (or 0x5A8390) is known color: Horizon. HEX triplet: 5A, 83 and 90. RGB value is (90,131,144). Sum of RGB (Red+Green+Blue) = 90+131+144=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #5A8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8390 is #A57C6F. Grayscale: #787878. Windows color (decimal): -10845296 or 9470810. OLE color: 9470810.
HSL color Cylindrical-coordinate representation of color #5A8390: hue angle of 194.44º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8390 is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 90 | 131 | 144 | - |
| CMYK | 0.37 | 0.09 | 0 | 0.44 |
| HSL | 194.44º | 0.23% | 0.46% | - |
| HSV(B) | 194.44º | 0.38% | 0.56% | - |
| XYZ | 17.37 | 20.42 | 29.41 | - |
| YUV | 120.22 | 141.42 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 131 | 144 | 0.37 | 0.09 | 0 | 0.44 | 194.44 | 0.23 | 0.46 |
| Hex | 5A | 83 | 90 | 25 | 9 | 0 | 2C | C2 | 17 | 2E |
| Octal | 132 | 203 | 220 | 45 | 11 | 0 | 54 | 302 | 27 | 56 |
| Binary | 1011010 | 10000011 | 10010000 | 100101 | 1001 | 0 | 101100 | 11000010 | 10111 | 101110 |
Color Harmonies of #5A8390
Complementary color
Monochromatic Colors of #5A8390
Black with #5A8390
Text Example
Text Example
White with #5A8390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8390; }
p { color: rgb(90,131,144); }
H1.HeaderClassName
{
color: #5A8390;
}
.AnyTagClassName
{
color: #5A8390;
}
</style>
background-color css
<style>
a { background-color: #5A8390; }
a { background-color: rgb(90,131,144); }
div.DivClassName
{
background-color: #5A8390;
}
.BgClassName
{
background-color: #5A8390;
}
</style>
border-color css
<style>
span { border-color: #5A8390; }
span { border-color: rgb(90,131,144); }
td.TdClassName
{
border-color: #5A8390;
}
.TagClassName
{
border-color: #5A8390;
}
</style>