Shades of Horizon #5C8498
Tints of Horizon #5C8498
RGB
CMYK
RGB Variations
Color information
#5C8498 (or 0x5C8498) is known color: Horizon. HEX triplet: 5C, 84 and 98. RGB value is (92,132,152). Sum of RGB (Red+Green+Blue) = 92+132+152=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 132 (51.95% from 255 or 35.11% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #5C8498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8498 is #A37B67. Grayscale: #7A7A7A. Windows color (decimal): -10713960 or 9995356. OLE color: 9995356.
HSL color Cylindrical-coordinate representation of color #5C8498: hue angle of 200º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5C8498 is Cyan = 0.39, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 132 | 152 | - |
| CMYK | 0.39 | 0.13 | 0 | 0.40 |
| HSL | 200º | 0.25% | 0.48% | - |
| HSV(B) | 200º | 0.39% | 0.6% | - |
| XYZ | 18.33 | 21.04 | 32.8 | - |
| YUV | 122.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 152 | 0.39 | 0.13 | 0 | 0.40 | 200 | 0.25 | 0.48 |
| Hex | 5C | 84 | 98 | 27 | D | 0 | 28 | C8 | 19 | 30 |
| Octal | 134 | 204 | 230 | 47 | 15 | 0 | 50 | 310 | 31 | 60 |
| Binary | 1011100 | 10000100 | 10011000 | 100111 | 1101 | 0 | 101000 | 11001000 | 11001 | 110000 |
Color Harmonies of #5C8498
Complementary color
Monochromatic Colors of #5C8498
Black with #5C8498
Text Example
Text Example
White with #5C8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8498; }
p { color: rgb(92,132,152); }
H1.HeaderClassName
{
color: #5C8498;
}
.AnyTagClassName
{
color: #5C8498;
}
</style>
background-color css
<style>
a { background-color: #5C8498; }
a { background-color: rgb(92,132,152); }
div.DivClassName
{
background-color: #5C8498;
}
.BgClassName
{
background-color: #5C8498;
}
</style>
border-color css
<style>
span { border-color: #5C8498; }
span { border-color: rgb(92,132,152); }
td.TdClassName
{
border-color: #5C8498;
}
.TagClassName
{
border-color: #5C8498;
}
</style>