Shades of Horizon #5D8299
Tints of Horizon #5D8299
RGB
CMYK
RGB Variations
Color information
#5D8299 (or 0x5D8299) is known color: Horizon. HEX triplet: 5D, 82 and 99. RGB value is (93,130,153). Sum of RGB (Red+Green+Blue) = 93+130+153=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 130 (51.17% from 255 or 34.57% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D8299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8299 is #A27D66. Grayscale: #797979. Windows color (decimal): -10648935 or 10060381. OLE color: 10060381.
HSL color Cylindrical-coordinate representation of color #5D8299: hue angle of 203º 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 #5D8299 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 130 | 153 | - |
| CMYK | 0.39 | 0.15 | 0 | 0.4 |
| HSL | 203º | 0.24% | 0.48% | - |
| HSV(B) | 203º | 0.39% | 0.6% | - |
| XYZ | 18.25 | 20.59 | 33.15 | - |
| YUV | 121.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 130 | 153 | 0.39 | 0.15 | 0 | 0.4 | 203 | 0.24 | 0.48 |
| Hex | 5D | 82 | 99 | 27 | F | 0 | 28 | CB | 18 | 30 |
| Octal | 135 | 202 | 231 | 47 | 17 | 0 | 50 | 313 | 30 | 60 |
| Binary | 1011101 | 10000010 | 10011001 | 100111 | 1111 | 0 | 101000 | 11001011 | 11000 | 110000 |
Color Harmonies of #5D8299
Complementary color
Monochromatic Colors of #5D8299
Black with #5D8299
Text Example
Text Example
White with #5D8299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8299; }
p { color: rgb(93,130,153); }
H1.HeaderClassName
{
color: #5D8299;
}
.AnyTagClassName
{
color: #5D8299;
}
</style>
background-color css
<style>
a { background-color: #5D8299; }
a { background-color: rgb(93,130,153); }
div.DivClassName
{
background-color: #5D8299;
}
.BgClassName
{
background-color: #5D8299;
}
</style>
border-color css
<style>
span { border-color: #5D8299; }
span { border-color: rgb(93,130,153); }
td.TdClassName
{
border-color: #5D8299;
}
.TagClassName
{
border-color: #5D8299;
}
</style>