Shades of Horizon #5F8D9D
Tints of Horizon #5F8D9D
RGB
CMYK
RGB Variations
Color information
#5F8D9D (or 0x5F8D9D) is known color: Horizon. HEX triplet: 5F, 8D and 9D. RGB value is (95,141,157). Sum of RGB (Red+Green+Blue) = 95+141+157=393 (52% of max value = 765). Red value is 95 (37.5% from 255 or 24.17% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #5F8D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F8D9D is #A07262. Grayscale: #808080. Windows color (decimal): -10515043 or 10325343. OLE color: 10325343.
HSL color Cylindrical-coordinate representation of color #5F8D9D: hue angle of 195.48º 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 #5F8D9D is Cyan = 0.39, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 141 | 157 | - |
| CMYK | 0.39 | 0.10 | 0 | 0.38 |
| HSL | 195.48º | 0.25% | 0.49% | - |
| HSV(B) | 195.48º | 0.39% | 0.62% | - |
| XYZ | 20.33 | 23.92 | 35.44 | - |
| YUV | 129.07 | 143.76 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 141 | 157 | 0.39 | 0.10 | 0 | 0.38 | 195.48 | 0.25 | 0.49 |
| Hex | 5F | 8D | 9D | 27 | A | 0 | 26 | C3 | 19 | 31 |
| Octal | 137 | 215 | 235 | 47 | 12 | 0 | 46 | 303 | 31 | 61 |
| Binary | 1011111 | 10001101 | 10011101 | 100111 | 1010 | 0 | 100110 | 11000011 | 11001 | 110001 |
Color Harmonies of #5F8D9D
Complementary color
Monochromatic Colors of #5F8D9D
Black with #5F8D9D
Text Example
Text Example
White with #5F8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F8D9D; }
p { color: rgb(95,141,157); }
H1.HeaderClassName
{
color: #5F8D9D;
}
.AnyTagClassName
{
color: #5F8D9D;
}
</style>
background-color css
<style>
a { background-color: #5F8D9D; }
a { background-color: rgb(95,141,157); }
div.DivClassName
{
background-color: #5F8D9D;
}
.BgClassName
{
background-color: #5F8D9D;
}
</style>
border-color css
<style>
span { border-color: #5F8D9D; }
span { border-color: rgb(95,141,157); }
td.TdClassName
{
border-color: #5F8D9D;
}
.TagClassName
{
border-color: #5F8D9D;
}
</style>