Shades of Horizon #58828E
Tints of Horizon #58828E
RGB
CMYK
RGB Variations
Color information
#58828E (or 0x58828E) is known color: Horizon. HEX triplet: 58, 82 and 8E. RGB value is (88,130,142). Sum of RGB (Red+Green+Blue) = 88+130+142=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 130 (51.17% from 255 or 36.11% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #58828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58828E is #A77D71. Grayscale: #767676. Windows color (decimal): -10976626 or 9339480. OLE color: 9339480.
HSL color Cylindrical-coordinate representation of color #58828E: hue angle of 193.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58828E is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 130 | 142 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.44 |
| HSL | 193.33º | 0.23% | 0.45% | - |
| HSV(B) | 193.33º | 0.38% | 0.56% | - |
| XYZ | 16.89 | 19.99 | 28.56 | - |
| YUV | 118.81 | 141.09 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 130 | 142 | 0.38 | 0.08 | 0 | 0.44 | 193.33 | 0.23 | 0.45 |
| Hex | 58 | 82 | 8E | 26 | 8 | 0 | 2C | C1 | 17 | 2D |
| Octal | 130 | 202 | 216 | 46 | 10 | 0 | 54 | 301 | 27 | 55 |
| Binary | 1011000 | 10000010 | 10001110 | 100110 | 1000 | 0 | 101100 | 11000001 | 10111 | 101101 |
Color Harmonies of #58828E
Complementary color
Monochromatic Colors of #58828E
Black with #58828E
Text Example
Text Example
White with #58828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58828E; }
p { color: rgb(88,130,142); }
H1.HeaderClassName
{
color: #58828E;
}
.AnyTagClassName
{
color: #58828E;
}
</style>
background-color css
<style>
a { background-color: #58828E; }
a { background-color: rgb(88,130,142); }
div.DivClassName
{
background-color: #58828E;
}
.BgClassName
{
background-color: #58828E;
}
</style>
border-color css
<style>
span { border-color: #58828E; }
span { border-color: rgb(88,130,142); }
td.TdClassName
{
border-color: #58828E;
}
.TagClassName
{
border-color: #58828E;
}
</style>