Shades of Horizon #5F8699
Tints of Horizon #5F8699
RGB
CMYK
RGB Variations
Color information
#5F8699 (or 0x5F8699) is known color: Horizon. HEX triplet: 5F, 86 and 99. RGB value is (95,134,153). Sum of RGB (Red+Green+Blue) = 95+134+153=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F8699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8699 is #A07966. Grayscale: #7C7C7C. Windows color (decimal): -10516839 or 10061407. OLE color: 10061407.
HSL color Cylindrical-coordinate representation of color #5F8699: hue angle of 199.66º degrees, saturation: 0.23, 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 #5F8699 is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 95 | 134 | 153 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.4 |
| HSL | 199.66º | 0.23% | 0.49% | - |
| HSV(B) | 199.66º | 0.38% | 0.6% | - |
| XYZ | 18.99 | 21.78 | 33.34 | - |
| YUV | 124.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 134 | 153 | 0.38 | 0.12 | 0 | 0.4 | 199.66 | 0.23 | 0.49 |
| Hex | 5F | 86 | 99 | 26 | C | 0 | 28 | C8 | 17 | 31 |
| Octal | 137 | 206 | 231 | 46 | 14 | 0 | 50 | 310 | 27 | 61 |
| Binary | 1011111 | 10000110 | 10011001 | 100110 | 1100 | 0 | 101000 | 11001000 | 10111 | 110001 |
Color Harmonies of #5F8699
Complementary color
Monochromatic Colors of #5F8699
Black with #5F8699
Text Example
Text Example
White with #5F8699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8699; }
p { color: rgb(95,134,153); }
H1.HeaderClassName
{
color: #5F8699;
}
.AnyTagClassName
{
color: #5F8699;
}
</style>
background-color css
<style>
a { background-color: #5F8699; }
a { background-color: rgb(95,134,153); }
div.DivClassName
{
background-color: #5F8699;
}
.BgClassName
{
background-color: #5F8699;
}
</style>
border-color css
<style>
span { border-color: #5F8699; }
span { border-color: rgb(95,134,153); }
td.TdClassName
{
border-color: #5F8699;
}
.TagClassName
{
border-color: #5F8699;
}
</style>