Shades of Horizon #5A848D
Tints of Horizon #5A848D
RGB
CMYK
RGB Variations
Color information
#5A848D (or 0x5A848D) is known color: Horizon. HEX triplet: 5A, 84 and 8D. RGB value is (90,132,141). Sum of RGB (Red+Green+Blue) = 90+132+141=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A848D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A848D is #A57B72. Grayscale: #787878. Windows color (decimal): -10845043 or 9274458. OLE color: 9274458.
HSL color Cylindrical-coordinate representation of color #5A848D: hue angle of 190.59º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A848D is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 90 | 132 | 141 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.45 |
| HSL | 190.59º | 0.22% | 0.45% | - |
| HSV(B) | 190.59º | 0.36% | 0.55% | - |
| XYZ | 17.28 | 20.6 | 28.26 | - |
| YUV | 120.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 132 | 141 | 0.36 | 0.06 | 0 | 0.45 | 190.59 | 0.22 | 0.45 |
| Hex | 5A | 84 | 8D | 24 | 6 | 0 | 2D | BF | 16 | 2D |
| Octal | 132 | 204 | 215 | 44 | 6 | 0 | 55 | 277 | 26 | 55 |
| Binary | 1011010 | 10000100 | 10001101 | 100100 | 110 | 0 | 101101 | 10111111 | 10110 | 101101 |
Color Harmonies of #5A848D
Complementary color
Monochromatic Colors of #5A848D
Black with #5A848D
Text Example
Text Example
White with #5A848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A848D; }
p { color: rgb(90,132,141); }
H1.HeaderClassName
{
color: #5A848D;
}
.AnyTagClassName
{
color: #5A848D;
}
</style>
background-color css
<style>
a { background-color: #5A848D; }
a { background-color: rgb(90,132,141); }
div.DivClassName
{
background-color: #5A848D;
}
.BgClassName
{
background-color: #5A848D;
}
</style>
border-color css
<style>
span { border-color: #5A848D; }
span { border-color: rgb(90,132,141); }
td.TdClassName
{
border-color: #5A848D;
}
.TagClassName
{
border-color: #5A848D;
}
</style>