Shades of Horizon #5B8D9D
Tints of Horizon #5B8D9D
RGB
CMYK
RGB Variations
Color information
#5B8D9D (or 0x5B8D9D) is known color: Horizon. HEX triplet: 5B, 8D and 9D. RGB value is (91,141,157). Sum of RGB (Red+Green+Blue) = 91+141+157=389 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.39% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B8D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8D9D is #A47262. Grayscale: #7F7F7F. Windows color (decimal): -10777187 or 10325339. OLE color: 10325339.
HSL color Cylindrical-coordinate representation of color #5B8D9D: hue angle of 194.55º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B8D9D is Cyan = 0.42, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 141 | 157 | - |
| CMYK | 0.42 | 0.10 | 0 | 0.38 |
| HSL | 194.55º | 0.27% | 0.49% | - |
| HSV(B) | 194.55º | 0.42% | 0.62% | - |
| XYZ | 19.93 | 23.71 | 35.42 | - |
| YUV | 127.87 | 144.44 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 157 | 0.42 | 0.10 | 0 | 0.38 | 194.55 | 0.27 | 0.49 |
| Hex | 5B | 8D | 9D | 2A | A | 0 | 26 | C3 | 1B | 31 |
| Octal | 133 | 215 | 235 | 52 | 12 | 0 | 46 | 303 | 33 | 61 |
| Binary | 1011011 | 10001101 | 10011101 | 101010 | 1010 | 0 | 100110 | 11000011 | 11011 | 110001 |
Color Harmonies of #5B8D9D
Complementary color
Monochromatic Colors of #5B8D9D
Black with #5B8D9D
Text Example
Text Example
White with #5B8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8D9D; }
p { color: rgb(91,141,157); }
H1.HeaderClassName
{
color: #5B8D9D;
}
.AnyTagClassName
{
color: #5B8D9D;
}
</style>
background-color css
<style>
a { background-color: #5B8D9D; }
a { background-color: rgb(91,141,157); }
div.DivClassName
{
background-color: #5B8D9D;
}
.BgClassName
{
background-color: #5B8D9D;
}
</style>
border-color css
<style>
span { border-color: #5B8D9D; }
span { border-color: rgb(91,141,157); }
td.TdClassName
{
border-color: #5B8D9D;
}
.TagClassName
{
border-color: #5B8D9D;
}
</style>