Shades of Horizon #577F98
Tints of Horizon #577F98
RGB
CMYK
RGB Variations
Color information
#577F98 (or 0x577F98) is known color: Horizon. HEX triplet: 57, 7F and 98. RGB value is (87,127,152). Sum of RGB (Red+Green+Blue) = 87+127+152=366 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.77% from 366); Green value is 127 (50% from 255 or 34.70% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #577F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F98 is #A88067. Grayscale: #757575. Windows color (decimal): -11042920 or 9994071. OLE color: 9994071.
HSL color Cylindrical-coordinate representation of color #577F98: hue angle of 203.08º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #577F98 is Cyan = 0.43, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 87 | 127 | 152 | - |
| CMYK | 0.43 | 0.16 | 0 | 0.40 |
| HSL | 203.08º | 0.27% | 0.47% | - |
| HSV(B) | 203.08º | 0.43% | 0.6% | - |
| XYZ | 17.19 | 19.47 | 32.56 | - |
| YUV | 117.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 152 | 0.43 | 0.16 | 0 | 0.40 | 203.08 | 0.27 | 0.47 |
| Hex | 57 | 7F | 98 | 2B | 10 | 0 | 28 | CB | 1B | 2F |
| Octal | 127 | 177 | 230 | 53 | 20 | 0 | 50 | 313 | 33 | 57 |
| Binary | 1010111 | 1111111 | 10011000 | 101011 | 10000 | 0 | 101000 | 11001011 | 11011 | 101111 |
Color Harmonies of #577F98
Complementary color
Monochromatic Colors of #577F98
Black with #577F98
Text Example
Text Example
White with #577F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F98; }
p { color: rgb(87,127,152); }
H1.HeaderClassName
{
color: #577F98;
}
.AnyTagClassName
{
color: #577F98;
}
</style>
background-color css
<style>
a { background-color: #577F98; }
a { background-color: rgb(87,127,152); }
div.DivClassName
{
background-color: #577F98;
}
.BgClassName
{
background-color: #577F98;
}
</style>
border-color css
<style>
span { border-color: #577F98; }
span { border-color: rgb(87,127,152); }
td.TdClassName
{
border-color: #577F98;
}
.TagClassName
{
border-color: #577F98;
}
</style>