Shades of Royal Blue #5A75FC
Tints of Royal Blue #5A75FC
RGB
CMYK
RGB Variations
Color information
#5A75FC (or 0x5A75FC) is known color: Royal Blue. HEX triplet: 5A, 75 and FC. RGB value is (90,117,252). Sum of RGB (Red+Green+Blue) = 90+117+252=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #5A75FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5A75FC is #A58A03. Grayscale: #7B7B7B. Windows color (decimal): -10848772 or 16545114. OLE color: 16545114.
HSL color Cylindrical-coordinate representation of color #5A75FC: hue angle of 230º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5A75FC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 117 | 252 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.01 |
| HSL | 230º | 0.96% | 0.67% | - |
| HSV(B) | 230º | 0.64% | 0.99% | - |
| XYZ | 28.15 | 21.92 | 94.84 | - |
| YUV | 124.32 | 200.05 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 117 | 252 | 0.64 | 0.54 | 0 | 0.01 | 230 | 0.96 | 0.67 |
| Hex | 5A | 75 | FC | 40 | 36 | 0 | 1 | E6 | 60 | 43 |
| Octal | 132 | 165 | 374 | 100 | 66 | 0 | 1 | 346 | 140 | 103 |
| Binary | 1011010 | 1110101 | 11111100 | 1000000 | 110110 | 0 | 1 | 11100110 | 1100000 | 1000011 |
Color Harmonies of #5A75FC
Complementary color
Monochromatic Colors of #5A75FC
Black with #5A75FC
Text Example
Text Example
White with #5A75FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A75FC; }
p { color: rgb(90,117,252); }
H1.HeaderClassName
{
color: #5A75FC;
}
.AnyTagClassName
{
color: #5A75FC;
}
</style>
background-color css
<style>
a { background-color: #5A75FC; }
a { background-color: rgb(90,117,252); }
div.DivClassName
{
background-color: #5A75FC;
}
.BgClassName
{
background-color: #5A75FC;
}
</style>
border-color css
<style>
span { border-color: #5A75FC; }
span { border-color: rgb(90,117,252); }
td.TdClassName
{
border-color: #5A75FC;
}
.TagClassName
{
border-color: #5A75FC;
}
</style>