Shades of Royal Blue #576ADB
Tints of Royal Blue #576ADB
RGB
CMYK
RGB Variations
Color information
#576ADB (or 0x576ADB) is known color: Royal Blue. HEX triplet: 57, 6A and DB. RGB value is (87,106,219). Sum of RGB (Red+Green+Blue) = 87+106+219=412 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.12% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #576ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576ADB is #A89524. Grayscale: #707070. Windows color (decimal): -11048229 or 14379607. OLE color: 14379607.
HSL color Cylindrical-coordinate representation of color #576ADB: hue angle of 231.36º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #576ADB is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 106 | 219 | - |
| CMYK | 0.60 | 0.52 | 0 | 0.14 |
| HSL | 231.36º | 0.65% | 0.6% | - |
| HSV(B) | 231.36º | 0.6% | 0.86% | - |
| XYZ | 21.87 | 17.45 | 69.23 | - |
| YUV | 113.2 | 187.71 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 106 | 219 | 0.60 | 0.52 | 0 | 0.14 | 231.36 | 0.65 | 0.6 |
| Hex | 57 | 6A | DB | 3C | 34 | 0 | E | E7 | 41 | 3C |
| Octal | 127 | 152 | 333 | 74 | 64 | 0 | 16 | 347 | 101 | 74 |
| Binary | 1010111 | 1101010 | 11011011 | 111100 | 110100 | 0 | 1110 | 11100111 | 1000001 | 111100 |
Color Harmonies of #576ADB
Complementary color
Monochromatic Colors of #576ADB
Black with #576ADB
Text Example
Text Example
White with #576ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576ADB; }
p { color: rgb(87,106,219); }
H1.HeaderClassName
{
color: #576ADB;
}
.AnyTagClassName
{
color: #576ADB;
}
</style>
background-color css
<style>
a { background-color: #576ADB; }
a { background-color: rgb(87,106,219); }
div.DivClassName
{
background-color: #576ADB;
}
.BgClassName
{
background-color: #576ADB;
}
</style>
border-color css
<style>
span { border-color: #576ADB; }
span { border-color: rgb(87,106,219); }
td.TdClassName
{
border-color: #576ADB;
}
.TagClassName
{
border-color: #576ADB;
}
</style>