Shades of Royal Blue #5C6BED
Tints of Royal Blue #5C6BED
RGB
CMYK
RGB Variations
Color information
#5C6BED (or 0x5C6BED) is known color: Royal Blue. HEX triplet: 5C, 6B and ED. RGB value is (92,107,237). Sum of RGB (Red+Green+Blue) = 92+107+237=436 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.10% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #5C6BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C6BED is #A39412. Grayscale: #747474. Windows color (decimal): -10720275 or 15559516. OLE color: 15559516.
HSL color Cylindrical-coordinate representation of color #5C6BED: hue angle of 233.79º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5C6BED is Cyan = 0.61, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 92 | 107 | 237 | - |
| CMYK | 0.61 | 0.55 | 0 | 0.07 |
| HSL | 233.79º | 0.8% | 0.65% | - |
| HSV(B) | 233.79º | 0.61% | 0.93% | - |
| XYZ | 24.96 | 18.91 | 82.45 | - |
| YUV | 117.34 | 195.53 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 107 | 237 | 0.61 | 0.55 | 0 | 0.07 | 233.79 | 0.8 | 0.65 |
| Hex | 5C | 6B | ED | 3D | 37 | 0 | 7 | EA | 50 | 41 |
| Octal | 134 | 153 | 355 | 75 | 67 | 0 | 7 | 352 | 120 | 101 |
| Binary | 1011100 | 1101011 | 11101101 | 111101 | 110111 | 0 | 111 | 11101010 | 1010000 | 1000001 |
Color Harmonies of #5C6BED
Complementary color
Monochromatic Colors of #5C6BED
Black with #5C6BED
Text Example
Text Example
White with #5C6BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6BED; }
p { color: rgb(92,107,237); }
H1.HeaderClassName
{
color: #5C6BED;
}
.AnyTagClassName
{
color: #5C6BED;
}
</style>
background-color css
<style>
a { background-color: #5C6BED; }
a { background-color: rgb(92,107,237); }
div.DivClassName
{
background-color: #5C6BED;
}
.BgClassName
{
background-color: #5C6BED;
}
</style>
border-color css
<style>
span { border-color: #5C6BED; }
span { border-color: rgb(92,107,237); }
td.TdClassName
{
border-color: #5C6BED;
}
.TagClassName
{
border-color: #5C6BED;
}
</style>