Shades of Royal Blue #5B6ADE
Tints of Royal Blue #5B6ADE
RGB
CMYK
RGB Variations
Color information
#5B6ADE (or 0x5B6ADE) is known color: Royal Blue. HEX triplet: 5B, 6A and DE. RGB value is (91,106,222). Sum of RGB (Red+Green+Blue) = 91+106+222=419 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.72% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #5B6ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6ADE is #A49521. Grayscale: #727272. Windows color (decimal): -10786082 or 14576219. OLE color: 14576219.
HSL color Cylindrical-coordinate representation of color #5B6ADE: hue angle of 233.13º 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 #5B6ADE is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 106 | 222 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.13 |
| HSL | 233.13º | 0.66% | 0.61% | - |
| HSV(B) | 233.13º | 0.59% | 0.87% | - |
| XYZ | 22.65 | 17.81 | 71.35 | - |
| YUV | 114.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 106 | 222 | 0.59 | 0.52 | 0 | 0.13 | 233.13 | 0.66 | 0.61 |
| Hex | 5B | 6A | DE | 3B | 34 | 0 | D | E9 | 42 | 3D |
| Octal | 133 | 152 | 336 | 73 | 64 | 0 | 15 | 351 | 102 | 75 |
| Binary | 1011011 | 1101010 | 11011110 | 111011 | 110100 | 0 | 1101 | 11101001 | 1000010 | 111101 |
Color Harmonies of #5B6ADE
Complementary color
Monochromatic Colors of #5B6ADE
Black with #5B6ADE
Text Example
Text Example
White with #5B6ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6ADE; }
p { color: rgb(91,106,222); }
H1.HeaderClassName
{
color: #5B6ADE;
}
.AnyTagClassName
{
color: #5B6ADE;
}
</style>
background-color css
<style>
a { background-color: #5B6ADE; }
a { background-color: rgb(91,106,222); }
div.DivClassName
{
background-color: #5B6ADE;
}
.BgClassName
{
background-color: #5B6ADE;
}
</style>
border-color css
<style>
span { border-color: #5B6ADE; }
span { border-color: rgb(91,106,222); }
td.TdClassName
{
border-color: #5B6ADE;
}
.TagClassName
{
border-color: #5B6ADE;
}
</style>