Shades of Horizon #5D8494
Tints of Horizon #5D8494
RGB
CMYK
RGB Variations
Color information
#5D8494 (or 0x5D8494) is known color: Horizon. HEX triplet: 5D, 84 and 94. RGB value is (93,132,148). Sum of RGB (Red+Green+Blue) = 93+132+148=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D8494 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8494 is #A27B6B. Grayscale: #7A7A7A. Windows color (decimal): -10648428 or 9733213. OLE color: 9733213.
HSL color Cylindrical-coordinate representation of color #5D8494: hue angle of 197.45º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5D8494 is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 132 | 148 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.42 |
| HSL | 197.45º | 0.23% | 0.47% | - |
| HSV(B) | 197.45º | 0.37% | 0.58% | - |
| XYZ | 18.11 | 20.97 | 31.11 | - |
| YUV | 122.16 | 142.58 | 107.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 148 | 0.37 | 0.11 | 0 | 0.42 | 197.45 | 0.23 | 0.47 |
| Hex | 5D | 84 | 94 | 25 | B | 0 | 2A | C5 | 17 | 2F |
| Octal | 135 | 204 | 224 | 45 | 13 | 0 | 52 | 305 | 27 | 57 |
| Binary | 1011101 | 10000100 | 10010100 | 100101 | 1011 | 0 | 101010 | 11000101 | 10111 | 101111 |
Color Harmonies of #5D8494
Complementary color
Monochromatic Colors of #5D8494
Black with #5D8494
Text Example
Text Example
White with #5D8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8494; }
p { color: rgb(93,132,148); }
H1.HeaderClassName
{
color: #5D8494;
}
.AnyTagClassName
{
color: #5D8494;
}
</style>
background-color css
<style>
a { background-color: #5D8494; }
a { background-color: rgb(93,132,148); }
div.DivClassName
{
background-color: #5D8494;
}
.BgClassName
{
background-color: #5D8494;
}
</style>
border-color css
<style>
span { border-color: #5D8494; }
span { border-color: rgb(93,132,148); }
td.TdClassName
{
border-color: #5D8494;
}
.TagClassName
{
border-color: #5D8494;
}
</style>