Shades of Royal Blue #577BDD
Tints of Royal Blue #577BDD
RGB
CMYK
RGB Variations
Color information
#577BDD (or 0x577BDD) is known color: Royal Blue. HEX triplet: 57, 7B and DD. RGB value is (87,123,221). Sum of RGB (Red+Green+Blue) = 87+123+221=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #577BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577BDD is #A88422. Grayscale: #7A7A7A. Windows color (decimal): -11043875 or 14515031. OLE color: 14515031.
HSL color Cylindrical-coordinate representation of color #577BDD: hue angle of 223.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #577BDD is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 123 | 221 | - |
| CMYK | 0.61 | 0.44 | 0 | 0.13 |
| HSL | 223.88º | 0.66% | 0.6% | - |
| HSV(B) | 223.88º | 0.61% | 0.87% | - |
| XYZ | 24.06 | 21.41 | 71.27 | - |
| YUV | 123.41 | 183.07 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 123 | 221 | 0.61 | 0.44 | 0 | 0.13 | 223.88 | 0.66 | 0.6 |
| Hex | 57 | 7B | DD | 3D | 2C | 0 | D | E0 | 42 | 3C |
| Octal | 127 | 173 | 335 | 75 | 54 | 0 | 15 | 340 | 102 | 74 |
| Binary | 1010111 | 1111011 | 11011101 | 111101 | 101100 | 0 | 1101 | 11100000 | 1000010 | 111100 |
Color Harmonies of #577BDD
Complementary color
Monochromatic Colors of #577BDD
Black with #577BDD
Text Example
Text Example
White with #577BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577BDD; }
p { color: rgb(87,123,221); }
H1.HeaderClassName
{
color: #577BDD;
}
.AnyTagClassName
{
color: #577BDD;
}
</style>
background-color css
<style>
a { background-color: #577BDD; }
a { background-color: rgb(87,123,221); }
div.DivClassName
{
background-color: #577BDD;
}
.BgClassName
{
background-color: #577BDD;
}
</style>
border-color css
<style>
span { border-color: #577BDD; }
span { border-color: rgb(87,123,221); }
td.TdClassName
{
border-color: #577BDD;
}
.TagClassName
{
border-color: #577BDD;
}
</style>