Shades of Royal Blue #576AD6
Tints of Royal Blue #576AD6
RGB
CMYK
RGB Variations
Color information
#576AD6 (or 0x576AD6) is known color: Royal Blue. HEX triplet: 57, 6A and D6. RGB value is (87,106,214). Sum of RGB (Red+Green+Blue) = 87+106+214=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 214 (83.98% from 255 or 52.58% from 407); Max value from RGB is 214 - color contains mainly: blue. Hex color #576AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576AD6 is #A89529. Grayscale: #707070. Windows color (decimal): -11048234 or 14051927. OLE color: 14051927.
HSL color Cylindrical-coordinate representation of color #576AD6: hue angle of 231.02º 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 #576AD6 is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 106 | 214 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.16 |
| HSL | 231.02º | 0.61% | 0.59% | - |
| HSV(B) | 231.02º | 0.59% | 0.84% | - |
| XYZ | 21.22 | 17.19 | 65.82 | - |
| YUV | 112.63 | 185.21 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 214 | 0.59 | 0.50 | 0 | 0.16 | 231.02 | 0.61 | 0.59 |
| Hex | 57 | 6A | D6 | 3B | 32 | 0 | 10 | E7 | 3D | 3B |
| Octal | 127 | 152 | 326 | 73 | 62 | 0 | 20 | 347 | 75 | 73 |
| Binary | 1010111 | 1101010 | 11010110 | 111011 | 110010 | 0 | 10000 | 11100111 | 111101 | 111011 |
Color Harmonies of #576AD6
Complementary color
Monochromatic Colors of #576AD6
Black with #576AD6
Text Example
Text Example
White with #576AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576AD6; }
p { color: rgb(87,106,214); }
H1.HeaderClassName
{
color: #576AD6;
}
.AnyTagClassName
{
color: #576AD6;
}
</style>
background-color css
<style>
a { background-color: #576AD6; }
a { background-color: rgb(87,106,214); }
div.DivClassName
{
background-color: #576AD6;
}
.BgClassName
{
background-color: #576AD6;
}
</style>
border-color css
<style>
span { border-color: #576AD6; }
span { border-color: rgb(87,106,214); }
td.TdClassName
{
border-color: #576AD6;
}
.TagClassName
{
border-color: #576AD6;
}
</style>