Shades of Horizon #5D7F98
Tints of Horizon #5D7F98
RGB
CMYK
RGB Variations
Color information
#5D7F98 (or 0x5D7F98) is known color: Horizon. HEX triplet: 5D, 7F and 98. RGB value is (93,127,152). Sum of RGB (Red+Green+Blue) = 93+127+152=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #5D7F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D7F98 is #A28067. Grayscale: #777777. Windows color (decimal): -10649704 or 9994077. OLE color: 9994077.
HSL color Cylindrical-coordinate representation of color #5D7F98: hue angle of 205.42º 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 #5D7F98 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 93 | 127 | 152 | - |
| CMYK | 0.39 | 0.16 | 0 | 0.40 |
| HSL | 205.42º | 0.24% | 0.48% | - |
| HSV(B) | 205.42º | 0.39% | 0.6% | - |
| XYZ | 17.77 | 19.77 | 32.59 | - |
| YUV | 119.68 | 146.24 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 127 | 152 | 0.39 | 0.16 | 0 | 0.40 | 205.42 | 0.24 | 0.48 |
| Hex | 5D | 7F | 98 | 27 | 10 | 0 | 28 | CD | 18 | 30 |
| Octal | 135 | 177 | 230 | 47 | 20 | 0 | 50 | 315 | 30 | 60 |
| Binary | 1011101 | 1111111 | 10011000 | 100111 | 10000 | 0 | 101000 | 11001101 | 11000 | 110000 |
Color Harmonies of #5D7F98
Complementary color
Monochromatic Colors of #5D7F98
Black with #5D7F98
Text Example
Text Example
White with #5D7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7F98; }
p { color: rgb(93,127,152); }
H1.HeaderClassName
{
color: #5D7F98;
}
.AnyTagClassName
{
color: #5D7F98;
}
</style>
background-color css
<style>
a { background-color: #5D7F98; }
a { background-color: rgb(93,127,152); }
div.DivClassName
{
background-color: #5D7F98;
}
.BgClassName
{
background-color: #5D7F98;
}
</style>
border-color css
<style>
span { border-color: #5D7F98; }
span { border-color: rgb(93,127,152); }
td.TdClassName
{
border-color: #5D7F98;
}
.TagClassName
{
border-color: #5D7F98;
}
</style>