Shades of Royal Blue #5C6BDF
Tints of Royal Blue #5C6BDF
RGB
CMYK
RGB Variations
Color information
#5C6BDF (or 0x5C6BDF) is known color: Royal Blue. HEX triplet: 5C, 6B and DF. RGB value is (92,107,223). Sum of RGB (Red+Green+Blue) = 92+107+223=422 (55% of max value = 765). Red value is 92 (36.33% from 255 or 21.80% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5C6BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C6BDF is #A39420. Grayscale: #737373. Windows color (decimal): -10720289 or 14642012. OLE color: 14642012.
HSL color Cylindrical-coordinate representation of color #5C6BDF: hue angle of 233.13º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C6BDF is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 107 | 223 | - |
| CMYK | 0.59 | 0.52 | 0 | 0.13 |
| HSL | 233.13º | 0.67% | 0.62% | - |
| HSV(B) | 233.13º | 0.59% | 0.87% | - |
| XYZ | 22.99 | 18.12 | 72.1 | - |
| YUV | 115.74 | 188.53 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 223 | 0.59 | 0.52 | 0 | 0.13 | 233.13 | 0.67 | 0.62 |
| Hex | 5C | 6B | DF | 3B | 34 | 0 | D | E9 | 43 | 3E |
| Octal | 134 | 153 | 337 | 73 | 64 | 0 | 15 | 351 | 103 | 76 |
| Binary | 1011100 | 1101011 | 11011111 | 111011 | 110100 | 0 | 1101 | 11101001 | 1000011 | 111110 |
Color Harmonies of #5C6BDF
Complementary color
Monochromatic Colors of #5C6BDF
Black with #5C6BDF
Text Example
Text Example
White with #5C6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6BDF; }
p { color: rgb(92,107,223); }
H1.HeaderClassName
{
color: #5C6BDF;
}
.AnyTagClassName
{
color: #5C6BDF;
}
</style>
background-color css
<style>
a { background-color: #5C6BDF; }
a { background-color: rgb(92,107,223); }
div.DivClassName
{
background-color: #5C6BDF;
}
.BgClassName
{
background-color: #5C6BDF;
}
</style>
border-color css
<style>
span { border-color: #5C6BDF; }
span { border-color: rgb(92,107,223); }
td.TdClassName
{
border-color: #5C6BDF;
}
.TagClassName
{
border-color: #5C6BDF;
}
</style>