Shades of Royal Blue #5B6CF2
Tints of Royal Blue #5B6CF2
RGB
CMYK
RGB Variations
Color information
#5B6CF2 (or 0x5B6CF2) is known color: Royal Blue. HEX triplet: 5B, 6C and F2. RGB value is (91,108,242). Sum of RGB (Red+Green+Blue) = 91+108+242=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #5B6CF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B6CF2 is #A4930D. Grayscale: #757575. Windows color (decimal): -10785550 or 15887451. OLE color: 15887451.
HSL color Cylindrical-coordinate representation of color #5B6CF2: hue angle of 233.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B6CF2 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 108 | 242 | - |
| CMYK | 0.62 | 0.55 | 0 | 0.05 |
| HSL | 233.25º | 0.85% | 0.65% | - |
| HSV(B) | 233.25º | 0.62% | 0.95% | - |
| XYZ | 25.7 | 19.36 | 86.39 | - |
| YUV | 118.19 | 197.87 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 108 | 242 | 0.62 | 0.55 | 0 | 0.05 | 233.25 | 0.85 | 0.65 |
| Hex | 5B | 6C | F2 | 3E | 37 | 0 | 5 | E9 | 55 | 41 |
| Octal | 133 | 154 | 362 | 76 | 67 | 0 | 5 | 351 | 125 | 101 |
| Binary | 1011011 | 1101100 | 11110010 | 111110 | 110111 | 0 | 101 | 11101001 | 1010101 | 1000001 |
Color Harmonies of #5B6CF2
Complementary color
Monochromatic Colors of #5B6CF2
Black with #5B6CF2
Text Example
Text Example
White with #5B6CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6CF2; }
p { color: rgb(91,108,242); }
H1.HeaderClassName
{
color: #5B6CF2;
}
.AnyTagClassName
{
color: #5B6CF2;
}
</style>
background-color css
<style>
a { background-color: #5B6CF2; }
a { background-color: rgb(91,108,242); }
div.DivClassName
{
background-color: #5B6CF2;
}
.BgClassName
{
background-color: #5B6CF2;
}
</style>
border-color css
<style>
span { border-color: #5B6CF2; }
span { border-color: rgb(91,108,242); }
td.TdClassName
{
border-color: #5B6CF2;
}
.TagClassName
{
border-color: #5B6CF2;
}
</style>