Shades of Horizon #56828E
Tints of Horizon #56828E
RGB
CMYK
RGB Variations
Color information
#56828E (or 0x56828E) is known color: Horizon. HEX triplet: 56, 82 and 8E. RGB value is (86,130,142). Sum of RGB (Red+Green+Blue) = 86+130+142=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #56828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828E is #A97D71. Grayscale: #767676. Windows color (decimal): -11107698 or 9339478. OLE color: 9339478.
HSL color Cylindrical-coordinate representation of color #56828E: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56828E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 86 | 130 | 142 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.44 |
| HSL | 192.86º | 0.25% | 0.45% | - |
| HSV(B) | 192.86º | 0.39% | 0.56% | - |
| XYZ | 16.7 | 19.9 | 28.55 | - |
| YUV | 118.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 142 | 0.39 | 0.08 | 0 | 0.44 | 192.86 | 0.25 | 0.45 |
| Hex | 56 | 82 | 8E | 27 | 8 | 0 | 2C | C1 | 19 | 2D |
| Octal | 126 | 202 | 216 | 47 | 10 | 0 | 54 | 301 | 31 | 55 |
| Binary | 1010110 | 10000010 | 10001110 | 100111 | 1000 | 0 | 101100 | 11000001 | 11001 | 101101 |
Color Harmonies of #56828E
Complementary color
Monochromatic Colors of #56828E
Black with #56828E
Text Example
Text Example
White with #56828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56828E; }
p { color: rgb(86,130,142); }
H1.HeaderClassName
{
color: #56828E;
}
.AnyTagClassName
{
color: #56828E;
}
</style>
background-color css
<style>
a { background-color: #56828E; }
a { background-color: rgb(86,130,142); }
div.DivClassName
{
background-color: #56828E;
}
.BgClassName
{
background-color: #56828E;
}
</style>
border-color css
<style>
span { border-color: #56828E; }
span { border-color: rgb(86,130,142); }
td.TdClassName
{
border-color: #56828E;
}
.TagClassName
{
border-color: #56828E;
}
</style>