Shades of Horizon #5F899A
Tints of Horizon #5F899A
RGB
CMYK
RGB Variations
Color information
#5F899A (or 0x5F899A) is known color: Horizon. HEX triplet: 5F, 89 and 9A. RGB value is (95,137,154). Sum of RGB (Red+Green+Blue) = 95+137+154=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 154 - color contains mainly: blue. Hex color #5F899A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F899A is #A07665. Grayscale: #7E7E7E. Windows color (decimal): -10516070 or 10127711. OLE color: 10127711.
HSL color Cylindrical-coordinate representation of color #5F899A: hue angle of 197.29º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F899A is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 137 | 154 | - |
| CMYK | 0.38 | 0.11 | 0 | 0.40 |
| HSL | 197.29º | 0.24% | 0.49% | - |
| HSV(B) | 197.29º | 0.38% | 0.6% | - |
| XYZ | 19.5 | 22.66 | 33.92 | - |
| YUV | 126.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 154 | 0.38 | 0.11 | 0 | 0.40 | 197.29 | 0.24 | 0.49 |
| Hex | 5F | 89 | 9A | 26 | B | 0 | 28 | C5 | 18 | 31 |
| Octal | 137 | 211 | 232 | 46 | 13 | 0 | 50 | 305 | 30 | 61 |
| Binary | 1011111 | 10001001 | 10011010 | 100110 | 1011 | 0 | 101000 | 11000101 | 11000 | 110001 |
Color Harmonies of #5F899A
Complementary color
Monochromatic Colors of #5F899A
Black with #5F899A
Text Example
Text Example
White with #5F899A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F899A; }
p { color: rgb(95,137,154); }
H1.HeaderClassName
{
color: #5F899A;
}
.AnyTagClassName
{
color: #5F899A;
}
</style>
background-color css
<style>
a { background-color: #5F899A; }
a { background-color: rgb(95,137,154); }
div.DivClassName
{
background-color: #5F899A;
}
.BgClassName
{
background-color: #5F899A;
}
</style>
border-color css
<style>
span { border-color: #5F899A; }
span { border-color: rgb(95,137,154); }
td.TdClassName
{
border-color: #5F899A;
}
.TagClassName
{
border-color: #5F899A;
}
</style>