Shades of Royal Blue #5B66DC
Tints of Royal Blue #5B66DC
RGB
CMYK
RGB Variations
Color information
#5B66DC (or 0x5B66DC) is known color: Royal Blue. HEX triplet: 5B, 66 and DC. RGB value is (91,102,220). Sum of RGB (Red+Green+Blue) = 91+102+220=413 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.03% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 220 (86.33% from 255 or 53.27% from 413); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B66DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66DC is #A49923. Grayscale: #6F6F6F. Windows color (decimal): -10787108 or 14444123. OLE color: 14444123.
HSL color Cylindrical-coordinate representation of color #5B66DC: hue angle of 234.88º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B66DC is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 91 | 102 | 220 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.14 |
| HSL | 234.88º | 0.65% | 0.61% | - |
| HSV(B) | 234.88º | 0.59% | 0.86% | - |
| XYZ | 21.98 | 16.89 | 69.81 | - |
| YUV | 112.16 | 188.86 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 220 | 0.59 | 0.54 | 0 | 0.14 | 234.88 | 0.65 | 0.61 |
| Hex | 5B | 66 | DC | 3B | 36 | 0 | E | EB | 41 | 3D |
| Octal | 133 | 146 | 334 | 73 | 66 | 0 | 16 | 353 | 101 | 75 |
| Binary | 1011011 | 1100110 | 11011100 | 111011 | 110110 | 0 | 1110 | 11101011 | 1000001 | 111101 |
Color Harmonies of #5B66DC
Complementary color
Monochromatic Colors of #5B66DC
Black with #5B66DC
Text Example
Text Example
White with #5B66DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B66DC; }
p { color: rgb(91,102,220); }
H1.HeaderClassName
{
color: #5B66DC;
}
.AnyTagClassName
{
color: #5B66DC;
}
</style>
background-color css
<style>
a { background-color: #5B66DC; }
a { background-color: rgb(91,102,220); }
div.DivClassName
{
background-color: #5B66DC;
}
.BgClassName
{
background-color: #5B66DC;
}
</style>
border-color css
<style>
span { border-color: #5B66DC; }
span { border-color: rgb(91,102,220); }
td.TdClassName
{
border-color: #5B66DC;
}
.TagClassName
{
border-color: #5B66DC;
}
</style>