Shades of Royal Blue #5B7ADD
Tints of Royal Blue #5B7ADD
RGB
CMYK
RGB Variations
Color information
#5B7ADD (or 0x5B7ADD) is known color: Royal Blue. HEX triplet: 5B, 7A and DD. RGB value is (91,122,221). Sum of RGB (Red+Green+Blue) = 91+122+221=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 122 (48.05% from 255 or 28.11% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B7ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B7ADD is #A48522. Grayscale: #7B7B7B. Windows color (decimal): -10781987 or 14514779. OLE color: 14514779.
HSL color Cylindrical-coordinate representation of color #5B7ADD: hue angle of 225.69º 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 #5B7ADD is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 122 | 221 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.13 |
| HSL | 225.69º | 0.66% | 0.61% | - |
| HSV(B) | 225.69º | 0.59% | 0.87% | - |
| XYZ | 24.33 | 21.36 | 71.25 | - |
| YUV | 124.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 122 | 221 | 0.59 | 0.45 | 0 | 0.13 | 225.69 | 0.66 | 0.61 |
| Hex | 5B | 7A | DD | 3B | 2D | 0 | D | E2 | 42 | 3D |
| Octal | 133 | 172 | 335 | 73 | 55 | 0 | 15 | 342 | 102 | 75 |
| Binary | 1011011 | 1111010 | 11011101 | 111011 | 101101 | 0 | 1101 | 11100010 | 1000010 | 111101 |
Color Harmonies of #5B7ADD
Complementary color
Monochromatic Colors of #5B7ADD
Black with #5B7ADD
Text Example
Text Example
White with #5B7ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7ADD; }
p { color: rgb(91,122,221); }
H1.HeaderClassName
{
color: #5B7ADD;
}
.AnyTagClassName
{
color: #5B7ADD;
}
</style>
background-color css
<style>
a { background-color: #5B7ADD; }
a { background-color: rgb(91,122,221); }
div.DivClassName
{
background-color: #5B7ADD;
}
.BgClassName
{
background-color: #5B7ADD;
}
</style>
border-color css
<style>
span { border-color: #5B7ADD; }
span { border-color: rgb(91,122,221); }
td.TdClassName
{
border-color: #5B7ADD;
}
.TagClassName
{
border-color: #5B7ADD;
}
</style>