Shades of Royal Blue #576ADD
Tints of Royal Blue #576ADD
RGB
CMYK
RGB Variations
Color information
#576ADD (or 0x576ADD) is known color: Royal Blue. HEX triplet: 57, 6A and DD. RGB value is (87,106,221). Sum of RGB (Red+Green+Blue) = 87+106+221=414 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.01% from 414); Green value is 106 (41.80% from 255 or 25.60% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #576ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576ADD is #A89522. Grayscale: #707070. Windows color (decimal): -11048227 or 14510679. OLE color: 14510679.
HSL color Cylindrical-coordinate representation of color #576ADD: hue angle of 231.49º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #576ADD is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 106 | 221 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.13 |
| HSL | 231.49º | 0.66% | 0.6% | - |
| HSV(B) | 231.49º | 0.61% | 0.87% | - |
| XYZ | 22.14 | 17.55 | 70.63 | - |
| YUV | 113.43 | 188.71 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 221 | 0.61 | 0.52 | 0 | 0.13 | 231.49 | 0.66 | 0.6 |
| Hex | 57 | 6A | DD | 3D | 34 | 0 | D | E7 | 42 | 3C |
| Octal | 127 | 152 | 335 | 75 | 64 | 0 | 15 | 347 | 102 | 74 |
| Binary | 1010111 | 1101010 | 11011101 | 111101 | 110100 | 0 | 1101 | 11100111 | 1000010 | 111100 |
Color Harmonies of #576ADD
Complementary color
Monochromatic Colors of #576ADD
Black with #576ADD
Text Example
Text Example
White with #576ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576ADD; }
p { color: rgb(87,106,221); }
H1.HeaderClassName
{
color: #576ADD;
}
.AnyTagClassName
{
color: #576ADD;
}
</style>
background-color css
<style>
a { background-color: #576ADD; }
a { background-color: rgb(87,106,221); }
div.DivClassName
{
background-color: #576ADD;
}
.BgClassName
{
background-color: #576ADD;
}
</style>
border-color css
<style>
span { border-color: #576ADD; }
span { border-color: rgb(87,106,221); }
td.TdClassName
{
border-color: #576ADD;
}
.TagClassName
{
border-color: #576ADD;
}
</style>