Shades of Horizon #5A8A97
Tints of Horizon #5A8A97
RGB
CMYK
RGB Variations
Color information
#5A8A97 (or 0x5A8A97) is known color: Horizon. HEX triplet: 5A, 8A and 97. RGB value is (90,138,151). Sum of RGB (Red+Green+Blue) = 90+138+151=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 138 (54.30% from 255 or 36.41% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A8A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A8A97 is #A57568. Grayscale: #7D7D7D. Windows color (decimal): -10843497 or 9931354. OLE color: 9931354.
HSL color Cylindrical-coordinate representation of color #5A8A97: hue angle of 192.79º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A8A97 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 138 | 151 | - |
| CMYK | 0.40 | 0.09 | 0 | 0.41 |
| HSL | 192.79º | 0.25% | 0.47% | - |
| HSV(B) | 192.79º | 0.4% | 0.59% | - |
| XYZ | 18.89 | 22.58 | 32.64 | - |
| YUV | 125.13 | 142.6 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 138 | 151 | 0.40 | 0.09 | 0 | 0.41 | 192.79 | 0.25 | 0.47 |
| Hex | 5A | 8A | 97 | 28 | 9 | 0 | 29 | C1 | 19 | 2F |
| Octal | 132 | 212 | 227 | 50 | 11 | 0 | 51 | 301 | 31 | 57 |
| Binary | 1011010 | 10001010 | 10010111 | 101000 | 1001 | 0 | 101001 | 11000001 | 11001 | 101111 |
Color Harmonies of #5A8A97
Complementary color
Monochromatic Colors of #5A8A97
Black with #5A8A97
Text Example
Text Example
White with #5A8A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A8A97; }
p { color: rgb(90,138,151); }
H1.HeaderClassName
{
color: #5A8A97;
}
.AnyTagClassName
{
color: #5A8A97;
}
</style>
background-color css
<style>
a { background-color: #5A8A97; }
a { background-color: rgb(90,138,151); }
div.DivClassName
{
background-color: #5A8A97;
}
.BgClassName
{
background-color: #5A8A97;
}
</style>
border-color css
<style>
span { border-color: #5A8A97; }
span { border-color: rgb(90,138,151); }
td.TdClassName
{
border-color: #5A8A97;
}
.TagClassName
{
border-color: #5A8A97;
}
</style>