Shades of Horizon #5C8499
Tints of Horizon #5C8499
RGB
CMYK
RGB Variations
Color information
#5C8499 (or 0x5C8499) is known color: Horizon. HEX triplet: 5C, 84 and 99. RGB value is (92,132,153). Sum of RGB (Red+Green+Blue) = 92+132+153=377 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.40% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C8499 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8499 is #A37B66. Grayscale: #7A7A7A. Windows color (decimal): -10713959 or 10060892. OLE color: 10060892.
HSL color Cylindrical-coordinate representation of color #5C8499: hue angle of 200.66º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C8499 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 132 | 153 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.4 |
| HSL | 200.66º | 0.25% | 0.48% | - |
| HSV(B) | 200.66º | 0.4% | 0.6% | - |
| XYZ | 18.41 | 21.08 | 33.23 | - |
| YUV | 122.43 | 145.25 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 153 | 0.40 | 0.14 | 0 | 0.4 | 200.66 | 0.25 | 0.48 |
| Hex | 5C | 84 | 99 | 28 | E | 0 | 28 | C9 | 19 | 30 |
| Octal | 134 | 204 | 231 | 50 | 16 | 0 | 50 | 311 | 31 | 60 |
| Binary | 1011100 | 10000100 | 10011001 | 101000 | 1110 | 0 | 101000 | 11001001 | 11001 | 110000 |
Color Harmonies of #5C8499
Complementary color
Monochromatic Colors of #5C8499
Black with #5C8499
Text Example
Text Example
White with #5C8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8499; }
p { color: rgb(92,132,153); }
H1.HeaderClassName
{
color: #5C8499;
}
.AnyTagClassName
{
color: #5C8499;
}
</style>
background-color css
<style>
a { background-color: #5C8499; }
a { background-color: rgb(92,132,153); }
div.DivClassName
{
background-color: #5C8499;
}
.BgClassName
{
background-color: #5C8499;
}
</style>
border-color css
<style>
span { border-color: #5C8499; }
span { border-color: rgb(92,132,153); }
td.TdClassName
{
border-color: #5C8499;
}
.TagClassName
{
border-color: #5C8499;
}
</style>