Shades of Royal Blue #5C6DEF
Tints of Royal Blue #5C6DEF
RGB
CMYK
RGB Variations
Color information
#5C6DEF (or 0x5C6DEF) is known color: Royal Blue. HEX triplet: 5C, 6D and EF. RGB value is (92,109,239). Sum of RGB (Red+Green+Blue) = 92+109+239=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5C6DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6DEF is #A39210. Grayscale: #767676. Windows color (decimal): -10719761 or 15691100. OLE color: 15691100.
HSL color Cylindrical-coordinate representation of color #5C6DEF: hue angle of 233.06º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C6DEF is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 92 | 109 | 239 | - |
| CMYK | 0.62 | 0.54 | 0 | 0.06 |
| HSL | 233.06º | 0.82% | 0.65% | - |
| HSV(B) | 233.06º | 0.62% | 0.94% | - |
| XYZ | 25.46 | 19.44 | 84.07 | - |
| YUV | 118.74 | 195.87 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 109 | 239 | 0.62 | 0.54 | 0 | 0.06 | 233.06 | 0.82 | 0.65 |
| Hex | 5C | 6D | EF | 3E | 36 | 0 | 6 | E9 | 52 | 41 |
| Octal | 134 | 155 | 357 | 76 | 66 | 0 | 6 | 351 | 122 | 101 |
| Binary | 1011100 | 1101101 | 11101111 | 111110 | 110110 | 0 | 110 | 11101001 | 1010010 | 1000001 |
Color Harmonies of #5C6DEF
Complementary color
Monochromatic Colors of #5C6DEF
Black with #5C6DEF
Text Example
Text Example
White with #5C6DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6DEF; }
p { color: rgb(92,109,239); }
H1.HeaderClassName
{
color: #5C6DEF;
}
.AnyTagClassName
{
color: #5C6DEF;
}
</style>
background-color css
<style>
a { background-color: #5C6DEF; }
a { background-color: rgb(92,109,239); }
div.DivClassName
{
background-color: #5C6DEF;
}
.BgClassName
{
background-color: #5C6DEF;
}
</style>
border-color css
<style>
span { border-color: #5C6DEF; }
span { border-color: rgb(92,109,239); }
td.TdClassName
{
border-color: #5C6DEF;
}
.TagClassName
{
border-color: #5C6DEF;
}
</style>