Shades of Horizon #5D8992
Tints of Horizon #5D8992
RGB
CMYK
RGB Variations
Color information
#5D8992 (or 0x5D8992) is known color: Horizon. HEX triplet: 5D, 89 and 92. RGB value is (93,137,146). Sum of RGB (Red+Green+Blue) = 93+137+146=376 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.73% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 146 (57.42% from 255 or 38.83% from 376); Max value from RGB is 146 - color contains mainly: blue. Hex color #5D8992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D8992 is #A2766D. Grayscale: #7C7C7C. Windows color (decimal): -10647150 or 9603421. OLE color: 9603421.
HSL color Cylindrical-coordinate representation of color #5D8992: hue angle of 190.19º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5D8992 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 93 | 137 | 146 | - |
| CMYK | 0.36 | 0.06 | 0 | 0.43 |
| HSL | 190.19º | 0.22% | 0.47% | - |
| HSV(B) | 190.19º | 0.36% | 0.57% | - |
| XYZ | 18.65 | 22.29 | 30.51 | - |
| YUV | 124.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 146 | 0.36 | 0.06 | 0 | 0.43 | 190.19 | 0.22 | 0.47 |
| Hex | 5D | 89 | 92 | 24 | 6 | 0 | 2B | BE | 16 | 2F |
| Octal | 135 | 211 | 222 | 44 | 6 | 0 | 53 | 276 | 26 | 57 |
| Binary | 1011101 | 10001001 | 10010010 | 100100 | 110 | 0 | 101011 | 10111110 | 10110 | 101111 |
Color Harmonies of #5D8992
Complementary color
Monochromatic Colors of #5D8992
Black with #5D8992
Text Example
Text Example
White with #5D8992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8992; }
p { color: rgb(93,137,146); }
H1.HeaderClassName
{
color: #5D8992;
}
.AnyTagClassName
{
color: #5D8992;
}
</style>
background-color css
<style>
a { background-color: #5D8992; }
a { background-color: rgb(93,137,146); }
div.DivClassName
{
background-color: #5D8992;
}
.BgClassName
{
background-color: #5D8992;
}
</style>
border-color css
<style>
span { border-color: #5D8992; }
span { border-color: rgb(93,137,146); }
td.TdClassName
{
border-color: #5D8992;
}
.TagClassName
{
border-color: #5D8992;
}
</style>