Shades of Horizon #5F8490
Tints of Horizon #5F8490
RGB
CMYK
RGB Variations
Color information
#5F8490 (or 0x5F8490) is known color: Horizon. HEX triplet: 5F, 84 and 90. RGB value is (95,132,144). Sum of RGB (Red+Green+Blue) = 95+132+144=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 144 (56.64% from 255 or 38.81% from 371); Max value from RGB is 144 - color contains mainly: blue. Hex color #5F8490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8490 is #A07B6F. Grayscale: #7A7A7A. Windows color (decimal): -10517360 or 9471071. OLE color: 9471071.
HSL color Cylindrical-coordinate representation of color #5F8490: hue angle of 194.69º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5F8490 is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 95 | 132 | 144 | - |
| CMYK | 0.34 | 0.08 | 0 | 0.44 |
| HSL | 194.69º | 0.21% | 0.47% | - |
| HSV(B) | 194.69º | 0.34% | 0.56% | - |
| XYZ | 18 | 20.95 | 29.48 | - |
| YUV | 122.31 | 140.24 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 132 | 144 | 0.34 | 0.08 | 0 | 0.44 | 194.69 | 0.21 | 0.47 |
| Hex | 5F | 84 | 90 | 22 | 8 | 0 | 2C | C3 | 15 | 2F |
| Octal | 137 | 204 | 220 | 42 | 10 | 0 | 54 | 303 | 25 | 57 |
| Binary | 1011111 | 10000100 | 10010000 | 100010 | 1000 | 0 | 101100 | 11000011 | 10101 | 101111 |
Color Harmonies of #5F8490
Complementary color
Monochromatic Colors of #5F8490
Black with #5F8490
Text Example
Text Example
White with #5F8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8490; }
p { color: rgb(95,132,144); }
H1.HeaderClassName
{
color: #5F8490;
}
.AnyTagClassName
{
color: #5F8490;
}
</style>
background-color css
<style>
a { background-color: #5F8490; }
a { background-color: rgb(95,132,144); }
div.DivClassName
{
background-color: #5F8490;
}
.BgClassName
{
background-color: #5F8490;
}
</style>
border-color css
<style>
span { border-color: #5F8490; }
span { border-color: rgb(95,132,144); }
td.TdClassName
{
border-color: #5F8490;
}
.TagClassName
{
border-color: #5F8490;
}
</style>