Shades of Royal Blue #577ADC
Tints of Royal Blue #577ADC
RGB
CMYK
RGB Variations
Color information
#577ADC (or 0x577ADC) is known color: Royal Blue. HEX triplet: 57, 7A and DC. RGB value is (87,122,220). Sum of RGB (Red+Green+Blue) = 87+122+220=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #577ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #577ADC is #A88523. Grayscale: #7A7A7A. Windows color (decimal): -11044132 or 14449239. OLE color: 14449239.
HSL color Cylindrical-coordinate representation of color #577ADC: hue angle of 224.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #577ADC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 122 | 220 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.14 |
| HSL | 224.21º | 0.66% | 0.6% | - |
| HSV(B) | 224.21º | 0.6% | 0.86% | - |
| XYZ | 23.81 | 21.11 | 70.53 | - |
| YUV | 122.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 122 | 220 | 0.60 | 0.45 | 0 | 0.14 | 224.21 | 0.66 | 0.6 |
| Hex | 57 | 7A | DC | 3C | 2D | 0 | E | E0 | 42 | 3C |
| Octal | 127 | 172 | 334 | 74 | 55 | 0 | 16 | 340 | 102 | 74 |
| Binary | 1010111 | 1111010 | 11011100 | 111100 | 101101 | 0 | 1110 | 11100000 | 1000010 | 111100 |
Color Harmonies of #577ADC
Complementary color
Monochromatic Colors of #577ADC
Black with #577ADC
Text Example
Text Example
White with #577ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577ADC; }
p { color: rgb(87,122,220); }
H1.HeaderClassName
{
color: #577ADC;
}
.AnyTagClassName
{
color: #577ADC;
}
</style>
background-color css
<style>
a { background-color: #577ADC; }
a { background-color: rgb(87,122,220); }
div.DivClassName
{
background-color: #577ADC;
}
.BgClassName
{
background-color: #577ADC;
}
</style>
border-color css
<style>
span { border-color: #577ADC; }
span { border-color: rgb(87,122,220); }
td.TdClassName
{
border-color: #577ADC;
}
.TagClassName
{
border-color: #577ADC;
}
</style>