Shades of Horizon #57838E
Tints of Horizon #57838E
RGB
CMYK
RGB Variations
Color information
#57838E (or 0x57838E) is known color: Horizon. HEX triplet: 57, 83 and 8E. RGB value is (87,131,142). Sum of RGB (Red+Green+Blue) = 87+131+142=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #57838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57838E is #A87C71. Grayscale: #777777. Windows color (decimal): -11041906 or 9339735. OLE color: 9339735.
HSL color Cylindrical-coordinate representation of color #57838E: hue angle of 192º 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 #57838E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 131 | 142 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.44 |
| HSL | 192º | 0.24% | 0.45% | - |
| HSV(B) | 192º | 0.39% | 0.56% | - |
| XYZ | 16.93 | 20.21 | 28.6 | - |
| YUV | 119.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 131 | 142 | 0.39 | 0.08 | 0 | 0.44 | 192 | 0.24 | 0.45 |
| Hex | 57 | 83 | 8E | 27 | 8 | 0 | 2C | C0 | 18 | 2D |
| Octal | 127 | 203 | 216 | 47 | 10 | 0 | 54 | 300 | 30 | 55 |
| Binary | 1010111 | 10000011 | 10001110 | 100111 | 1000 | 0 | 101100 | 11000000 | 11000 | 101101 |
Color Harmonies of #57838E
Complementary color
Monochromatic Colors of #57838E
Black with #57838E
Text Example
Text Example
White with #57838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57838E; }
p { color: rgb(87,131,142); }
H1.HeaderClassName
{
color: #57838E;
}
.AnyTagClassName
{
color: #57838E;
}
</style>
background-color css
<style>
a { background-color: #57838E; }
a { background-color: rgb(87,131,142); }
div.DivClassName
{
background-color: #57838E;
}
.BgClassName
{
background-color: #57838E;
}
</style>
border-color css
<style>
span { border-color: #57838E; }
span { border-color: rgb(87,131,142); }
td.TdClassName
{
border-color: #57838E;
}
.TagClassName
{
border-color: #57838E;
}
</style>