Shades of Horizon #5A8A98
Tints of Horizon #5A8A98
RGB
CMYK
RGB Variations
Color information
#5A8A98 (or 0x5A8A98) is known color: Horizon. HEX triplet: 5A, 8A and 98. RGB value is (90,138,152). Sum of RGB (Red+Green+Blue) = 90+138+152=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A8A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A98 is #A57567. Grayscale: #7D7D7D. Windows color (decimal): -10843496 or 9996890. OLE color: 9996890.
HSL color Cylindrical-coordinate representation of color #5A8A98: hue angle of 193.55º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A8A98 is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 138 | 152 | - |
| CMYK | 0.41 | 0.09 | 0 | 0.40 |
| HSL | 193.55º | 0.26% | 0.47% | - |
| HSV(B) | 193.55º | 0.41% | 0.6% | - |
| XYZ | 18.97 | 22.62 | 33.07 | - |
| YUV | 125.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 152 | 0.41 | 0.09 | 0 | 0.40 | 193.55 | 0.26 | 0.47 |
| Hex | 5A | 8A | 98 | 29 | 9 | 0 | 28 | C2 | 1A | 2F |
| Octal | 132 | 212 | 230 | 51 | 11 | 0 | 50 | 302 | 32 | 57 |
| Binary | 1011010 | 10001010 | 10011000 | 101001 | 1001 | 0 | 101000 | 11000010 | 11010 | 101111 |
Color Harmonies of #5A8A98
Complementary color
Monochromatic Colors of #5A8A98
Black with #5A8A98
Text Example
Text Example
White with #5A8A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A98; }
p { color: rgb(90,138,152); }
H1.HeaderClassName
{
color: #5A8A98;
}
.AnyTagClassName
{
color: #5A8A98;
}
</style>
background-color css
<style>
a { background-color: #5A8A98; }
a { background-color: rgb(90,138,152); }
div.DivClassName
{
background-color: #5A8A98;
}
.BgClassName
{
background-color: #5A8A98;
}
</style>
border-color css
<style>
span { border-color: #5A8A98; }
span { border-color: rgb(90,138,152); }
td.TdClassName
{
border-color: #5A8A98;
}
.TagClassName
{
border-color: #5A8A98;
}
</style>