Shades of Royal Blue #5B6BDA
Tints of Royal Blue #5B6BDA
RGB
CMYK
RGB Variations
Color information
#5B6BDA (or 0x5B6BDA) is known color: Royal Blue. HEX triplet: 5B, 6B and DA. RGB value is (91,107,218). Sum of RGB (Red+Green+Blue) = 91+107+218=416 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.88% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B6BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6BDA is #A49425. Grayscale: #727272. Windows color (decimal): -10785830 or 14314331. OLE color: 14314331.
HSL color Cylindrical-coordinate representation of color #5B6BDA: hue angle of 232.44º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5B6BDA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 91 | 107 | 218 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.15 |
| HSL | 232.44º | 0.63% | 0.61% | - |
| HSV(B) | 232.44º | 0.58% | 0.85% | - |
| XYZ | 22.23 | 17.8 | 68.59 | - |
| YUV | 114.87 | 186.2 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 107 | 218 | 0.58 | 0.51 | 0 | 0.15 | 232.44 | 0.63 | 0.61 |
| Hex | 5B | 6B | DA | 3A | 33 | 0 | F | E8 | 3F | 3D |
| Octal | 133 | 153 | 332 | 72 | 63 | 0 | 17 | 350 | 77 | 75 |
| Binary | 1011011 | 1101011 | 11011010 | 111010 | 110011 | 0 | 1111 | 11101000 | 111111 | 111101 |
Color Harmonies of #5B6BDA
Complementary color
Monochromatic Colors of #5B6BDA
Black with #5B6BDA
Text Example
Text Example
White with #5B6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6BDA; }
p { color: rgb(91,107,218); }
H1.HeaderClassName
{
color: #5B6BDA;
}
.AnyTagClassName
{
color: #5B6BDA;
}
</style>
background-color css
<style>
a { background-color: #5B6BDA; }
a { background-color: rgb(91,107,218); }
div.DivClassName
{
background-color: #5B6BDA;
}
.BgClassName
{
background-color: #5B6BDA;
}
</style>
border-color css
<style>
span { border-color: #5B6BDA; }
span { border-color: rgb(91,107,218); }
td.TdClassName
{
border-color: #5B6BDA;
}
.TagClassName
{
border-color: #5B6BDA;
}
</style>