Shades of Royal Blue #5A67E3
Tints of Royal Blue #5A67E3
RGB
CMYK
RGB Variations
Color information
#5A67E3 (or 0x5A67E3) is known color: Royal Blue. HEX triplet: 5A, 67 and E3. RGB value is (90,103,227). Sum of RGB (Red+Green+Blue) = 90+103+227=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 227 (89.06% from 255 or 54.05% from 420); Max value from RGB is 227 - color contains mainly: blue. Hex color #5A67E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A67E3 is #A5981C. Grayscale: #707070. Windows color (decimal): -10852381 or 14903130. OLE color: 14903130.
HSL color Cylindrical-coordinate representation of color #5A67E3: hue angle of 234.31º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5A67E3 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 103 | 227 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.11 |
| HSL | 234.31º | 0.71% | 0.62% | - |
| HSV(B) | 234.31º | 0.6% | 0.89% | - |
| XYZ | 22.93 | 17.42 | 74.83 | - |
| YUV | 113.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 103 | 227 | 0.60 | 0.55 | 0 | 0.11 | 234.31 | 0.71 | 0.62 |
| Hex | 5A | 67 | E3 | 3C | 37 | 0 | B | EA | 47 | 3E |
| Octal | 132 | 147 | 343 | 74 | 67 | 0 | 13 | 352 | 107 | 76 |
| Binary | 1011010 | 1100111 | 11100011 | 111100 | 110111 | 0 | 1011 | 11101010 | 1000111 | 111110 |
Color Harmonies of #5A67E3
Complementary color
Monochromatic Colors of #5A67E3
Black with #5A67E3
Text Example
Text Example
White with #5A67E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A67E3; }
p { color: rgb(90,103,227); }
H1.HeaderClassName
{
color: #5A67E3;
}
.AnyTagClassName
{
color: #5A67E3;
}
</style>
background-color css
<style>
a { background-color: #5A67E3; }
a { background-color: rgb(90,103,227); }
div.DivClassName
{
background-color: #5A67E3;
}
.BgClassName
{
background-color: #5A67E3;
}
</style>
border-color css
<style>
span { border-color: #5A67E3; }
span { border-color: rgb(90,103,227); }
td.TdClassName
{
border-color: #5A67E3;
}
.TagClassName
{
border-color: #5A67E3;
}
</style>