Shades of Royal Blue #5B6ADD
Tints of Royal Blue #5B6ADD
RGB
CMYK
RGB Variations
Color information
#5B6ADD (or 0x5B6ADD) is known color: Royal Blue. HEX triplet: 5B, 6A and DD. RGB value is (91,106,221). Sum of RGB (Red+Green+Blue) = 91+106+221=418 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.77% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ADD is #A49522. Grayscale: #727272. Windows color (decimal): -10786083 or 14510683. OLE color: 14510683.
HSL color Cylindrical-coordinate representation of color #5B6ADD: hue angle of 233.08º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5B6ADD is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 106 | 221 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.13 |
| HSL | 233.08º | 0.66% | 0.61% | - |
| HSV(B) | 233.08º | 0.59% | 0.87% | - |
| XYZ | 22.52 | 17.75 | 70.65 | - |
| YUV | 114.63 | 188.03 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 221 | 0.59 | 0.52 | 0 | 0.13 | 233.08 | 0.66 | 0.61 |
| Hex | 5B | 6A | DD | 3B | 34 | 0 | D | E9 | 42 | 3D |
| Octal | 133 | 152 | 335 | 73 | 64 | 0 | 15 | 351 | 102 | 75 |
| Binary | 1011011 | 1101010 | 11011101 | 111011 | 110100 | 0 | 1101 | 11101001 | 1000010 | 111101 |
Color Harmonies of #5B6ADD
Complementary color
Monochromatic Colors of #5B6ADD
Black with #5B6ADD
Text Example
Text Example
White with #5B6ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6ADD; }
p { color: rgb(91,106,221); }
H1.HeaderClassName
{
color: #5B6ADD;
}
.AnyTagClassName
{
color: #5B6ADD;
}
</style>
background-color css
<style>
a { background-color: #5B6ADD; }
a { background-color: rgb(91,106,221); }
div.DivClassName
{
background-color: #5B6ADD;
}
.BgClassName
{
background-color: #5B6ADD;
}
</style>
border-color css
<style>
span { border-color: #5B6ADD; }
span { border-color: rgb(91,106,221); }
td.TdClassName
{
border-color: #5B6ADD;
}
.TagClassName
{
border-color: #5B6ADD;
}
</style>