Shades of Horizon #58889C
Tints of Horizon #58889C
RGB
CMYK
RGB Variations
Color information
#58889C (or 0x58889C) is known color: Horizon. HEX triplet: 58, 88 and 9C. RGB value is (88,136,156). Sum of RGB (Red+Green+Blue) = 88+136+156=380 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.16% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 156 - color contains mainly: blue. Hex color #58889C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58889C is #A77763. Grayscale: #7B7B7B. Windows color (decimal): -10975076 or 10258520. OLE color: 10258520.
HSL color Cylindrical-coordinate representation of color #58889C: hue angle of 197.65º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58889C is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 136 | 156 | - |
| CMYK | 0.44 | 0.13 | 0 | 0.39 |
| HSL | 197.65º | 0.28% | 0.48% | - |
| HSV(B) | 197.65º | 0.44% | 0.61% | - |
| XYZ | 18.83 | 22.08 | 34.72 | - |
| YUV | 123.93 | 146.1 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 156 | 0.44 | 0.13 | 0 | 0.39 | 197.65 | 0.28 | 0.48 |
| Hex | 58 | 88 | 9C | 2C | D | 0 | 27 | C6 | 1C | 30 |
| Octal | 130 | 210 | 234 | 54 | 15 | 0 | 47 | 306 | 34 | 60 |
| Binary | 1011000 | 10001000 | 10011100 | 101100 | 1101 | 0 | 100111 | 11000110 | 11100 | 110000 |
Color Harmonies of #58889C
Complementary color
Monochromatic Colors of #58889C
Black with #58889C
Text Example
Text Example
White with #58889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58889C; }
p { color: rgb(88,136,156); }
H1.HeaderClassName
{
color: #58889C;
}
.AnyTagClassName
{
color: #58889C;
}
</style>
background-color css
<style>
a { background-color: #58889C; }
a { background-color: rgb(88,136,156); }
div.DivClassName
{
background-color: #58889C;
}
.BgClassName
{
background-color: #58889C;
}
</style>
border-color css
<style>
span { border-color: #58889C; }
span { border-color: rgb(88,136,156); }
td.TdClassName
{
border-color: #58889C;
}
.TagClassName
{
border-color: #58889C;
}
</style>