Shades of Horizon #5A8693
Tints of Horizon #5A8693
RGB
CMYK
RGB Variations
Color information
#5A8693 (or 0x5A8693) is known color: Horizon. HEX triplet: 5A, 86 and 93. RGB value is (90,134,147). Sum of RGB (Red+Green+Blue) = 90+134+147=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #5A8693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8693 is #A5796C. Grayscale: #7A7A7A. Windows color (decimal): -10844525 or 9668186. OLE color: 9668186.
HSL color Cylindrical-coordinate representation of color #5A8693: hue angle of 193.68º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A8693 is Cyan = 0.39, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 134 | 147 | - |
| CMYK | 0.39 | 0.09 | 0 | 0.42 |
| HSL | 193.68º | 0.24% | 0.46% | - |
| HSV(B) | 193.68º | 0.39% | 0.58% | - |
| XYZ | 18.01 | 21.33 | 30.77 | - |
| YUV | 122.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 134 | 147 | 0.39 | 0.09 | 0 | 0.42 | 193.68 | 0.24 | 0.46 |
| Hex | 5A | 86 | 93 | 27 | 9 | 0 | 2A | C2 | 18 | 2E |
| Octal | 132 | 206 | 223 | 47 | 11 | 0 | 52 | 302 | 30 | 56 |
| Binary | 1011010 | 10000110 | 10010011 | 100111 | 1001 | 0 | 101010 | 11000010 | 11000 | 101110 |
Color Harmonies of #5A8693
Complementary color
Monochromatic Colors of #5A8693
Black with #5A8693
Text Example
Text Example
White with #5A8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8693; }
p { color: rgb(90,134,147); }
H1.HeaderClassName
{
color: #5A8693;
}
.AnyTagClassName
{
color: #5A8693;
}
</style>
background-color css
<style>
a { background-color: #5A8693; }
a { background-color: rgb(90,134,147); }
div.DivClassName
{
background-color: #5A8693;
}
.BgClassName
{
background-color: #5A8693;
}
</style>
border-color css
<style>
span { border-color: #5A8693; }
span { border-color: rgb(90,134,147); }
td.TdClassName
{
border-color: #5A8693;
}
.TagClassName
{
border-color: #5A8693;
}
</style>