Shades of Royal Blue #5761DB
Tints of Royal Blue #5761DB
RGB
CMYK
RGB Variations
Color information
#5761DB (or 0x5761DB) is known color: Royal Blue. HEX triplet: 57, 61 and DB. RGB value is (87,97,219). Sum of RGB (Red+Green+Blue) = 87+97+219=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #5761DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5761DB is #A89E24. Grayscale: #6B6B6B. Windows color (decimal): -11050533 or 14377303. OLE color: 14377303.
HSL color Cylindrical-coordinate representation of color #5761DB: hue angle of 235.45º 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 #5761DB is Cyan = 0.60, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 97 | 219 | - |
| CMYK | 0.60 | 0.56 | 0 | 0.14 |
| HSL | 235.45º | 0.65% | 0.6% | - |
| HSV(B) | 235.45º | 0.6% | 0.86% | - |
| XYZ | 20.99 | 15.69 | 68.94 | - |
| YUV | 107.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 219 | 0.60 | 0.56 | 0 | 0.14 | 235.45 | 0.65 | 0.6 |
| Hex | 57 | 61 | DB | 3C | 38 | 0 | E | EB | 41 | 3C |
| Octal | 127 | 141 | 333 | 74 | 70 | 0 | 16 | 353 | 101 | 74 |
| Binary | 1010111 | 1100001 | 11011011 | 111100 | 111000 | 0 | 1110 | 11101011 | 1000001 | 111100 |
Color Harmonies of #5761DB
Complementary color
Monochromatic Colors of #5761DB
Black with #5761DB
Text Example
Text Example
White with #5761DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5761DB; }
p { color: rgb(87,97,219); }
H1.HeaderClassName
{
color: #5761DB;
}
.AnyTagClassName
{
color: #5761DB;
}
</style>
background-color css
<style>
a { background-color: #5761DB; }
a { background-color: rgb(87,97,219); }
div.DivClassName
{
background-color: #5761DB;
}
.BgClassName
{
background-color: #5761DB;
}
</style>
border-color css
<style>
span { border-color: #5761DB; }
span { border-color: rgb(87,97,219); }
td.TdClassName
{
border-color: #5761DB;
}
.TagClassName
{
border-color: #5761DB;
}
</style>