Shades of Horizon #5C899C
Tints of Horizon #5C899C
RGB
CMYK
RGB Variations
Color information
#5C899C (or 0x5C899C) is known color: Horizon. HEX triplet: 5C, 89 and 9C. RGB value is (92,137,156). Sum of RGB (Red+Green+Blue) = 92+137+156=385 (50% of max value = 765). Red value is 92 (36.33% from 255 or 23.90% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #5C899C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C899C is #A37663. Grayscale: #7D7D7D. Windows color (decimal): -10712676 or 10258780. OLE color: 10258780.
HSL color Cylindrical-coordinate representation of color #5C899C: hue angle of 197.81º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5C899C is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 137 | 156 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.39 |
| HSL | 197.81º | 0.26% | 0.49% | - |
| HSV(B) | 197.81º | 0.41% | 0.61% | - |
| XYZ | 19.36 | 22.57 | 34.79 | - |
| YUV | 125.71 | 145.09 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 137 | 156 | 0.41 | 0.12 | 0 | 0.39 | 197.81 | 0.26 | 0.49 |
| Hex | 5C | 89 | 9C | 29 | C | 0 | 27 | C6 | 1A | 31 |
| Octal | 134 | 211 | 234 | 51 | 14 | 0 | 47 | 306 | 32 | 61 |
| Binary | 1011100 | 10001001 | 10011100 | 101001 | 1100 | 0 | 100111 | 11000110 | 11010 | 110001 |
Color Harmonies of #5C899C
Complementary color
Monochromatic Colors of #5C899C
Black with #5C899C
Text Example
Text Example
White with #5C899C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C899C; }
p { color: rgb(92,137,156); }
H1.HeaderClassName
{
color: #5C899C;
}
.AnyTagClassName
{
color: #5C899C;
}
</style>
background-color css
<style>
a { background-color: #5C899C; }
a { background-color: rgb(92,137,156); }
div.DivClassName
{
background-color: #5C899C;
}
.BgClassName
{
background-color: #5C899C;
}
</style>
border-color css
<style>
span { border-color: #5C899C; }
span { border-color: rgb(92,137,156); }
td.TdClassName
{
border-color: #5C899C;
}
.TagClassName
{
border-color: #5C899C;
}
</style>