Shades of Royal Blue #576EDB
Tints of Royal Blue #576EDB
RGB
CMYK
RGB Variations
Color information
#576EDB (or 0x576EDB) is known color: Royal Blue. HEX triplet: 57, 6E and DB. RGB value is (87,110,219). Sum of RGB (Red+Green+Blue) = 87+110+219=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #576EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #576EDB is #A89124. Grayscale: #737373. Windows color (decimal): -11047205 or 14380631. OLE color: 14380631.
HSL color Cylindrical-coordinate representation of color #576EDB: hue angle of 229.55º 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 #576EDB is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 110 | 219 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.14 |
| HSL | 229.55º | 0.65% | 0.6% | - |
| HSV(B) | 229.55º | 0.6% | 0.86% | - |
| XYZ | 22.29 | 18.29 | 69.37 | - |
| YUV | 115.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 110 | 219 | 0.60 | 0.50 | 0 | 0.14 | 229.55 | 0.65 | 0.6 |
| Hex | 57 | 6E | DB | 3C | 32 | 0 | E | E6 | 41 | 3C |
| Octal | 127 | 156 | 333 | 74 | 62 | 0 | 16 | 346 | 101 | 74 |
| Binary | 1010111 | 1101110 | 11011011 | 111100 | 110010 | 0 | 1110 | 11100110 | 1000001 | 111100 |
Color Harmonies of #576EDB
Complementary color
Monochromatic Colors of #576EDB
Black with #576EDB
Text Example
Text Example
White with #576EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576EDB; }
p { color: rgb(87,110,219); }
H1.HeaderClassName
{
color: #576EDB;
}
.AnyTagClassName
{
color: #576EDB;
}
</style>
background-color css
<style>
a { background-color: #576EDB; }
a { background-color: rgb(87,110,219); }
div.DivClassName
{
background-color: #576EDB;
}
.BgClassName
{
background-color: #576EDB;
}
</style>
border-color css
<style>
span { border-color: #576EDB; }
span { border-color: rgb(87,110,219); }
td.TdClassName
{
border-color: #576EDB;
}
.TagClassName
{
border-color: #576EDB;
}
</style>