Shades of Horizon #58869B
Tints of Horizon #58869B
RGB
CMYK
RGB Variations
Color information
#58869B (or 0x58869B) is known color: Horizon. HEX triplet: 58, 86 and 9B. RGB value is (88,134,155). Sum of RGB (Red+Green+Blue) = 88+134+155=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 155 - color contains mainly: blue. Hex color #58869B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58869B is #A77964. Grayscale: #7A7A7A. Windows color (decimal): -10975589 or 10192472. OLE color: 10192472.
HSL color Cylindrical-coordinate representation of color #58869B: hue angle of 198.81º 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 #58869B is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 134 | 155 | - |
| CMYK | 0.43 | 0.14 | 0 | 0.39 |
| HSL | 198.81º | 0.28% | 0.48% | - |
| HSV(B) | 198.81º | 0.43% | 0.61% | - |
| XYZ | 18.47 | 21.49 | 34.19 | - |
| YUV | 122.64 | 146.26 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 134 | 155 | 0.43 | 0.14 | 0 | 0.39 | 198.81 | 0.28 | 0.48 |
| Hex | 58 | 86 | 9B | 2B | E | 0 | 27 | C7 | 1C | 30 |
| Octal | 130 | 206 | 233 | 53 | 16 | 0 | 47 | 307 | 34 | 60 |
| Binary | 1011000 | 10000110 | 10011011 | 101011 | 1110 | 0 | 100111 | 11000111 | 11100 | 110000 |
Color Harmonies of #58869B
Complementary color
Monochromatic Colors of #58869B
Black with #58869B
Text Example
Text Example
White with #58869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58869B; }
p { color: rgb(88,134,155); }
H1.HeaderClassName
{
color: #58869B;
}
.AnyTagClassName
{
color: #58869B;
}
</style>
background-color css
<style>
a { background-color: #58869B; }
a { background-color: rgb(88,134,155); }
div.DivClassName
{
background-color: #58869B;
}
.BgClassName
{
background-color: #58869B;
}
</style>
border-color css
<style>
span { border-color: #58869B; }
span { border-color: rgb(88,134,155); }
td.TdClassName
{
border-color: #58869B;
}
.TagClassName
{
border-color: #58869B;
}
</style>