Shades of Horizon #58839A
Tints of Horizon #58839A
RGB
CMYK
RGB Variations
Color information
#58839A (or 0x58839A) is known color: Horizon. HEX triplet: 58, 83 and 9A. RGB value is (88,131,154). Sum of RGB (Red+Green+Blue) = 88+131+154=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #58839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58839A is #A77C65. Grayscale: #787878. Windows color (decimal): -10976358 or 10126168. OLE color: 10126168.
HSL color Cylindrical-coordinate representation of color #58839A: hue angle of 200.91º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58839A is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 88 | 131 | 154 | - |
| CMYK | 0.43 | 0.15 | 0 | 0.40 |
| HSL | 200.91º | 0.27% | 0.47% | - |
| HSV(B) | 200.91º | 0.43% | 0.6% | - |
| XYZ | 17.97 | 20.64 | 33.61 | - |
| YUV | 120.77 | 146.75 | 104.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 131 | 154 | 0.43 | 0.15 | 0 | 0.40 | 200.91 | 0.27 | 0.47 |
| Hex | 58 | 83 | 9A | 2B | F | 0 | 28 | C9 | 1B | 2F |
| Octal | 130 | 203 | 232 | 53 | 17 | 0 | 50 | 311 | 33 | 57 |
| Binary | 1011000 | 10000011 | 10011010 | 101011 | 1111 | 0 | 101000 | 11001001 | 11011 | 101111 |
Color Harmonies of #58839A
Complementary color
Monochromatic Colors of #58839A
Black with #58839A
Text Example
Text Example
White with #58839A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58839A; }
p { color: rgb(88,131,154); }
H1.HeaderClassName
{
color: #58839A;
}
.AnyTagClassName
{
color: #58839A;
}
</style>
background-color css
<style>
a { background-color: #58839A; }
a { background-color: rgb(88,131,154); }
div.DivClassName
{
background-color: #58839A;
}
.BgClassName
{
background-color: #58839A;
}
</style>
border-color css
<style>
span { border-color: #58839A; }
span { border-color: rgb(88,131,154); }
td.TdClassName
{
border-color: #58839A;
}
.TagClassName
{
border-color: #58839A;
}
</style>