Shades of Royal Blue #5B67E8
Tints of Royal Blue #5B67E8
RGB
CMYK
RGB Variations
Color information
#5B67E8 (or 0x5B67E8) is known color: Royal Blue. HEX triplet: 5B, 67 and E8. RGB value is (91,103,232). Sum of RGB (Red+Green+Blue) = 91+103+232=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 232 (91.02% from 255 or 54.46% from 426); Max value from RGB is 232 - color contains mainly: blue. Hex color #5B67E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B67E8 is #A49817. Grayscale: #717171. Windows color (decimal): -10786840 or 15230811. OLE color: 15230811.
HSL color Cylindrical-coordinate representation of color #5B67E8: hue angle of 234.89º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B67E8 is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 91 | 103 | 232 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.09 |
| HSL | 234.89º | 0.75% | 0.63% | - |
| HSV(B) | 234.89º | 0.61% | 0.91% | - |
| XYZ | 23.73 | 17.75 | 78.52 | - |
| YUV | 114.12 | 194.52 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 103 | 232 | 0.61 | 0.56 | 0 | 0.09 | 234.89 | 0.75 | 0.63 |
| Hex | 5B | 67 | E8 | 3D | 38 | 0 | 9 | EB | 4B | 3F |
| Octal | 133 | 147 | 350 | 75 | 70 | 0 | 11 | 353 | 113 | 77 |
| Binary | 1011011 | 1100111 | 11101000 | 111101 | 111000 | 0 | 1001 | 11101011 | 1001011 | 111111 |
Color Harmonies of #5B67E8
Complementary color
Monochromatic Colors of #5B67E8
Black with #5B67E8
Text Example
Text Example
White with #5B67E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B67E8; }
p { color: rgb(91,103,232); }
H1.HeaderClassName
{
color: #5B67E8;
}
.AnyTagClassName
{
color: #5B67E8;
}
</style>
background-color css
<style>
a { background-color: #5B67E8; }
a { background-color: rgb(91,103,232); }
div.DivClassName
{
background-color: #5B67E8;
}
.BgClassName
{
background-color: #5B67E8;
}
</style>
border-color css
<style>
span { border-color: #5B67E8; }
span { border-color: rgb(91,103,232); }
td.TdClassName
{
border-color: #5B67E8;
}
.TagClassName
{
border-color: #5B67E8;
}
</style>