Shades of Royal Blue #576ED6
Tints of Royal Blue #576ED6
RGB
CMYK
RGB Variations
Color information
#576ED6 (or 0x576ED6) is known color: Royal Blue. HEX triplet: 57, 6E and D6. RGB value is (87,110,214). Sum of RGB (Red+Green+Blue) = 87+110+214=411 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.17% from 411); Green value is 110 (43.36% from 255 or 26.76% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #576ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576ED6 is #A89129. Grayscale: #727272. Windows color (decimal): -11047210 or 14052951. OLE color: 14052951.
HSL color Cylindrical-coordinate representation of color #576ED6: hue angle of 229.13º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #576ED6 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 110 | 214 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.16 |
| HSL | 229.13º | 0.61% | 0.59% | - |
| HSV(B) | 229.13º | 0.59% | 0.84% | - |
| XYZ | 21.64 | 18.03 | 65.96 | - |
| YUV | 114.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 214 | 0.59 | 0.49 | 0 | 0.16 | 229.13 | 0.61 | 0.59 |
| Hex | 57 | 6E | D6 | 3B | 31 | 0 | 10 | E5 | 3D | 3B |
| Octal | 127 | 156 | 326 | 73 | 61 | 0 | 20 | 345 | 75 | 73 |
| Binary | 1010111 | 1101110 | 11010110 | 111011 | 110001 | 0 | 10000 | 11100101 | 111101 | 111011 |
Color Harmonies of #576ED6
Complementary color
Monochromatic Colors of #576ED6
Black with #576ED6
Text Example
Text Example
White with #576ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576ED6; }
p { color: rgb(87,110,214); }
H1.HeaderClassName
{
color: #576ED6;
}
.AnyTagClassName
{
color: #576ED6;
}
</style>
background-color css
<style>
a { background-color: #576ED6; }
a { background-color: rgb(87,110,214); }
div.DivClassName
{
background-color: #576ED6;
}
.BgClassName
{
background-color: #576ED6;
}
</style>
border-color css
<style>
span { border-color: #576ED6; }
span { border-color: rgb(87,110,214); }
td.TdClassName
{
border-color: #576ED6;
}
.TagClassName
{
border-color: #576ED6;
}
</style>