Shades of Horizon #577E94
Tints of Horizon #577E94
RGB
CMYK
RGB Variations
Color information
#577E94 (or 0x577E94) is known color: Horizon. HEX triplet: 57, 7E and 94. RGB value is (87,126,148). Sum of RGB (Red+Green+Blue) = 87+126+148=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #577E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577E94 is #A8816B. Grayscale: #747474. Windows color (decimal): -11043180 or 9731671. OLE color: 9731671.
HSL color Cylindrical-coordinate representation of color #577E94: hue angle of 201.64º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #577E94 is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 126 | 148 | - |
| CMYK | 0.41 | 0.15 | 0 | 0.42 |
| HSL | 201.64º | 0.26% | 0.46% | - |
| HSV(B) | 201.64º | 0.41% | 0.58% | - |
| XYZ | 16.74 | 19.09 | 30.82 | - |
| YUV | 116.85 | 145.58 | 106.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 148 | 0.41 | 0.15 | 0 | 0.42 | 201.64 | 0.26 | 0.46 |
| Hex | 57 | 7E | 94 | 29 | F | 0 | 2A | CA | 1A | 2E |
| Octal | 127 | 176 | 224 | 51 | 17 | 0 | 52 | 312 | 32 | 56 |
| Binary | 1010111 | 1111110 | 10010100 | 101001 | 1111 | 0 | 101010 | 11001010 | 11010 | 101110 |
Color Harmonies of #577E94
Complementary color
Monochromatic Colors of #577E94
Black with #577E94
Text Example
Text Example
White with #577E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577E94; }
p { color: rgb(87,126,148); }
H1.HeaderClassName
{
color: #577E94;
}
.AnyTagClassName
{
color: #577E94;
}
</style>
background-color css
<style>
a { background-color: #577E94; }
a { background-color: rgb(87,126,148); }
div.DivClassName
{
background-color: #577E94;
}
.BgClassName
{
background-color: #577E94;
}
</style>
border-color css
<style>
span { border-color: #577E94; }
span { border-color: rgb(87,126,148); }
td.TdClassName
{
border-color: #577E94;
}
.TagClassName
{
border-color: #577E94;
}
</style>