Shades of Royal Blue #5576DC
Tints of Royal Blue #5576DC
RGB
CMYK
RGB Variations
Color information
#5576DC (or 0x5576DC) is known color: Royal Blue. HEX triplet: 55, 76 and DC. RGB value is (85,118,220). Sum of RGB (Red+Green+Blue) = 85+118+220=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #5576DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5576DC is #AA8923. Grayscale: #777777. Windows color (decimal): -11176228 or 14448213. OLE color: 14448213.
HSL color Cylindrical-coordinate representation of color #5576DC: hue angle of 225.33º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5576DC is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 118 | 220 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.14 |
| HSL | 225.33º | 0.66% | 0.6% | - |
| HSV(B) | 225.33º | 0.61% | 0.86% | - |
| XYZ | 23.14 | 20.06 | 70.36 | - |
| YUV | 119.76 | 184.57 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 220 | 0.61 | 0.46 | 0 | 0.14 | 225.33 | 0.66 | 0.6 |
| Hex | 55 | 76 | DC | 3D | 2E | 0 | E | E1 | 42 | 3C |
| Octal | 125 | 166 | 334 | 75 | 56 | 0 | 16 | 341 | 102 | 74 |
| Binary | 1010101 | 1110110 | 11011100 | 111101 | 101110 | 0 | 1110 | 11100001 | 1000010 | 111100 |
Color Harmonies of #5576DC
Complementary color
Monochromatic Colors of #5576DC
Black with #5576DC
Text Example
Text Example
White with #5576DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5576DC; }
p { color: rgb(85,118,220); }
H1.HeaderClassName
{
color: #5576DC;
}
.AnyTagClassName
{
color: #5576DC;
}
</style>
background-color css
<style>
a { background-color: #5576DC; }
a { background-color: rgb(85,118,220); }
div.DivClassName
{
background-color: #5576DC;
}
.BgClassName
{
background-color: #5576DC;
}
</style>
border-color css
<style>
span { border-color: #5576DC; }
span { border-color: rgb(85,118,220); }
td.TdClassName
{
border-color: #5576DC;
}
.TagClassName
{
border-color: #5576DC;
}
</style>