Shades of Horizon #58838D
Tints of Horizon #58838D
RGB
CMYK
RGB Variations
Color information
#58838D (or 0x58838D) is known color: Horizon. HEX triplet: 58, 83 and 8D. RGB value is (88,131,141). Sum of RGB (Red+Green+Blue) = 88+131+141=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #58838D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58838D is #A77C72. Grayscale: #777777. Windows color (decimal): -10976371 or 9274200. OLE color: 9274200.
HSL color Cylindrical-coordinate representation of color #58838D: hue angle of 191.32º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58838D is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 131 | 141 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.45 |
| HSL | 191.32º | 0.23% | 0.45% | - |
| HSV(B) | 191.32º | 0.38% | 0.55% | - |
| XYZ | 16.95 | 20.23 | 28.21 | - |
| YUV | 119.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 141 | 0.38 | 0.07 | 0 | 0.45 | 191.32 | 0.23 | 0.45 |
| Hex | 58 | 83 | 8D | 26 | 7 | 0 | 2D | BF | 17 | 2D |
| Octal | 130 | 203 | 215 | 46 | 7 | 0 | 55 | 277 | 27 | 55 |
| Binary | 1011000 | 10000011 | 10001101 | 100110 | 111 | 0 | 101101 | 10111111 | 10111 | 101101 |
Color Harmonies of #58838D
Complementary color
Monochromatic Colors of #58838D
Black with #58838D
Text Example
Text Example
White with #58838D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58838D; }
p { color: rgb(88,131,141); }
H1.HeaderClassName
{
color: #58838D;
}
.AnyTagClassName
{
color: #58838D;
}
</style>
background-color css
<style>
a { background-color: #58838D; }
a { background-color: rgb(88,131,141); }
div.DivClassName
{
background-color: #58838D;
}
.BgClassName
{
background-color: #58838D;
}
</style>
border-color css
<style>
span { border-color: #58838D; }
span { border-color: rgb(88,131,141); }
td.TdClassName
{
border-color: #58838D;
}
.TagClassName
{
border-color: #58838D;
}
</style>