Shades of Horizon #588192
Tints of Horizon #588192
RGB
CMYK
RGB Variations
Color information
#588192 (or 0x588192) is known color: Horizon. HEX triplet: 58, 81 and 92. RGB value is (88,129,146). Sum of RGB (Red+Green+Blue) = 88+129+146=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #588192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588192 is #A77E6D. Grayscale: #767676. Windows color (decimal): -10976878 or 9601368. OLE color: 9601368.
HSL color Cylindrical-coordinate representation of color #588192: hue angle of 197.59º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #588192 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 129 | 146 | - |
| CMYK | 0.40 | 0.12 | 0 | 0.43 |
| HSL | 197.59º | 0.25% | 0.46% | - |
| HSV(B) | 197.59º | 0.4% | 0.57% | - |
| XYZ | 17.06 | 19.85 | 30.13 | - |
| YUV | 118.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 129 | 146 | 0.40 | 0.12 | 0 | 0.43 | 197.59 | 0.25 | 0.46 |
| Hex | 58 | 81 | 92 | 28 | C | 0 | 2B | C6 | 19 | 2E |
| Octal | 130 | 201 | 222 | 50 | 14 | 0 | 53 | 306 | 31 | 56 |
| Binary | 1011000 | 10000001 | 10010010 | 101000 | 1100 | 0 | 101011 | 11000110 | 11001 | 101110 |
Color Harmonies of #588192
Complementary color
Monochromatic Colors of #588192
Black with #588192
Text Example
Text Example
White with #588192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588192; }
p { color: rgb(88,129,146); }
H1.HeaderClassName
{
color: #588192;
}
.AnyTagClassName
{
color: #588192;
}
</style>
background-color css
<style>
a { background-color: #588192; }
a { background-color: rgb(88,129,146); }
div.DivClassName
{
background-color: #588192;
}
.BgClassName
{
background-color: #588192;
}
</style>
border-color css
<style>
span { border-color: #588192; }
span { border-color: rgb(88,129,146); }
td.TdClassName
{
border-color: #588192;
}
.TagClassName
{
border-color: #588192;
}
</style>