Shades of Royal Blue #5B6FDB
Tints of Royal Blue #5B6FDB
RGB
CMYK
RGB Variations
Color information
#5B6FDB (or 0x5B6FDB) is known color: Royal Blue. HEX triplet: 5B, 6F and DB. RGB value is (91,111,219). Sum of RGB (Red+Green+Blue) = 91+111+219=421 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.62% from 421); Green value is 111 (43.75% from 255 or 26.37% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6FDB is #A49024. Grayscale: #747474. Windows color (decimal): -10784805 or 14380891. OLE color: 14380891.
HSL color Cylindrical-coordinate representation of color #5B6FDB: hue angle of 230.62º 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 #5B6FDB is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 111 | 219 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.14 |
| HSL | 230.63º | 0.64% | 0.61% | - |
| HSV(B) | 230.63º | 0.58% | 0.86% | - |
| XYZ | 22.79 | 18.71 | 69.43 | - |
| YUV | 117.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 111 | 219 | 0.58 | 0.49 | 0 | 0.14 | 230.63 | 0.64 | 0.61 |
| Hex | 5B | 6F | DB | 3A | 31 | 0 | E | E7 | 40 | 3D |
| Octal | 133 | 157 | 333 | 72 | 61 | 0 | 16 | 347 | 100 | 75 |
| Binary | 1011011 | 1101111 | 11011011 | 111010 | 110001 | 0 | 1110 | 11100111 | 1000000 | 111101 |
Color Harmonies of #5B6FDB
Complementary color
Monochromatic Colors of #5B6FDB
Black with #5B6FDB
Text Example
Text Example
White with #5B6FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6FDB; }
p { color: rgb(91,111,219); }
H1.HeaderClassName
{
color: #5B6FDB;
}
.AnyTagClassName
{
color: #5B6FDB;
}
</style>
background-color css
<style>
a { background-color: #5B6FDB; }
a { background-color: rgb(91,111,219); }
div.DivClassName
{
background-color: #5B6FDB;
}
.BgClassName
{
background-color: #5B6FDB;
}
</style>
border-color css
<style>
span { border-color: #5B6FDB; }
span { border-color: rgb(91,111,219); }
td.TdClassName
{
border-color: #5B6FDB;
}
.TagClassName
{
border-color: #5B6FDB;
}
</style>