Shades of Horizon #58859B
Tints of Horizon #58859B
RGB
CMYK
RGB Variations
Color information
#58859B (or 0x58859B) is known color: Horizon. HEX triplet: 58, 85 and 9B. RGB value is (88,133,155). Sum of RGB (Red+Green+Blue) = 88+133+155=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 155 - color contains mainly: blue. Hex color #58859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58859B is #A77A64. Grayscale: #797979. Windows color (decimal): -10975845 or 10192216. OLE color: 10192216.
HSL color Cylindrical-coordinate representation of color #58859B: hue angle of 199.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58859B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 133 | 155 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.39 |
| HSL | 199.7º | 0.28% | 0.48% | - |
| HSV(B) | 199.7º | 0.43% | 0.61% | - |
| XYZ | 18.33 | 21.22 | 34.14 | - |
| YUV | 122.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 133 | 155 | 0.43 | 0.14 | 0 | 0.39 | 199.7 | 0.28 | 0.48 |
| Hex | 58 | 85 | 9B | 2B | E | 0 | 27 | C8 | 1C | 30 |
| Octal | 130 | 205 | 233 | 53 | 16 | 0 | 47 | 310 | 34 | 60 |
| Binary | 1011000 | 10000101 | 10011011 | 101011 | 1110 | 0 | 100111 | 11001000 | 11100 | 110000 |
Color Harmonies of #58859B
Complementary color
Monochromatic Colors of #58859B
Black with #58859B
Text Example
Text Example
White with #58859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58859B; }
p { color: rgb(88,133,155); }
H1.HeaderClassName
{
color: #58859B;
}
.AnyTagClassName
{
color: #58859B;
}
</style>
background-color css
<style>
a { background-color: #58859B; }
a { background-color: rgb(88,133,155); }
div.DivClassName
{
background-color: #58859B;
}
.BgClassName
{
background-color: #58859B;
}
</style>
border-color css
<style>
span { border-color: #58859B; }
span { border-color: rgb(88,133,155); }
td.TdClassName
{
border-color: #58859B;
}
.TagClassName
{
border-color: #58859B;
}
</style>