Shades of Horizon #5D8890
Tints of Horizon #5D8890
RGB
CMYK
RGB Variations
Color information
#5D8890 (or 0x5D8890) is known color: Horizon. HEX triplet: 5D, 88 and 90. RGB value is (93,136,144). Sum of RGB (Red+Green+Blue) = 93+136+144=373 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.93% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 144 - color contains mainly: blue. Hex color #5D8890 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8890 is #A2776F. Grayscale: #7B7B7B. Windows color (decimal): -10647408 or 9472093. OLE color: 9472093.
HSL color Cylindrical-coordinate representation of color #5D8890: hue angle of 189.41º 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 #5D8890 is Cyan = 0.35, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 93 | 136 | 144 | - |
| CMYK | 0.35 | 0.06 | 0 | 0.44 |
| HSL | 189.41º | 0.22% | 0.46% | - |
| HSV(B) | 189.41º | 0.35% | 0.56% | - |
| XYZ | 18.35 | 21.95 | 29.65 | - |
| YUV | 124.06 | 139.25 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 144 | 0.35 | 0.06 | 0 | 0.44 | 189.41 | 0.22 | 0.46 |
| Hex | 5D | 88 | 90 | 23 | 6 | 0 | 2C | BD | 16 | 2E |
| Octal | 135 | 210 | 220 | 43 | 6 | 0 | 54 | 275 | 26 | 56 |
| Binary | 1011101 | 10001000 | 10010000 | 100011 | 110 | 0 | 101100 | 10111101 | 10110 | 101110 |
Color Harmonies of #5D8890
Complementary color
Monochromatic Colors of #5D8890
Black with #5D8890
Text Example
Text Example
White with #5D8890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8890; }
p { color: rgb(93,136,144); }
H1.HeaderClassName
{
color: #5D8890;
}
.AnyTagClassName
{
color: #5D8890;
}
</style>
background-color css
<style>
a { background-color: #5D8890; }
a { background-color: rgb(93,136,144); }
div.DivClassName
{
background-color: #5D8890;
}
.BgClassName
{
background-color: #5D8890;
}
</style>
border-color css
<style>
span { border-color: #5D8890; }
span { border-color: rgb(93,136,144); }
td.TdClassName
{
border-color: #5D8890;
}
.TagClassName
{
border-color: #5D8890;
}
</style>