Shades of Royal Blue #5B66DB
Tints of Royal Blue #5B66DB
RGB
CMYK
RGB Variations
Color information
#5B66DB (or 0x5B66DB) is known color: Royal Blue. HEX triplet: 5B, 66 and DB. RGB value is (91,102,219). Sum of RGB (Red+Green+Blue) = 91+102+219=412 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.09% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #5B66DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66DB is #A49924. Grayscale: #6F6F6F. Windows color (decimal): -10787109 or 14378587. OLE color: 14378587.
HSL color Cylindrical-coordinate representation of color #5B66DB: hue angle of 234.84º 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 #5B66DB is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 102 | 219 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.14 |
| HSL | 234.84º | 0.64% | 0.61% | - |
| HSV(B) | 234.84º | 0.58% | 0.86% | - |
| XYZ | 21.85 | 16.84 | 69.12 | - |
| YUV | 112.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 219 | 0.58 | 0.53 | 0 | 0.14 | 234.84 | 0.64 | 0.61 |
| Hex | 5B | 66 | DB | 3A | 35 | 0 | E | EB | 40 | 3D |
| Octal | 133 | 146 | 333 | 72 | 65 | 0 | 16 | 353 | 100 | 75 |
| Binary | 1011011 | 1100110 | 11011011 | 111010 | 110101 | 0 | 1110 | 11101011 | 1000000 | 111101 |
Color Harmonies of #5B66DB
Complementary color
Monochromatic Colors of #5B66DB
Black with #5B66DB
Text Example
Text Example
White with #5B66DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B66DB; }
p { color: rgb(91,102,219); }
H1.HeaderClassName
{
color: #5B66DB;
}
.AnyTagClassName
{
color: #5B66DB;
}
</style>
background-color css
<style>
a { background-color: #5B66DB; }
a { background-color: rgb(91,102,219); }
div.DivClassName
{
background-color: #5B66DB;
}
.BgClassName
{
background-color: #5B66DB;
}
</style>
border-color css
<style>
span { border-color: #5B66DB; }
span { border-color: rgb(91,102,219); }
td.TdClassName
{
border-color: #5B66DB;
}
.TagClassName
{
border-color: #5B66DB;
}
</style>