Shades of Royal Blue #5167E8
Tints of Royal Blue #5167E8
RGB
CMYK
RGB Variations
Color information
#5167E8 (or 0x5167E8) is known color: Royal Blue. HEX triplet: 51, 67 and E8. RGB value is (81,103,232). Sum of RGB (Red+Green+Blue) = 81+103+232=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 232 (91.02% from 255 or 55.77% from 416); Max value from RGB is 232 - color contains mainly: blue. Hex color #5167E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5167E8 is #AE9817. Grayscale: #6E6E6E. Windows color (decimal): -11442200 or 15230801. OLE color: 15230801.
HSL color Cylindrical-coordinate representation of color #5167E8: hue angle of 231.26º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5167E8 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 81 | 103 | 232 | - |
| CMYK | 0.65 | 0.56 | 0 | 0.09 |
| HSL | 231.26º | 0.77% | 0.61% | - |
| HSV(B) | 231.26º | 0.65% | 0.91% | - |
| XYZ | 22.81 | 17.28 | 78.48 | - |
| YUV | 111.13 | 196.21 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 103 | 232 | 0.65 | 0.56 | 0 | 0.09 | 231.26 | 0.77 | 0.61 |
| Hex | 51 | 67 | E8 | 41 | 38 | 0 | 9 | E7 | 4D | 3D |
| Octal | 121 | 147 | 350 | 101 | 70 | 0 | 11 | 347 | 115 | 75 |
| Binary | 1010001 | 1100111 | 11101000 | 1000001 | 111000 | 0 | 1001 | 11100111 | 1001101 | 111101 |
Color Harmonies of #5167E8
Complementary color
Monochromatic Colors of #5167E8
Black with #5167E8
Text Example
Text Example
White with #5167E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5167E8; }
p { color: rgb(81,103,232); }
H1.HeaderClassName
{
color: #5167E8;
}
.AnyTagClassName
{
color: #5167E8;
}
</style>
background-color css
<style>
a { background-color: #5167E8; }
a { background-color: rgb(81,103,232); }
div.DivClassName
{
background-color: #5167E8;
}
.BgClassName
{
background-color: #5167E8;
}
</style>
border-color css
<style>
span { border-color: #5167E8; }
span { border-color: rgb(81,103,232); }
td.TdClassName
{
border-color: #5167E8;
}
.TagClassName
{
border-color: #5167E8;
}
</style>