Shades of Horizon #5D8594
Tints of Horizon #5D8594
RGB
CMYK
RGB Variations
Color information
#5D8594 (or 0x5D8594) is known color: Horizon. HEX triplet: 5D, 85 and 94. RGB value is (93,133,148). Sum of RGB (Red+Green+Blue) = 93+133+148=374 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.87% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #5D8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8594 is #A27A6B. Grayscale: #7A7A7A. Windows color (decimal): -10648172 or 9733469. OLE color: 9733469.
HSL color Cylindrical-coordinate representation of color #5D8594: hue angle of 196.36º 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 #5D8594 is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 93 | 133 | 148 | - |
| CMYK | 0.37 | 0.10 | 0 | 0.42 |
| HSL | 196.36º | 0.23% | 0.47% | - |
| HSV(B) | 196.36º | 0.37% | 0.58% | - |
| XYZ | 18.25 | 21.24 | 31.16 | - |
| YUV | 122.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 148 | 0.37 | 0.10 | 0 | 0.42 | 196.36 | 0.23 | 0.47 |
| Hex | 5D | 85 | 94 | 25 | A | 0 | 2A | C4 | 17 | 2F |
| Octal | 135 | 205 | 224 | 45 | 12 | 0 | 52 | 304 | 27 | 57 |
| Binary | 1011101 | 10000101 | 10010100 | 100101 | 1010 | 0 | 101010 | 11000100 | 10111 | 101111 |
Color Harmonies of #5D8594
Complementary color
Monochromatic Colors of #5D8594
Black with #5D8594
Text Example
Text Example
White with #5D8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8594; }
p { color: rgb(93,133,148); }
H1.HeaderClassName
{
color: #5D8594;
}
.AnyTagClassName
{
color: #5D8594;
}
</style>
background-color css
<style>
a { background-color: #5D8594; }
a { background-color: rgb(93,133,148); }
div.DivClassName
{
background-color: #5D8594;
}
.BgClassName
{
background-color: #5D8594;
}
</style>
border-color css
<style>
span { border-color: #5D8594; }
span { border-color: rgb(93,133,148); }
td.TdClassName
{
border-color: #5D8594;
}
.TagClassName
{
border-color: #5D8594;
}
</style>