Shades of Horizon #588B99
Tints of Horizon #588B99
RGB
CMYK
RGB Variations
Color information
#588B99 (or 0x588B99) is known color: Horizon. HEX triplet: 58, 8B and 99. RGB value is (88,139,153). Sum of RGB (Red+Green+Blue) = 88+139+153=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 153 - color contains mainly: blue. Hex color #588B99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B99 is #A77466. Grayscale: #7D7D7D. Windows color (decimal): -10974311 or 10062680. OLE color: 10062680.
HSL color Cylindrical-coordinate representation of color #588B99: hue angle of 192.92º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #588B99 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 88 | 139 | 153 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.4 |
| HSL | 192.92º | 0.27% | 0.47% | - |
| HSV(B) | 192.92º | 0.42% | 0.6% | - |
| XYZ | 19.01 | 22.84 | 33.54 | - |
| YUV | 125.35 | 143.6 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 153 | 0.42 | 0.09 | 0 | 0.4 | 192.92 | 0.27 | 0.47 |
| Hex | 58 | 8B | 99 | 2A | 9 | 0 | 28 | C1 | 1B | 2F |
| Octal | 130 | 213 | 231 | 52 | 11 | 0 | 50 | 301 | 33 | 57 |
| Binary | 1011000 | 10001011 | 10011001 | 101010 | 1001 | 0 | 101000 | 11000001 | 11011 | 101111 |
Color Harmonies of #588B99
Complementary color
Monochromatic Colors of #588B99
Black with #588B99
Text Example
Text Example
White with #588B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B99; }
p { color: rgb(88,139,153); }
H1.HeaderClassName
{
color: #588B99;
}
.AnyTagClassName
{
color: #588B99;
}
</style>
background-color css
<style>
a { background-color: #588B99; }
a { background-color: rgb(88,139,153); }
div.DivClassName
{
background-color: #588B99;
}
.BgClassName
{
background-color: #588B99;
}
</style>
border-color css
<style>
span { border-color: #588B99; }
span { border-color: rgb(88,139,153); }
td.TdClassName
{
border-color: #588B99;
}
.TagClassName
{
border-color: #588B99;
}
</style>