Shades of Horizon #587D93
Tints of Horizon #587D93
RGB
CMYK
RGB Variations
Color information
#587D93 (or 0x587D93) is known color: Horizon. HEX triplet: 58, 7D and 93. RGB value is (88,125,147). Sum of RGB (Red+Green+Blue) = 88+125+147=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 125 (49.22% from 255 or 34.72% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #587D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587D93 is #A7826C. Grayscale: #747474. Windows color (decimal): -10977901 or 9665880. OLE color: 9665880.
HSL color Cylindrical-coordinate representation of color #587D93: hue angle of 202.37º 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 #587D93 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 125 | 147 | - |
| CMYK | 0.40 | 0.15 | 0 | 0.42 |
| HSL | 202.37º | 0.25% | 0.46% | - |
| HSV(B) | 202.37º | 0.4% | 0.58% | - |
| XYZ | 16.62 | 18.85 | 30.37 | - |
| YUV | 116.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 125 | 147 | 0.40 | 0.15 | 0 | 0.42 | 202.37 | 0.25 | 0.46 |
| Hex | 58 | 7D | 93 | 28 | F | 0 | 2A | CA | 19 | 2E |
| Octal | 130 | 175 | 223 | 50 | 17 | 0 | 52 | 312 | 31 | 56 |
| Binary | 1011000 | 1111101 | 10010011 | 101000 | 1111 | 0 | 101010 | 11001010 | 11001 | 101110 |
Color Harmonies of #587D93
Complementary color
Monochromatic Colors of #587D93
Black with #587D93
Text Example
Text Example
White with #587D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #587D93; }
p { color: rgb(88,125,147); }
H1.HeaderClassName
{
color: #587D93;
}
.AnyTagClassName
{
color: #587D93;
}
</style>
background-color css
<style>
a { background-color: #587D93; }
a { background-color: rgb(88,125,147); }
div.DivClassName
{
background-color: #587D93;
}
.BgClassName
{
background-color: #587D93;
}
</style>
border-color css
<style>
span { border-color: #587D93; }
span { border-color: rgb(88,125,147); }
td.TdClassName
{
border-color: #587D93;
}
.TagClassName
{
border-color: #587D93;
}
</style>