Shades of Horizon #587F93
Tints of Horizon #587F93
RGB
CMYK
RGB Variations
Color information
#587F93 (or 0x587F93) is known color: Horizon. HEX triplet: 58, 7F and 93. RGB value is (88,127,147). Sum of RGB (Red+Green+Blue) = 88+127+147=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #587F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587F93 is #A7806C. Grayscale: #757575. Windows color (decimal): -10977389 or 9666392. OLE color: 9666392.
HSL color Cylindrical-coordinate representation of color #587F93: hue angle of 200.34º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #587F93 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 127 | 147 | - |
| CMYK | 0.40 | 0.14 | 0 | 0.42 |
| HSL | 200.34º | 0.25% | 0.46% | - |
| HSV(B) | 200.34º | 0.4% | 0.58% | - |
| XYZ | 16.88 | 19.36 | 30.45 | - |
| YUV | 117.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 127 | 147 | 0.40 | 0.14 | 0 | 0.42 | 200.34 | 0.25 | 0.46 |
| Hex | 58 | 7F | 93 | 28 | E | 0 | 2A | C8 | 19 | 2E |
| Octal | 130 | 177 | 223 | 50 | 16 | 0 | 52 | 310 | 31 | 56 |
| Binary | 1011000 | 1111111 | 10010011 | 101000 | 1110 | 0 | 101010 | 11001000 | 11001 | 101110 |
Color Harmonies of #587F93
Complementary color
Monochromatic Colors of #587F93
Black with #587F93
Text Example
Text Example
White with #587F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587F93; }
p { color: rgb(88,127,147); }
H1.HeaderClassName
{
color: #587F93;
}
.AnyTagClassName
{
color: #587F93;
}
</style>
background-color css
<style>
a { background-color: #587F93; }
a { background-color: rgb(88,127,147); }
div.DivClassName
{
background-color: #587F93;
}
.BgClassName
{
background-color: #587F93;
}
</style>
border-color css
<style>
span { border-color: #587F93; }
span { border-color: rgb(88,127,147); }
td.TdClassName
{
border-color: #587F93;
}
.TagClassName
{
border-color: #587F93;
}
</style>