Shades of Horizon #5D8490
Tints of Horizon #5D8490
RGB
CMYK
RGB Variations
Color information
#5D8490 (or 0x5D8490) is known color: Horizon. HEX triplet: 5D, 84 and 90. RGB value is (93,132,144). Sum of RGB (Red+Green+Blue) = 93+132+144=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D8490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8490 is #A27B6F. Grayscale: #797979. Windows color (decimal): -10648432 or 9471069. OLE color: 9471069.
HSL color Cylindrical-coordinate representation of color #5D8490: hue angle of 194.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D8490 is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 132 | 144 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.44 |
| HSL | 194.12º | 0.22% | 0.46% | - |
| HSV(B) | 194.12º | 0.35% | 0.56% | - |
| XYZ | 17.8 | 20.84 | 29.47 | - |
| YUV | 121.71 | 140.58 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 144 | 0.35 | 0.08 | 0 | 0.44 | 194.12 | 0.22 | 0.46 |
| Hex | 5D | 84 | 90 | 23 | 8 | 0 | 2C | C2 | 16 | 2E |
| Octal | 135 | 204 | 220 | 43 | 10 | 0 | 54 | 302 | 26 | 56 |
| Binary | 1011101 | 10000100 | 10010000 | 100011 | 1000 | 0 | 101100 | 11000010 | 10110 | 101110 |
Color Harmonies of #5D8490
Complementary color
Monochromatic Colors of #5D8490
Black with #5D8490
Text Example
Text Example
White with #5D8490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8490; }
p { color: rgb(93,132,144); }
H1.HeaderClassName
{
color: #5D8490;
}
.AnyTagClassName
{
color: #5D8490;
}
</style>
background-color css
<style>
a { background-color: #5D8490; }
a { background-color: rgb(93,132,144); }
div.DivClassName
{
background-color: #5D8490;
}
.BgClassName
{
background-color: #5D8490;
}
</style>
border-color css
<style>
span { border-color: #5D8490; }
span { border-color: rgb(93,132,144); }
td.TdClassName
{
border-color: #5D8490;
}
.TagClassName
{
border-color: #5D8490;
}
</style>