Shades of Horizon #5B8A95
Tints of Horizon #5B8A95
RGB
CMYK
RGB Variations
Color information
#5B8A95 (or 0x5B8A95) is known color: Horizon. HEX triplet: 5B, 8A and 95. RGB value is (91,138,149). Sum of RGB (Red+Green+Blue) = 91+138+149=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B8A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5B8A95 is #A4756A. Grayscale: #7D7D7D. Windows color (decimal): -10777963 or 9800283. OLE color: 9800283.
HSL color Cylindrical-coordinate representation of color #5B8A95: hue angle of 191.38º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B8A95 is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 138 | 149 | - |
| CMYK | 0.39 | 0.07 | 0 | 0.42 |
| HSL | 191.38º | 0.24% | 0.47% | - |
| HSV(B) | 191.38º | 0.39% | 0.58% | - |
| XYZ | 18.83 | 22.57 | 31.8 | - |
| YUV | 125.2 | 141.43 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 138 | 149 | 0.39 | 0.07 | 0 | 0.42 | 191.38 | 0.24 | 0.47 |
| Hex | 5B | 8A | 95 | 27 | 7 | 0 | 2A | BF | 18 | 2F |
| Octal | 133 | 212 | 225 | 47 | 7 | 0 | 52 | 277 | 30 | 57 |
| Binary | 1011011 | 10001010 | 10010101 | 100111 | 111 | 0 | 101010 | 10111111 | 11000 | 101111 |
Color Harmonies of #5B8A95
Complementary color
Monochromatic Colors of #5B8A95
Black with #5B8A95
Text Example
Text Example
White with #5B8A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8A95; }
p { color: rgb(91,138,149); }
H1.HeaderClassName
{
color: #5B8A95;
}
.AnyTagClassName
{
color: #5B8A95;
}
</style>
background-color css
<style>
a { background-color: #5B8A95; }
a { background-color: rgb(91,138,149); }
div.DivClassName
{
background-color: #5B8A95;
}
.BgClassName
{
background-color: #5B8A95;
}
</style>
border-color css
<style>
span { border-color: #5B8A95; }
span { border-color: rgb(91,138,149); }
td.TdClassName
{
border-color: #5B8A95;
}
.TagClassName
{
border-color: #5B8A95;
}
</style>