Shades of Horizon #577F93
Tints of Horizon #577F93
RGB
CMYK
RGB Variations
Color information
#577F93 (or 0x577F93) is known color: Horizon. HEX triplet: 57, 7F and 93. RGB value is (87,127,147). Sum of RGB (Red+Green+Blue) = 87+127+147=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 147 - color contains mainly: blue. Hex color #577F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577F93 is #A8806C. Grayscale: #757575. Windows color (decimal): -11042925 or 9666391. OLE color: 9666391.
HSL color Cylindrical-coordinate representation of color #577F93: hue angle of 200º 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 #577F93 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 87 | 127 | 147 | - |
| CMYK | 0.41 | 0.14 | 0 | 0.42 |
| HSL | 200º | 0.26% | 0.46% | - |
| HSV(B) | 200º | 0.41% | 0.58% | - |
| XYZ | 16.79 | 19.31 | 30.45 | - |
| YUV | 117.32 | 144.75 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 147 | 0.41 | 0.14 | 0 | 0.42 | 200 | 0.26 | 0.46 |
| Hex | 57 | 7F | 93 | 29 | E | 0 | 2A | C8 | 1A | 2E |
| Octal | 127 | 177 | 223 | 51 | 16 | 0 | 52 | 310 | 32 | 56 |
| Binary | 1010111 | 1111111 | 10010011 | 101001 | 1110 | 0 | 101010 | 11001000 | 11010 | 101110 |
Color Harmonies of #577F93
Complementary color
Monochromatic Colors of #577F93
Black with #577F93
Text Example
Text Example
White with #577F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F93; }
p { color: rgb(87,127,147); }
H1.HeaderClassName
{
color: #577F93;
}
.AnyTagClassName
{
color: #577F93;
}
</style>
background-color css
<style>
a { background-color: #577F93; }
a { background-color: rgb(87,127,147); }
div.DivClassName
{
background-color: #577F93;
}
.BgClassName
{
background-color: #577F93;
}
</style>
border-color css
<style>
span { border-color: #577F93; }
span { border-color: rgb(87,127,147); }
td.TdClassName
{
border-color: #577F93;
}
.TagClassName
{
border-color: #577F93;
}
</style>