Shades of Horizon #5B8898
Tints of Horizon #5B8898
RGB
CMYK
RGB Variations
Color information
#5B8898 (or 0x5B8898) is known color: Horizon. HEX triplet: 5B, 88 and 98. RGB value is (91,136,152). Sum of RGB (Red+Green+Blue) = 91+136+152=379 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.01% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B8898 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8898 is #A47767. Grayscale: #7C7C7C. Windows color (decimal): -10778472 or 9996379. OLE color: 9996379.
HSL color Cylindrical-coordinate representation of color #5B8898: hue angle of 195.74º 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 #5B8898 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 91 | 136 | 152 | - |
| CMYK | 0.40 | 0.11 | 0 | 0.40 |
| HSL | 195.74º | 0.25% | 0.48% | - |
| HSV(B) | 195.74º | 0.4% | 0.6% | - |
| XYZ | 18.79 | 22.1 | 32.98 | - |
| YUV | 124.37 | 143.59 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 136 | 152 | 0.40 | 0.11 | 0 | 0.40 | 195.74 | 0.25 | 0.48 |
| Hex | 5B | 88 | 98 | 28 | B | 0 | 28 | C4 | 19 | 30 |
| Octal | 133 | 210 | 230 | 50 | 13 | 0 | 50 | 304 | 31 | 60 |
| Binary | 1011011 | 10001000 | 10011000 | 101000 | 1011 | 0 | 101000 | 11000100 | 11001 | 110000 |
Color Harmonies of #5B8898
Complementary color
Monochromatic Colors of #5B8898
Black with #5B8898
Text Example
Text Example
White with #5B8898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8898; }
p { color: rgb(91,136,152); }
H1.HeaderClassName
{
color: #5B8898;
}
.AnyTagClassName
{
color: #5B8898;
}
</style>
background-color css
<style>
a { background-color: #5B8898; }
a { background-color: rgb(91,136,152); }
div.DivClassName
{
background-color: #5B8898;
}
.BgClassName
{
background-color: #5B8898;
}
</style>
border-color css
<style>
span { border-color: #5B8898; }
span { border-color: rgb(91,136,152); }
td.TdClassName
{
border-color: #5B8898;
}
.TagClassName
{
border-color: #5B8898;
}
</style>