Shades of Royal Blue #576DDB
Tints of Royal Blue #576DDB
RGB
CMYK
RGB Variations
Color information
#576DDB (or 0x576DDB) is known color: Royal Blue. HEX triplet: 57, 6D and DB. RGB value is (87,109,219). Sum of RGB (Red+Green+Blue) = 87+109+219=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #576DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576DDB is #A89224. Grayscale: #727272. Windows color (decimal): -11047461 or 14380375. OLE color: 14380375.
HSL color Cylindrical-coordinate representation of color #576DDB: hue angle of 230º 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 #576DDB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 109 | 219 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.14 |
| HSL | 230º | 0.65% | 0.6% | - |
| HSV(B) | 230º | 0.6% | 0.86% | - |
| XYZ | 22.19 | 18.08 | 69.34 | - |
| YUV | 114.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 109 | 219 | 0.60 | 0.50 | 0 | 0.14 | 230 | 0.65 | 0.6 |
| Hex | 57 | 6D | DB | 3C | 32 | 0 | E | E6 | 41 | 3C |
| Octal | 127 | 155 | 333 | 74 | 62 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1010111 | 1101101 | 11011011 | 111100 | 110010 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #576DDB
Complementary color
Monochromatic Colors of #576DDB
Black with #576DDB
Text Example
Text Example
White with #576DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576DDB; }
p { color: rgb(87,109,219); }
H1.HeaderClassName
{
color: #576DDB;
}
.AnyTagClassName
{
color: #576DDB;
}
</style>
background-color css
<style>
a { background-color: #576DDB; }
a { background-color: rgb(87,109,219); }
div.DivClassName
{
background-color: #576DDB;
}
.BgClassName
{
background-color: #576DDB;
}
</style>
border-color css
<style>
span { border-color: #576DDB; }
span { border-color: rgb(87,109,219); }
td.TdClassName
{
border-color: #576DDB;
}
.TagClassName
{
border-color: #576DDB;
}
</style>