Shades of Royal Blue #5B69DB
Tints of Royal Blue #5B69DB
RGB
CMYK
RGB Variations
Color information
#5B69DB (or 0x5B69DB) is known color: Royal Blue. HEX triplet: 5B, 69 and DB. RGB value is (91,105,219). Sum of RGB (Red+Green+Blue) = 91+105+219=415 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.93% from 415); Green value is 105 (41.41% from 255 or 25.30% 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 #5B69DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B69DB is #A49624. Grayscale: #717171. Windows color (decimal): -10786341 or 14379355. OLE color: 14379355.
HSL color Cylindrical-coordinate representation of color #5B69DB: hue angle of 233.44º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B69DB is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 105 | 219 | - |
| CMYK | 0.58 | 0.52 | 0 | 0.14 |
| HSL | 233.44º | 0.64% | 0.61% | - |
| HSV(B) | 233.44º | 0.58% | 0.86% | - |
| XYZ | 22.15 | 17.44 | 69.22 | - |
| YUV | 113.81 | 187.36 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 105 | 219 | 0.58 | 0.52 | 0 | 0.14 | 233.44 | 0.64 | 0.61 |
| Hex | 5B | 69 | DB | 3A | 34 | 0 | E | E9 | 40 | 3D |
| Octal | 133 | 151 | 333 | 72 | 64 | 0 | 16 | 351 | 100 | 75 |
| Binary | 1011011 | 1101001 | 11011011 | 111010 | 110100 | 0 | 1110 | 11101001 | 1000000 | 111101 |
Color Harmonies of #5B69DB
Complementary color
Monochromatic Colors of #5B69DB
Black with #5B69DB
Text Example
Text Example
White with #5B69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B69DB; }
p { color: rgb(91,105,219); }
H1.HeaderClassName
{
color: #5B69DB;
}
.AnyTagClassName
{
color: #5B69DB;
}
</style>
background-color css
<style>
a { background-color: #5B69DB; }
a { background-color: rgb(91,105,219); }
div.DivClassName
{
background-color: #5B69DB;
}
.BgClassName
{
background-color: #5B69DB;
}
</style>
border-color css
<style>
span { border-color: #5B69DB; }
span { border-color: rgb(91,105,219); }
td.TdClassName
{
border-color: #5B69DB;
}
.TagClassName
{
border-color: #5B69DB;
}
</style>