Shades of Royal Blue #5C6ADA
Tints of Royal Blue #5C6ADA
RGB
CMYK
RGB Variations
Color information
#5C6ADA (or 0x5C6ADA) is known color: Royal Blue. HEX triplet: 5C, 6A and DA. RGB value is (92,106,218). Sum of RGB (Red+Green+Blue) = 92+106+218=416 (55% of max value = 765). Red value is 92 (36.33% from 255 or 22.12% from 416); Green value is 106 (41.80% from 255 or 25.48% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C6ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6ADA is #A39525. Grayscale: #727272. Windows color (decimal): -10720550 or 14314076. OLE color: 14314076.
HSL color Cylindrical-coordinate representation of color #5C6ADA: hue angle of 233.33º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C6ADA is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 106 | 218 | - |
| CMYK | 0.58 | 0.51 | 0 | 0.15 |
| HSL | 233.33º | 0.63% | 0.61% | - |
| HSV(B) | 233.33º | 0.58% | 0.85% | - |
| XYZ | 22.22 | 17.65 | 68.56 | - |
| YUV | 114.58 | 186.36 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 106 | 218 | 0.58 | 0.51 | 0 | 0.15 | 233.33 | 0.63 | 0.61 |
| Hex | 5C | 6A | DA | 3A | 33 | 0 | F | E9 | 3F | 3D |
| Octal | 134 | 152 | 332 | 72 | 63 | 0 | 17 | 351 | 77 | 75 |
| Binary | 1011100 | 1101010 | 11011010 | 111010 | 110011 | 0 | 1111 | 11101001 | 111111 | 111101 |
Color Harmonies of #5C6ADA
Complementary color
Monochromatic Colors of #5C6ADA
Black with #5C6ADA
Text Example
Text Example
White with #5C6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6ADA; }
p { color: rgb(92,106,218); }
H1.HeaderClassName
{
color: #5C6ADA;
}
.AnyTagClassName
{
color: #5C6ADA;
}
</style>
background-color css
<style>
a { background-color: #5C6ADA; }
a { background-color: rgb(92,106,218); }
div.DivClassName
{
background-color: #5C6ADA;
}
.BgClassName
{
background-color: #5C6ADA;
}
</style>
border-color css
<style>
span { border-color: #5C6ADA; }
span { border-color: rgb(92,106,218); }
td.TdClassName
{
border-color: #5C6ADA;
}
.TagClassName
{
border-color: #5C6ADA;
}
</style>