Shades of Royal Blue #5A6FDE
Tints of Royal Blue #5A6FDE
RGB
CMYK
RGB Variations
Color information
#5A6FDE (or 0x5A6FDE) is known color: Royal Blue. HEX triplet: 5A, 6F and DE. RGB value is (90,111,222). Sum of RGB (Red+Green+Blue) = 90+111+222=423 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.28% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #5A6FDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FDE is #A59021. Grayscale: #747474. Windows color (decimal): -10850338 or 14577498. OLE color: 14577498.
HSL color Cylindrical-coordinate representation of color #5A6FDE: hue angle of 230.45º degrees, saturation: 0.67, 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 #5A6FDE is Cyan = 0.59, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 111 | 222 | - |
| CMYK | 0.59 | 0.5 | 0 | 0.13 |
| HSL | 230.45º | 0.67% | 0.61% | - |
| HSV(B) | 230.45º | 0.59% | 0.87% | - |
| XYZ | 23.09 | 18.82 | 71.52 | - |
| YUV | 117.38 | 187.04 | 108.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 222 | 0.59 | 0.5 | 0 | 0.13 | 230.45 | 0.67 | 0.61 |
| Hex | 5A | 6F | DE | 3B | 32 | 0 | D | E6 | 43 | 3D |
| Octal | 132 | 157 | 336 | 73 | 62 | 0 | 15 | 346 | 103 | 75 |
| Binary | 1011010 | 1101111 | 11011110 | 111011 | 110010 | 0 | 1101 | 11100110 | 1000011 | 111101 |
Color Harmonies of #5A6FDE
Complementary color
Monochromatic Colors of #5A6FDE
Black with #5A6FDE
Text Example
Text Example
White with #5A6FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FDE; }
p { color: rgb(90,111,222); }
H1.HeaderClassName
{
color: #5A6FDE;
}
.AnyTagClassName
{
color: #5A6FDE;
}
</style>
background-color css
<style>
a { background-color: #5A6FDE; }
a { background-color: rgb(90,111,222); }
div.DivClassName
{
background-color: #5A6FDE;
}
.BgClassName
{
background-color: #5A6FDE;
}
</style>
border-color css
<style>
span { border-color: #5A6FDE; }
span { border-color: rgb(90,111,222); }
td.TdClassName
{
border-color: #5A6FDE;
}
.TagClassName
{
border-color: #5A6FDE;
}
</style>