Shades of Cornflower Blue #5B99EC
Tints of Cornflower Blue #5B99EC
RGB
CMYK
RGB Variations
Color information
#5B99EC (or 0x5B99EC) is known color: Cornflower Blue. HEX triplet: 5B, 99 and EC. RGB value is (91,153,236). Sum of RGB (Red+Green+Blue) = 91+153+236=480 (63% of max value = 765). Red value is 91 (35.94% from 255 or 18.96% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #5B99EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B99EC is #A46613. Grayscale: #8F8F8F. Windows color (decimal): -10774036 or 15505755. OLE color: 15505755.
HSL color Cylindrical-coordinate representation of color #5B99EC: hue angle of 214.34º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B99EC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 153 | 236 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.07 |
| HSL | 214.34º | 0.79% | 0.64% | - |
| HSV(B) | 214.34º | 0.61% | 0.93% | - |
| XYZ | 30.85 | 31.06 | 83.73 | - |
| YUV | 143.92 | 179.96 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 153 | 236 | 0.61 | 0.35 | 0 | 0.07 | 214.34 | 0.79 | 0.64 |
| Hex | 5B | 99 | EC | 3D | 23 | 0 | 7 | D6 | 4F | 40 |
| Octal | 133 | 231 | 354 | 75 | 43 | 0 | 7 | 326 | 117 | 100 |
| Binary | 1011011 | 10011001 | 11101100 | 111101 | 100011 | 0 | 111 | 11010110 | 1001111 | 1000000 |
Color Harmonies of #5B99EC
Complementary color
Monochromatic Colors of #5B99EC
Black with #5B99EC
Text Example
Text Example
White with #5B99EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B99EC; }
p { color: rgb(91,153,236); }
H1.HeaderClassName
{
color: #5B99EC;
}
.AnyTagClassName
{
color: #5B99EC;
}
</style>
background-color css
<style>
a { background-color: #5B99EC; }
a { background-color: rgb(91,153,236); }
div.DivClassName
{
background-color: #5B99EC;
}
.BgClassName
{
background-color: #5B99EC;
}
</style>
border-color css
<style>
span { border-color: #5B99EC; }
span { border-color: rgb(91,153,236); }
td.TdClassName
{
border-color: #5B99EC;
}
.TagClassName
{
border-color: #5B99EC;
}
</style>