Shades of Horizon #5F8F9F
Tints of Horizon #5F8F9F
RGB
CMYK
RGB Variations
Color information
#5F8F9F (or 0x5F8F9F) is known color: Horizon. HEX triplet: 5F, 8F and 9F. RGB value is (95,143,159). Sum of RGB (Red+Green+Blue) = 95+143+159=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 159 - color contains mainly: blue. Hex color #5F8F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8F9F is #A07060. Grayscale: #828282. Windows color (decimal): -10514529 or 10456927. OLE color: 10456927.
HSL color Cylindrical-coordinate representation of color #5F8F9F: hue angle of 195º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F8F9F is Cyan = 0.40, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 143 | 159 | - |
| CMYK | 0.40 | 0.10 | 0 | 0.38 |
| HSL | 195º | 0.25% | 0.5% | - |
| HSV(B) | 195º | 0.4% | 0.62% | - |
| XYZ | 20.8 | 24.58 | 36.45 | - |
| YUV | 130.47 | 144.1 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 143 | 159 | 0.40 | 0.10 | 0 | 0.38 | 195 | 0.25 | 0.5 |
| Hex | 5F | 8F | 9F | 28 | A | 0 | 26 | C3 | 19 | 32 |
| Octal | 137 | 217 | 237 | 50 | 12 | 0 | 46 | 303 | 31 | 62 |
| Binary | 1011111 | 10001111 | 10011111 | 101000 | 1010 | 0 | 100110 | 11000011 | 11001 | 110010 |
Color Harmonies of #5F8F9F
Complementary color
Monochromatic Colors of #5F8F9F
Black with #5F8F9F
Text Example
Text Example
White with #5F8F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8F9F; }
p { color: rgb(95,143,159); }
H1.HeaderClassName
{
color: #5F8F9F;
}
.AnyTagClassName
{
color: #5F8F9F;
}
</style>
background-color css
<style>
a { background-color: #5F8F9F; }
a { background-color: rgb(95,143,159); }
div.DivClassName
{
background-color: #5F8F9F;
}
.BgClassName
{
background-color: #5F8F9F;
}
</style>
border-color css
<style>
span { border-color: #5F8F9F; }
span { border-color: rgb(95,143,159); }
td.TdClassName
{
border-color: #5F8F9F;
}
.TagClassName
{
border-color: #5F8F9F;
}
</style>