Shades of Horizon #5B879A
Tints of Horizon #5B879A
RGB
CMYK
RGB Variations
Color information
#5B879A (or 0x5B879A) is known color: Horizon. HEX triplet: 5B, 87 and 9A. RGB value is (91,135,154). Sum of RGB (Red+Green+Blue) = 91+135+154=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B879A is #A47865. Grayscale: #7B7B7B. Windows color (decimal): -10778726 or 10127195. OLE color: 10127195.
HSL color Cylindrical-coordinate representation of color #5B879A: hue angle of 198.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B879A is Cyan = 0.41, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 135 | 154 | - |
| CMYK | 0.41 | 0.12 | 0 | 0.40 |
| HSL | 198.1º | 0.26% | 0.48% | - |
| HSV(B) | 198.1º | 0.41% | 0.6% | - |
| XYZ | 18.81 | 21.89 | 33.8 | - |
| YUV | 124.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 135 | 154 | 0.41 | 0.12 | 0 | 0.40 | 198.1 | 0.26 | 0.48 |
| Hex | 5B | 87 | 9A | 29 | C | 0 | 28 | C6 | 1A | 30 |
| Octal | 133 | 207 | 232 | 51 | 14 | 0 | 50 | 306 | 32 | 60 |
| Binary | 1011011 | 10000111 | 10011010 | 101001 | 1100 | 0 | 101000 | 11000110 | 11010 | 110000 |
Color Harmonies of #5B879A
Complementary color
Monochromatic Colors of #5B879A
Black with #5B879A
Text Example
Text Example
White with #5B879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B879A; }
p { color: rgb(91,135,154); }
H1.HeaderClassName
{
color: #5B879A;
}
.AnyTagClassName
{
color: #5B879A;
}
</style>
background-color css
<style>
a { background-color: #5B879A; }
a { background-color: rgb(91,135,154); }
div.DivClassName
{
background-color: #5B879A;
}
.BgClassName
{
background-color: #5B879A;
}
</style>
border-color css
<style>
span { border-color: #5B879A; }
span { border-color: rgb(91,135,154); }
td.TdClassName
{
border-color: #5B879A;
}
.TagClassName
{
border-color: #5B879A;
}
</style>