Shades of Horizon #5D8598
Tints of Horizon #5D8598
RGB
CMYK
RGB Variations
Color information
#5D8598 (or 0x5D8598) is known color: Horizon. HEX triplet: 5D, 85 and 98. RGB value is (93,133,152). Sum of RGB (Red+Green+Blue) = 93+133+152=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D8598 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8598 is #A27A67. Grayscale: #7B7B7B. Windows color (decimal): -10648168 or 9995613. OLE color: 9995613.
HSL color Cylindrical-coordinate representation of color #5D8598: hue angle of 199.32º 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 #5D8598 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 133 | 152 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.40 |
| HSL | 199.32º | 0.24% | 0.48% | - |
| HSV(B) | 199.32º | 0.39% | 0.6% | - |
| XYZ | 18.57 | 21.37 | 32.85 | - |
| YUV | 123.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 152 | 0.39 | 0.13 | 0 | 0.40 | 199.32 | 0.24 | 0.48 |
| Hex | 5D | 85 | 98 | 27 | D | 0 | 28 | C7 | 18 | 30 |
| Octal | 135 | 205 | 230 | 47 | 15 | 0 | 50 | 307 | 30 | 60 |
| Binary | 1011101 | 10000101 | 10011000 | 100111 | 1101 | 0 | 101000 | 11000111 | 11000 | 110000 |
Color Harmonies of #5D8598
Complementary color
Monochromatic Colors of #5D8598
Black with #5D8598
Text Example
Text Example
White with #5D8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8598; }
p { color: rgb(93,133,152); }
H1.HeaderClassName
{
color: #5D8598;
}
.AnyTagClassName
{
color: #5D8598;
}
</style>
background-color css
<style>
a { background-color: #5D8598; }
a { background-color: rgb(93,133,152); }
div.DivClassName
{
background-color: #5D8598;
}
.BgClassName
{
background-color: #5D8598;
}
</style>
border-color css
<style>
span { border-color: #5D8598; }
span { border-color: rgb(93,133,152); }
td.TdClassName
{
border-color: #5D8598;
}
.TagClassName
{
border-color: #5D8598;
}
</style>