Shades of Royal Blue #5C6BE9
Tints of Royal Blue #5C6BE9
RGB
CMYK
RGB Variations
Color information
#5C6BE9 (or 0x5C6BE9) is known color: Royal Blue. HEX triplet: 5C, 6B and E9. RGB value is (92,107,233). Sum of RGB (Red+Green+Blue) = 92+107+233=432 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.30% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 233 (91.41% from 255 or 53.94% from 432); Max value from RGB is 233 - color contains mainly: blue. Hex color #5C6BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6BE9 is #A39416. Grayscale: #747474. Windows color (decimal): -10720279 or 15297372. OLE color: 15297372.
HSL color Cylindrical-coordinate representation of color #5C6BE9: hue angle of 233.62º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C6BE9 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 92 | 107 | 233 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.09 |
| HSL | 233.62º | 0.76% | 0.64% | - |
| HSV(B) | 233.62º | 0.61% | 0.91% | - |
| XYZ | 24.38 | 18.67 | 79.41 | - |
| YUV | 116.88 | 193.53 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 233 | 0.61 | 0.54 | 0 | 0.09 | 233.62 | 0.76 | 0.64 |
| Hex | 5C | 6B | E9 | 3D | 36 | 0 | 9 | EA | 4C | 40 |
| Octal | 134 | 153 | 351 | 75 | 66 | 0 | 11 | 352 | 114 | 100 |
| Binary | 1011100 | 1101011 | 11101001 | 111101 | 110110 | 0 | 1001 | 11101010 | 1001100 | 1000000 |
Color Harmonies of #5C6BE9
Complementary color
Monochromatic Colors of #5C6BE9
Black with #5C6BE9
Text Example
Text Example
White with #5C6BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6BE9; }
p { color: rgb(92,107,233); }
H1.HeaderClassName
{
color: #5C6BE9;
}
.AnyTagClassName
{
color: #5C6BE9;
}
</style>
background-color css
<style>
a { background-color: #5C6BE9; }
a { background-color: rgb(92,107,233); }
div.DivClassName
{
background-color: #5C6BE9;
}
.BgClassName
{
background-color: #5C6BE9;
}
</style>
border-color css
<style>
span { border-color: #5C6BE9; }
span { border-color: rgb(92,107,233); }
td.TdClassName
{
border-color: #5C6BE9;
}
.TagClassName
{
border-color: #5C6BE9;
}
</style>