Shades of Royal Blue #5178D5
Tints of Royal Blue #5178D5
RGB
CMYK
RGB Variations
Color information
#5178D5 (or 0x5178D5) is known color: Royal Blue. HEX triplet: 51, 78 and D5. RGB value is (81,120,213). Sum of RGB (Red+Green+Blue) = 81+120+213=414 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.57% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #5178D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5178D5 is #AE872A. Grayscale: #767676. Windows color (decimal): -11437867 or 13989969. OLE color: 13989969.
HSL color Cylindrical-coordinate representation of color #5178D5: hue angle of 222.27º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5178D5 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 120 | 213 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.16 |
| HSL | 222.27º | 0.61% | 0.58% | - |
| HSV(B) | 222.27º | 0.62% | 0.84% | - |
| XYZ | 22.12 | 19.99 | 65.64 | - |
| YUV | 118.94 | 181.08 | 100.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 120 | 213 | 0.62 | 0.44 | 0 | 0.16 | 222.27 | 0.61 | 0.58 |
| Hex | 51 | 78 | D5 | 3E | 2C | 0 | 10 | DE | 3D | 3A |
| Octal | 121 | 170 | 325 | 76 | 54 | 0 | 20 | 336 | 75 | 72 |
| Binary | 1010001 | 1111000 | 11010101 | 111110 | 101100 | 0 | 10000 | 11011110 | 111101 | 111010 |
Color Harmonies of #5178D5
Complementary color
Monochromatic Colors of #5178D5
Black with #5178D5
Text Example
Text Example
White with #5178D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5178D5; }
p { color: rgb(81,120,213); }
H1.HeaderClassName
{
color: #5178D5;
}
.AnyTagClassName
{
color: #5178D5;
}
</style>
background-color css
<style>
a { background-color: #5178D5; }
a { background-color: rgb(81,120,213); }
div.DivClassName
{
background-color: #5178D5;
}
.BgClassName
{
background-color: #5178D5;
}
</style>
border-color css
<style>
span { border-color: #5178D5; }
span { border-color: rgb(81,120,213); }
td.TdClassName
{
border-color: #5178D5;
}
.TagClassName
{
border-color: #5178D5;
}
</style>