Shades of Royal Blue #576DD4
Tints of Royal Blue #576DD4
RGB
CMYK
RGB Variations
Color information
#576DD4 (or 0x576DD4) is known color: Royal Blue. HEX triplet: 57, 6D and D4. RGB value is (87,109,212). Sum of RGB (Red+Green+Blue) = 87+109+212=408 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.32% from 408); Green value is 109 (42.97% from 255 or 26.72% from 408); Blue value is 212 (83.20% from 255 or 51.96% from 408); Max value from RGB is 212 - color contains mainly: blue. Hex color #576DD4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576DD4 is #A8922B. Grayscale: #717171. Windows color (decimal): -11047468 or 13921623. OLE color: 13921623.
HSL color Cylindrical-coordinate representation of color #576DD4: hue angle of 229.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #576DD4 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 87 | 109 | 212 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.17 |
| HSL | 229.44º | 0.59% | 0.59% | - |
| HSV(B) | 229.44º | 0.59% | 0.83% | - |
| XYZ | 21.28 | 17.72 | 64.59 | - |
| YUV | 114.16 | 183.21 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 212 | 0.59 | 0.49 | 0 | 0.17 | 229.44 | 0.59 | 0.59 |
| Hex | 57 | 6D | D4 | 3B | 31 | 0 | 11 | E5 | 3B | 3B |
| Octal | 127 | 155 | 324 | 73 | 61 | 0 | 21 | 345 | 73 | 73 |
| Binary | 1010111 | 1101101 | 11010100 | 111011 | 110001 | 0 | 10001 | 11100101 | 111011 | 111011 |
Color Harmonies of #576DD4
Complementary color
Monochromatic Colors of #576DD4
Black with #576DD4
Text Example
Text Example
White with #576DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576DD4; }
p { color: rgb(87,109,212); }
H1.HeaderClassName
{
color: #576DD4;
}
.AnyTagClassName
{
color: #576DD4;
}
</style>
background-color css
<style>
a { background-color: #576DD4; }
a { background-color: rgb(87,109,212); }
div.DivClassName
{
background-color: #576DD4;
}
.BgClassName
{
background-color: #576DD4;
}
</style>
border-color css
<style>
span { border-color: #576DD4; }
span { border-color: rgb(87,109,212); }
td.TdClassName
{
border-color: #576DD4;
}
.TagClassName
{
border-color: #576DD4;
}
</style>