Shades of Horizon #588C9B
Tints of Horizon #588C9B
RGB
CMYK
RGB Variations
Color information
#588C9B (or 0x588C9B) is known color: Horizon. HEX triplet: 58, 8C and 9B. RGB value is (88,140,155). Sum of RGB (Red+Green+Blue) = 88+140+155=383 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.98% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #588C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C9B is #A77364. Grayscale: #7E7E7E. Windows color (decimal): -10974053 or 10194008. OLE color: 10194008.
HSL color Cylindrical-coordinate representation of color #588C9B: hue angle of 193.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #588C9B is Cyan = 0.43, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 88 | 140 | 155 | - |
| CMYK | 0.43 | 0.10 | 0 | 0.39 |
| HSL | 193.43º | 0.28% | 0.48% | - |
| HSV(B) | 193.43º | 0.43% | 0.61% | - |
| XYZ | 19.32 | 23.2 | 34.47 | - |
| YUV | 126.16 | 144.27 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 155 | 0.43 | 0.10 | 0 | 0.39 | 193.43 | 0.28 | 0.48 |
| Hex | 58 | 8C | 9B | 2B | A | 0 | 27 | C1 | 1C | 30 |
| Octal | 130 | 214 | 233 | 53 | 12 | 0 | 47 | 301 | 34 | 60 |
| Binary | 1011000 | 10001100 | 10011011 | 101011 | 1010 | 0 | 100111 | 11000001 | 11100 | 110000 |
Color Harmonies of #588C9B
Complementary color
Monochromatic Colors of #588C9B
Black with #588C9B
Text Example
Text Example
White with #588C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C9B; }
p { color: rgb(88,140,155); }
H1.HeaderClassName
{
color: #588C9B;
}
.AnyTagClassName
{
color: #588C9B;
}
</style>
background-color css
<style>
a { background-color: #588C9B; }
a { background-color: rgb(88,140,155); }
div.DivClassName
{
background-color: #588C9B;
}
.BgClassName
{
background-color: #588C9B;
}
</style>
border-color css
<style>
span { border-color: #588C9B; }
span { border-color: rgb(88,140,155); }
td.TdClassName
{
border-color: #588C9B;
}
.TagClassName
{
border-color: #588C9B;
}
</style>