Shades of Horizon #5D8199
Tints of Horizon #5D8199
RGB
CMYK
RGB Variations
Color information
#5D8199 (or 0x5D8199) is known color: Horizon. HEX triplet: 5D, 81 and 99. RGB value is (93,129,153). Sum of RGB (Red+Green+Blue) = 93+129+153=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D8199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8199 is #A27E66. Grayscale: #787878. Windows color (decimal): -10649191 or 10060125. OLE color: 10060125.
HSL color Cylindrical-coordinate representation of color #5D8199: hue angle of 204º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5D8199 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 129 | 153 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.4 |
| HSL | 204º | 0.24% | 0.48% | - |
| HSV(B) | 204º | 0.39% | 0.6% | - |
| XYZ | 18.11 | 20.33 | 33.11 | - |
| YUV | 120.97 | 146.07 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 153 | 0.39 | 0.16 | 0 | 0.4 | 204 | 0.24 | 0.48 |
| Hex | 5D | 81 | 99 | 27 | 10 | 0 | 28 | CC | 18 | 30 |
| Octal | 135 | 201 | 231 | 47 | 20 | 0 | 50 | 314 | 30 | 60 |
| Binary | 1011101 | 10000001 | 10011001 | 100111 | 10000 | 0 | 101000 | 11001100 | 11000 | 110000 |
Color Harmonies of #5D8199
Complementary color
Monochromatic Colors of #5D8199
Black with #5D8199
Text Example
Text Example
White with #5D8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8199; }
p { color: rgb(93,129,153); }
H1.HeaderClassName
{
color: #5D8199;
}
.AnyTagClassName
{
color: #5D8199;
}
</style>
background-color css
<style>
a { background-color: #5D8199; }
a { background-color: rgb(93,129,153); }
div.DivClassName
{
background-color: #5D8199;
}
.BgClassName
{
background-color: #5D8199;
}
</style>
border-color css
<style>
span { border-color: #5D8199; }
span { border-color: rgb(93,129,153); }
td.TdClassName
{
border-color: #5D8199;
}
.TagClassName
{
border-color: #5D8199;
}
</style>