Shades of Horizon #5F838D
Tints of Horizon #5F838D
RGB
CMYK
RGB Variations
Color information
#5F838D (or 0x5F838D) is known color: Horizon. HEX triplet: 5F, 83 and 8D. RGB value is (95,131,141). Sum of RGB (Red+Green+Blue) = 95+131+141=367 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.89% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5F838D is #A07C72. Grayscale: #797979. Windows color (decimal): -10517619 or 9274207. OLE color: 9274207.
HSL color Cylindrical-coordinate representation of color #5F838D: hue angle of 193.04º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5F838D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 95 | 131 | 141 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.45 |
| HSL | 193.04º | 0.19% | 0.46% | - |
| HSV(B) | 193.04º | 0.33% | 0.55% | - |
| XYZ | 17.64 | 20.59 | 28.24 | - |
| YUV | 121.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 131 | 141 | 0.33 | 0.07 | 0 | 0.45 | 193.04 | 0.19 | 0.46 |
| Hex | 5F | 83 | 8D | 21 | 7 | 0 | 2D | C1 | 13 | 2E |
| Octal | 137 | 203 | 215 | 41 | 7 | 0 | 55 | 301 | 23 | 56 |
| Binary | 1011111 | 10000011 | 10001101 | 100001 | 111 | 0 | 101101 | 11000001 | 10011 | 101110 |
Color Harmonies of #5F838D
Complementary color
Monochromatic Colors of #5F838D
Black with #5F838D
Text Example
Text Example
White with #5F838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F838D; }
p { color: rgb(95,131,141); }
H1.HeaderClassName
{
color: #5F838D;
}
.AnyTagClassName
{
color: #5F838D;
}
</style>
background-color css
<style>
a { background-color: #5F838D; }
a { background-color: rgb(95,131,141); }
div.DivClassName
{
background-color: #5F838D;
}
.BgClassName
{
background-color: #5F838D;
}
</style>
border-color css
<style>
span { border-color: #5F838D; }
span { border-color: rgb(95,131,141); }
td.TdClassName
{
border-color: #5F838D;
}
.TagClassName
{
border-color: #5F838D;
}
</style>