Shades of Royal Blue #577EDE
Tints of Royal Blue #577EDE
RGB
CMYK
RGB Variations
Color information
#577EDE (or 0x577EDE) is known color: Royal Blue. HEX triplet: 57, 7E and DE. RGB value is (87,126,222). Sum of RGB (Red+Green+Blue) = 87+126+222=435 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20% from 435); Green value is 126 (49.61% from 255 or 28.97% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #577EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577EDE is #A88121. Grayscale: #7C7C7C. Windows color (decimal): -11043106 or 14581335. OLE color: 14581335.
HSL color Cylindrical-coordinate representation of color #577EDE: hue angle of 222.67º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577EDE is Cyan = 0.61, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 126 | 222 | - |
| CMYK | 0.61 | 0.43 | 0 | 0.13 |
| HSL | 222.67º | 0.67% | 0.61% | - |
| HSV(B) | 222.67º | 0.61% | 0.87% | - |
| XYZ | 24.58 | 22.22 | 72.1 | - |
| YUV | 125.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 126 | 222 | 0.61 | 0.43 | 0 | 0.13 | 222.67 | 0.67 | 0.61 |
| Hex | 57 | 7E | DE | 3D | 2B | 0 | D | DF | 43 | 3D |
| Octal | 127 | 176 | 336 | 75 | 53 | 0 | 15 | 337 | 103 | 75 |
| Binary | 1010111 | 1111110 | 11011110 | 111101 | 101011 | 0 | 1101 | 11011111 | 1000011 | 111101 |
Color Harmonies of #577EDE
Complementary color
Monochromatic Colors of #577EDE
Black with #577EDE
Text Example
Text Example
White with #577EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577EDE; }
p { color: rgb(87,126,222); }
H1.HeaderClassName
{
color: #577EDE;
}
.AnyTagClassName
{
color: #577EDE;
}
</style>
background-color css
<style>
a { background-color: #577EDE; }
a { background-color: rgb(87,126,222); }
div.DivClassName
{
background-color: #577EDE;
}
.BgClassName
{
background-color: #577EDE;
}
</style>
border-color css
<style>
span { border-color: #577EDE; }
span { border-color: rgb(87,126,222); }
td.TdClassName
{
border-color: #577EDE;
}
.TagClassName
{
border-color: #577EDE;
}
</style>