Shades of Horizon #5F899D
Tints of Horizon #5F899D
RGB
CMYK
RGB Variations
Color information
#5F899D (or 0x5F899D) is known color: Horizon. HEX triplet: 5F, 89 and 9D. RGB value is (95,137,157). Sum of RGB (Red+Green+Blue) = 95+137+157=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F899D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F899D is #A07662. Grayscale: #7E7E7E. Windows color (decimal): -10516067 or 10324319. OLE color: 10324319.
HSL color Cylindrical-coordinate representation of color #5F899D: hue angle of 199.35º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F899D is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 137 | 157 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.38 |
| HSL | 199.35º | 0.25% | 0.49% | - |
| HSV(B) | 199.35º | 0.39% | 0.62% | - |
| XYZ | 19.75 | 22.76 | 35.25 | - |
| YUV | 126.72 | 145.09 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 137 | 157 | 0.39 | 0.13 | 0 | 0.38 | 199.35 | 0.25 | 0.49 |
| Hex | 5F | 89 | 9D | 27 | D | 0 | 26 | C7 | 19 | 31 |
| Octal | 137 | 211 | 235 | 47 | 15 | 0 | 46 | 307 | 31 | 61 |
| Binary | 1011111 | 10001001 | 10011101 | 100111 | 1101 | 0 | 100110 | 11000111 | 11001 | 110001 |
Color Harmonies of #5F899D
Complementary color
Monochromatic Colors of #5F899D
Black with #5F899D
Text Example
Text Example
White with #5F899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F899D; }
p { color: rgb(95,137,157); }
H1.HeaderClassName
{
color: #5F899D;
}
.AnyTagClassName
{
color: #5F899D;
}
</style>
background-color css
<style>
a { background-color: #5F899D; }
a { background-color: rgb(95,137,157); }
div.DivClassName
{
background-color: #5F899D;
}
.BgClassName
{
background-color: #5F899D;
}
</style>
border-color css
<style>
span { border-color: #5F899D; }
span { border-color: rgb(95,137,157); }
td.TdClassName
{
border-color: #5F899D;
}
.TagClassName
{
border-color: #5F899D;
}
</style>