Shades of Horizon #56828D
Tints of Horizon #56828D
RGB
CMYK
RGB Variations
Color information
#56828D (or 0x56828D) is known color: Horizon. HEX triplet: 56, 82 and 8D. RGB value is (86,130,141). Sum of RGB (Red+Green+Blue) = 86+130+141=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 141 - color contains mainly: blue. Hex color #56828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56828D is #A97D72. Grayscale: #767676. Windows color (decimal): -11107699 or 9273942. OLE color: 9273942.
HSL color Cylindrical-coordinate representation of color #56828D: hue angle of 192º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56828D is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 130 | 141 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.45 |
| HSL | 192º | 0.24% | 0.45% | - |
| HSV(B) | 192º | 0.39% | 0.55% | - |
| XYZ | 16.63 | 19.87 | 28.16 | - |
| YUV | 118.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 141 | 0.39 | 0.08 | 0 | 0.45 | 192 | 0.24 | 0.45 |
| Hex | 56 | 82 | 8D | 27 | 8 | 0 | 2D | C0 | 18 | 2D |
| Octal | 126 | 202 | 215 | 47 | 10 | 0 | 55 | 300 | 30 | 55 |
| Binary | 1010110 | 10000010 | 10001101 | 100111 | 1000 | 0 | 101101 | 11000000 | 11000 | 101101 |
Color Harmonies of #56828D
Complementary color
Monochromatic Colors of #56828D
Black with #56828D
Text Example
Text Example
White with #56828D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56828D; }
p { color: rgb(86,130,141); }
H1.HeaderClassName
{
color: #56828D;
}
.AnyTagClassName
{
color: #56828D;
}
</style>
background-color css
<style>
a { background-color: #56828D; }
a { background-color: rgb(86,130,141); }
div.DivClassName
{
background-color: #56828D;
}
.BgClassName
{
background-color: #56828D;
}
</style>
border-color css
<style>
span { border-color: #56828D; }
span { border-color: rgb(86,130,141); }
td.TdClassName
{
border-color: #56828D;
}
.TagClassName
{
border-color: #56828D;
}
</style>