Shades of Royal Blue #5A76F0
Tints of Royal Blue #5A76F0
RGB
CMYK
RGB Variations
Color information
#5A76F0 (or 0x5A76F0) is known color: Royal Blue. HEX triplet: 5A, 76 and F0. RGB value is (90,118,240). Sum of RGB (Red+Green+Blue) = 90+118+240=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #5A76F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A76F0 is #A5890F. Grayscale: #7B7B7B. Windows color (decimal): -10848528 or 15758938. OLE color: 15758938.
HSL color Cylindrical-coordinate representation of color #5A76F0: hue angle of 228.8º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A76F0 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 118 | 240 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.06 |
| HSL | 228.8º | 0.83% | 0.65% | - |
| HSV(B) | 228.8º | 0.63% | 0.94% | - |
| XYZ | 26.42 | 21.42 | 85.18 | - |
| YUV | 123.54 | 193.72 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 118 | 240 | 0.62 | 0.51 | 0 | 0.06 | 228.8 | 0.83 | 0.65 |
| Hex | 5A | 76 | F0 | 3E | 33 | 0 | 6 | E5 | 53 | 41 |
| Octal | 132 | 166 | 360 | 76 | 63 | 0 | 6 | 345 | 123 | 101 |
| Binary | 1011010 | 1110110 | 11110000 | 111110 | 110011 | 0 | 110 | 11100101 | 1010011 | 1000001 |
Color Harmonies of #5A76F0
Complementary color
Monochromatic Colors of #5A76F0
Black with #5A76F0
Text Example
Text Example
White with #5A76F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A76F0; }
p { color: rgb(90,118,240); }
H1.HeaderClassName
{
color: #5A76F0;
}
.AnyTagClassName
{
color: #5A76F0;
}
</style>
background-color css
<style>
a { background-color: #5A76F0; }
a { background-color: rgb(90,118,240); }
div.DivClassName
{
background-color: #5A76F0;
}
.BgClassName
{
background-color: #5A76F0;
}
</style>
border-color css
<style>
span { border-color: #5A76F0; }
span { border-color: rgb(90,118,240); }
td.TdClassName
{
border-color: #5A76F0;
}
.TagClassName
{
border-color: #5A76F0;
}
</style>