Shades of Horizon #5C8799
Tints of Horizon #5C8799
RGB
CMYK
RGB Variations
Color information
#5C8799 (or 0x5C8799) is known color: Horizon. HEX triplet: 5C, 87 and 99. RGB value is (92,135,153). Sum of RGB (Red+Green+Blue) = 92+135+153=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #5C8799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8799 is #A37866. Grayscale: #7C7C7C. Windows color (decimal): -10713191 or 10061660. OLE color: 10061660.
HSL color Cylindrical-coordinate representation of color #5C8799: hue angle of 197.7º 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 #5C8799 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 92 | 135 | 153 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.4 |
| HSL | 197.7º | 0.25% | 0.48% | - |
| HSV(B) | 197.7º | 0.4% | 0.6% | - |
| XYZ | 18.83 | 21.9 | 33.37 | - |
| YUV | 124.2 | 144.25 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 153 | 0.40 | 0.12 | 0 | 0.4 | 197.7 | 0.25 | 0.48 |
| Hex | 5C | 87 | 99 | 28 | C | 0 | 28 | C6 | 19 | 30 |
| Octal | 134 | 207 | 231 | 50 | 14 | 0 | 50 | 306 | 31 | 60 |
| Binary | 1011100 | 10000111 | 10011001 | 101000 | 1100 | 0 | 101000 | 11000110 | 11001 | 110000 |
Color Harmonies of #5C8799
Complementary color
Monochromatic Colors of #5C8799
Black with #5C8799
Text Example
Text Example
White with #5C8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8799; }
p { color: rgb(92,135,153); }
H1.HeaderClassName
{
color: #5C8799;
}
.AnyTagClassName
{
color: #5C8799;
}
</style>
background-color css
<style>
a { background-color: #5C8799; }
a { background-color: rgb(92,135,153); }
div.DivClassName
{
background-color: #5C8799;
}
.BgClassName
{
background-color: #5C8799;
}
</style>
border-color css
<style>
span { border-color: #5C8799; }
span { border-color: rgb(92,135,153); }
td.TdClassName
{
border-color: #5C8799;
}
.TagClassName
{
border-color: #5C8799;
}
</style>