Shades of Horizon #55818F
Tints of Horizon #55818F
RGB
CMYK
RGB Variations
Color information
#55818F (or 0x55818F) is known color: Horizon. HEX triplet: 55, 81 and 8F. RGB value is (85,129,143). Sum of RGB (Red+Green+Blue) = 85+129+143=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 129 (50.78% from 255 or 36.13% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #55818F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55818F is #AA7E70. Grayscale: #757575. Windows color (decimal): -11173489 or 9404757. OLE color: 9404757.
HSL color Cylindrical-coordinate representation of color #55818F: hue angle of 194.48º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55818F is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 129 | 143 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.44 |
| HSL | 194.48º | 0.25% | 0.45% | - |
| HSV(B) | 194.48º | 0.41% | 0.56% | - |
| XYZ | 16.55 | 19.61 | 28.9 | - |
| YUV | 117.44 | 142.42 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 129 | 143 | 0.41 | 0.10 | 0 | 0.44 | 194.48 | 0.25 | 0.45 |
| Hex | 55 | 81 | 8F | 29 | A | 0 | 2C | C2 | 19 | 2D |
| Octal | 125 | 201 | 217 | 51 | 12 | 0 | 54 | 302 | 31 | 55 |
| Binary | 1010101 | 10000001 | 10001111 | 101001 | 1010 | 0 | 101100 | 11000010 | 11001 | 101101 |
Color Harmonies of #55818F
Complementary color
Monochromatic Colors of #55818F
Black with #55818F
Text Example
Text Example
White with #55818F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55818F; }
p { color: rgb(85,129,143); }
H1.HeaderClassName
{
color: #55818F;
}
.AnyTagClassName
{
color: #55818F;
}
</style>
background-color css
<style>
a { background-color: #55818F; }
a { background-color: rgb(85,129,143); }
div.DivClassName
{
background-color: #55818F;
}
.BgClassName
{
background-color: #55818F;
}
</style>
border-color css
<style>
span { border-color: #55818F; }
span { border-color: rgb(85,129,143); }
td.TdClassName
{
border-color: #55818F;
}
.TagClassName
{
border-color: #55818F;
}
</style>