Shades of Horizon #57828E
Tints of Horizon #57828E
RGB
CMYK
RGB Variations
Color information
#57828E (or 0x57828E) is known color: Horizon. HEX triplet: 57, 82 and 8E. RGB value is (87,130,142). Sum of RGB (Red+Green+Blue) = 87+130+142=359 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.23% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 142 - color contains mainly: blue. Hex color #57828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57828E is #A87D71. Grayscale: #767676. Windows color (decimal): -11042162 or 9339479. OLE color: 9339479.
HSL color Cylindrical-coordinate representation of color #57828E: hue angle of 193.09º degrees, saturation: 0.24, 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 #57828E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 130 | 142 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.44 |
| HSL | 193.09º | 0.24% | 0.45% | - |
| HSV(B) | 193.09º | 0.39% | 0.56% | - |
| XYZ | 16.8 | 19.94 | 28.56 | - |
| YUV | 118.51 | 141.25 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 142 | 0.39 | 0.08 | 0 | 0.44 | 193.09 | 0.24 | 0.45 |
| Hex | 57 | 82 | 8E | 27 | 8 | 0 | 2C | C1 | 18 | 2D |
| Octal | 127 | 202 | 216 | 47 | 10 | 0 | 54 | 301 | 30 | 55 |
| Binary | 1010111 | 10000010 | 10001110 | 100111 | 1000 | 0 | 101100 | 11000001 | 11000 | 101101 |
Color Harmonies of #57828E
Complementary color
Monochromatic Colors of #57828E
Black with #57828E
Text Example
Text Example
White with #57828E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57828E; }
p { color: rgb(87,130,142); }
H1.HeaderClassName
{
color: #57828E;
}
.AnyTagClassName
{
color: #57828E;
}
</style>
background-color css
<style>
a { background-color: #57828E; }
a { background-color: rgb(87,130,142); }
div.DivClassName
{
background-color: #57828E;
}
.BgClassName
{
background-color: #57828E;
}
</style>
border-color css
<style>
span { border-color: #57828E; }
span { border-color: rgb(87,130,142); }
td.TdClassName
{
border-color: #57828E;
}
.TagClassName
{
border-color: #57828E;
}
</style>