Shades of Royal Blue #5B6CDD
Tints of Royal Blue #5B6CDD
RGB
CMYK
RGB Variations
Color information
#5B6CDD (or 0x5B6CDD) is known color: Royal Blue. HEX triplet: 5B, 6C and DD. RGB value is (91,108,221). Sum of RGB (Red+Green+Blue) = 91+108+221=420 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.67% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 221 (86.72% from 255 or 52.62% from 420); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B6CDD is #A49322. Grayscale: #737373. Windows color (decimal): -10785571 or 14511195. OLE color: 14511195.
HSL color Cylindrical-coordinate representation of color #5B6CDD: hue angle of 232.15º 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 #5B6CDD is Cyan = 0.59, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 91 | 108 | 221 | - |
| CMYK | 0.59 | 0.51 | 0 | 0.13 |
| HSL | 232.15º | 0.66% | 0.61% | - |
| HSV(B) | 232.15º | 0.59% | 0.87% | - |
| XYZ | 22.73 | 18.17 | 70.72 | - |
| YUV | 115.8 | 187.37 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 221 | 0.59 | 0.51 | 0 | 0.13 | 232.15 | 0.66 | 0.61 |
| Hex | 5B | 6C | DD | 3B | 33 | 0 | D | E8 | 42 | 3D |
| Octal | 133 | 154 | 335 | 73 | 63 | 0 | 15 | 350 | 102 | 75 |
| Binary | 1011011 | 1101100 | 11011101 | 111011 | 110011 | 0 | 1101 | 11101000 | 1000010 | 111101 |
Color Harmonies of #5B6CDD
Complementary color
Monochromatic Colors of #5B6CDD
Black with #5B6CDD
Text Example
Text Example
White with #5B6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CDD; }
p { color: rgb(91,108,221); }
H1.HeaderClassName
{
color: #5B6CDD;
}
.AnyTagClassName
{
color: #5B6CDD;
}
</style>
background-color css
<style>
a { background-color: #5B6CDD; }
a { background-color: rgb(91,108,221); }
div.DivClassName
{
background-color: #5B6CDD;
}
.BgClassName
{
background-color: #5B6CDD;
}
</style>
border-color css
<style>
span { border-color: #5B6CDD; }
span { border-color: rgb(91,108,221); }
td.TdClassName
{
border-color: #5B6CDD;
}
.TagClassName
{
border-color: #5B6CDD;
}
</style>