Shades of Horizon #5A8292
Tints of Horizon #5A8292
RGB
CMYK
RGB Variations
Color information
#5A8292 (or 0x5A8292) is known color: Horizon. HEX triplet: 5A, 82 and 92. RGB value is (90,130,146). Sum of RGB (Red+Green+Blue) = 90+130+146=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A8292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8292 is #A57D6D. Grayscale: #777777. Windows color (decimal): -10845550 or 9601626. OLE color: 9601626.
HSL color Cylindrical-coordinate representation of color #5A8292: hue angle of 197.14º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A8292 is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 130 | 146 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.43 |
| HSL | 197.14º | 0.24% | 0.46% | - |
| HSV(B) | 197.14º | 0.38% | 0.57% | - |
| XYZ | 17.39 | 20.21 | 30.18 | - |
| YUV | 119.86 | 142.75 | 106.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 130 | 146 | 0.38 | 0.11 | 0 | 0.43 | 197.14 | 0.24 | 0.46 |
| Hex | 5A | 82 | 92 | 26 | B | 0 | 2B | C5 | 18 | 2E |
| Octal | 132 | 202 | 222 | 46 | 13 | 0 | 53 | 305 | 30 | 56 |
| Binary | 1011010 | 10000010 | 10010010 | 100110 | 1011 | 0 | 101011 | 11000101 | 11000 | 101110 |
Color Harmonies of #5A8292
Complementary color
Monochromatic Colors of #5A8292
Black with #5A8292
Text Example
Text Example
White with #5A8292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8292; }
p { color: rgb(90,130,146); }
H1.HeaderClassName
{
color: #5A8292;
}
.AnyTagClassName
{
color: #5A8292;
}
</style>
background-color css
<style>
a { background-color: #5A8292; }
a { background-color: rgb(90,130,146); }
div.DivClassName
{
background-color: #5A8292;
}
.BgClassName
{
background-color: #5A8292;
}
</style>
border-color css
<style>
span { border-color: #5A8292; }
span { border-color: rgb(90,130,146); }
td.TdClassName
{
border-color: #5A8292;
}
.TagClassName
{
border-color: #5A8292;
}
</style>