Shades of Royal Blue #5A6BEB
Tints of Royal Blue #5A6BEB
RGB
CMYK
RGB Variations
Color information
#5A6BEB (or 0x5A6BEB) is known color: Royal Blue. HEX triplet: 5A, 6B and EB. RGB value is (90,107,235). Sum of RGB (Red+Green+Blue) = 90+107+235=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 235 (92.19% from 255 or 54.40% from 432); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A6BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A6BEB is #A59414. Grayscale: #737373. Windows color (decimal): -10851349 or 15428442. OLE color: 15428442.
HSL color Cylindrical-coordinate representation of color #5A6BEB: hue angle of 232.97º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A6BEB is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 107 | 235 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.08 |
| HSL | 232.97º | 0.78% | 0.64% | - |
| HSV(B) | 232.97º | 0.62% | 0.92% | - |
| XYZ | 24.47 | 18.69 | 80.91 | - |
| YUV | 116.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 107 | 235 | 0.62 | 0.54 | 0 | 0.08 | 232.97 | 0.78 | 0.64 |
| Hex | 5A | 6B | EB | 3E | 36 | 0 | 8 | E9 | 4E | 40 |
| Octal | 132 | 153 | 353 | 76 | 66 | 0 | 10 | 351 | 116 | 100 |
| Binary | 1011010 | 1101011 | 11101011 | 111110 | 110110 | 0 | 1000 | 11101001 | 1001110 | 1000000 |
Color Harmonies of #5A6BEB
Complementary color
Monochromatic Colors of #5A6BEB
Black with #5A6BEB
Text Example
Text Example
White with #5A6BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6BEB; }
p { color: rgb(90,107,235); }
H1.HeaderClassName
{
color: #5A6BEB;
}
.AnyTagClassName
{
color: #5A6BEB;
}
</style>
background-color css
<style>
a { background-color: #5A6BEB; }
a { background-color: rgb(90,107,235); }
div.DivClassName
{
background-color: #5A6BEB;
}
.BgClassName
{
background-color: #5A6BEB;
}
</style>
border-color css
<style>
span { border-color: #5A6BEB; }
span { border-color: rgb(90,107,235); }
td.TdClassName
{
border-color: #5A6BEB;
}
.TagClassName
{
border-color: #5A6BEB;
}
</style>