Shades of Horizon #5C8594
Tints of Horizon #5C8594
RGB
CMYK
RGB Variations
Color information
#5C8594 (or 0x5C8594) is known color: Horizon. HEX triplet: 5C, 85 and 94. RGB value is (92,133,148). Sum of RGB (Red+Green+Blue) = 92+133+148=373 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.66% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #5C8594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8594 is #A37A6B. Grayscale: #7A7A7A. Windows color (decimal): -10713708 or 9733468. OLE color: 9733468.
HSL color Cylindrical-coordinate representation of color #5C8594: hue angle of 196.07º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C8594 is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 92 | 133 | 148 | - |
| CMYK | 0.38 | 0.10 | 0 | 0.42 |
| HSL | 196.07º | 0.23% | 0.47% | - |
| HSV(B) | 196.07º | 0.38% | 0.58% | - |
| XYZ | 18.15 | 21.19 | 31.15 | - |
| YUV | 122.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 133 | 148 | 0.38 | 0.10 | 0 | 0.42 | 196.07 | 0.23 | 0.47 |
| Hex | 5C | 85 | 94 | 26 | A | 0 | 2A | C4 | 17 | 2F |
| Octal | 134 | 205 | 224 | 46 | 12 | 0 | 52 | 304 | 27 | 57 |
| Binary | 1011100 | 10000101 | 10010100 | 100110 | 1010 | 0 | 101010 | 11000100 | 10111 | 101111 |
Color Harmonies of #5C8594
Complementary color
Monochromatic Colors of #5C8594
Black with #5C8594
Text Example
Text Example
White with #5C8594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8594; }
p { color: rgb(92,133,148); }
H1.HeaderClassName
{
color: #5C8594;
}
.AnyTagClassName
{
color: #5C8594;
}
</style>
background-color css
<style>
a { background-color: #5C8594; }
a { background-color: rgb(92,133,148); }
div.DivClassName
{
background-color: #5C8594;
}
.BgClassName
{
background-color: #5C8594;
}
</style>
border-color css
<style>
span { border-color: #5C8594; }
span { border-color: rgb(92,133,148); }
td.TdClassName
{
border-color: #5C8594;
}
.TagClassName
{
border-color: #5C8594;
}
</style>