Shades of Horizon #5F8B98
Tints of Horizon #5F8B98
RGB
CMYK
RGB Variations
Color information
#5F8B98 (or 0x5F8B98) is known color: Horizon. HEX triplet: 5F, 8B and 98. RGB value is (95,139,152). Sum of RGB (Red+Green+Blue) = 95+139+152=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F8B98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8B98 is #A07467. Grayscale: #7F7F7F. Windows color (decimal): -10515560 or 9997151. OLE color: 9997151.
HSL color Cylindrical-coordinate representation of color #5F8B98: hue angle of 193.68º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F8B98 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 95 | 139 | 152 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.40 |
| HSL | 193.68º | 0.23% | 0.48% | - |
| HSV(B) | 193.68º | 0.38% | 0.6% | - |
| XYZ | 19.62 | 23.17 | 33.14 | - |
| YUV | 127.33 | 141.92 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 139 | 152 | 0.38 | 0.09 | 0 | 0.40 | 193.68 | 0.23 | 0.48 |
| Hex | 5F | 8B | 98 | 26 | 9 | 0 | 28 | C2 | 17 | 30 |
| Octal | 137 | 213 | 230 | 46 | 11 | 0 | 50 | 302 | 27 | 60 |
| Binary | 1011111 | 10001011 | 10011000 | 100110 | 1001 | 0 | 101000 | 11000010 | 10111 | 110000 |
Color Harmonies of #5F8B98
Complementary color
Monochromatic Colors of #5F8B98
Black with #5F8B98
Text Example
Text Example
White with #5F8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8B98; }
p { color: rgb(95,139,152); }
H1.HeaderClassName
{
color: #5F8B98;
}
.AnyTagClassName
{
color: #5F8B98;
}
</style>
background-color css
<style>
a { background-color: #5F8B98; }
a { background-color: rgb(95,139,152); }
div.DivClassName
{
background-color: #5F8B98;
}
.BgClassName
{
background-color: #5F8B98;
}
</style>
border-color css
<style>
span { border-color: #5F8B98; }
span { border-color: rgb(95,139,152); }
td.TdClassName
{
border-color: #5F8B98;
}
.TagClassName
{
border-color: #5F8B98;
}
</style>