Shades of Royal Blue #5A68DD
Tints of Royal Blue #5A68DD
RGB
CMYK
RGB Variations
Color information
#5A68DD (or 0x5A68DD) is known color: Royal Blue. HEX triplet: 5A, 68 and DD. RGB value is (90,104,221). Sum of RGB (Red+Green+Blue) = 90+104+221=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A68DD is #A59722. Grayscale: #707070. Windows color (decimal): -10852131 or 14510170. OLE color: 14510170.
HSL color Cylindrical-coordinate representation of color #5A68DD: hue angle of 233.59º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A68DD is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 104 | 221 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.13 |
| HSL | 233.59º | 0.66% | 0.61% | - |
| HSV(B) | 233.59º | 0.59% | 0.87% | - |
| XYZ | 22.22 | 17.29 | 70.57 | - |
| YUV | 113.15 | 188.86 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 221 | 0.59 | 0.53 | 0 | 0.13 | 233.59 | 0.66 | 0.61 |
| Hex | 5A | 68 | DD | 3B | 35 | 0 | D | EA | 42 | 3D |
| Octal | 132 | 150 | 335 | 73 | 65 | 0 | 15 | 352 | 102 | 75 |
| Binary | 1011010 | 1101000 | 11011101 | 111011 | 110101 | 0 | 1101 | 11101010 | 1000010 | 111101 |
Color Harmonies of #5A68DD
Complementary color
Monochromatic Colors of #5A68DD
Black with #5A68DD
Text Example
Text Example
White with #5A68DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A68DD; }
p { color: rgb(90,104,221); }
H1.HeaderClassName
{
color: #5A68DD;
}
.AnyTagClassName
{
color: #5A68DD;
}
</style>
background-color css
<style>
a { background-color: #5A68DD; }
a { background-color: rgb(90,104,221); }
div.DivClassName
{
background-color: #5A68DD;
}
.BgClassName
{
background-color: #5A68DD;
}
</style>
border-color css
<style>
span { border-color: #5A68DD; }
span { border-color: rgb(90,104,221); }
td.TdClassName
{
border-color: #5A68DD;
}
.TagClassName
{
border-color: #5A68DD;
}
</style>