Shades of Royal Blue #577ADD
Tints of Royal Blue #577ADD
RGB
CMYK
RGB Variations
Color information
#577ADD (or 0x577ADD) is known color: Royal Blue. HEX triplet: 57, 7A and DD. RGB value is (87,122,221). Sum of RGB (Red+Green+Blue) = 87+122+221=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #577ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ADD is #A88522. Grayscale: #7A7A7A. Windows color (decimal): -11044131 or 14514775. OLE color: 14514775.
HSL color Cylindrical-coordinate representation of color #577ADD: hue angle of 224.33º 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 #577ADD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 122 | 221 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224.33º | 0.66% | 0.6% | - |
| HSV(B) | 224.33º | 0.61% | 0.87% | - |
| XYZ | 23.94 | 21.17 | 71.23 | - |
| YUV | 122.82 | 183.4 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 221 | 0.61 | 0.45 | 0 | 0.13 | 224.33 | 0.66 | 0.6 |
| Hex | 57 | 7A | DD | 3D | 2D | 0 | D | E0 | 42 | 3C |
| Octal | 127 | 172 | 335 | 75 | 55 | 0 | 15 | 340 | 102 | 74 |
| Binary | 1010111 | 1111010 | 11011101 | 111101 | 101101 | 0 | 1101 | 11100000 | 1000010 | 111100 |
Color Harmonies of #577ADD
Complementary color
Monochromatic Colors of #577ADD
Black with #577ADD
Text Example
Text Example
White with #577ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ADD; }
p { color: rgb(87,122,221); }
H1.HeaderClassName
{
color: #577ADD;
}
.AnyTagClassName
{
color: #577ADD;
}
</style>
background-color css
<style>
a { background-color: #577ADD; }
a { background-color: rgb(87,122,221); }
div.DivClassName
{
background-color: #577ADD;
}
.BgClassName
{
background-color: #577ADD;
}
</style>
border-color css
<style>
span { border-color: #577ADD; }
span { border-color: rgb(87,122,221); }
td.TdClassName
{
border-color: #577ADD;
}
.TagClassName
{
border-color: #577ADD;
}
</style>