Shades of Cornflower Blue #5B91FE
Tints of Cornflower Blue #5B91FE
RGB
CMYK
RGB Variations
Color information
#5B91FE (or 0x5B91FE) is known color: Cornflower Blue. HEX triplet: 5B, 91 and FE. RGB value is (91,145,254). Sum of RGB (Red+Green+Blue) = 91+145+254=490 (64% of max value = 765). Red value is 91 (35.94% from 255 or 18.57% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B91FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B91FE is #A46E01. Grayscale: #8C8C8C. Windows color (decimal): -10776066 or 16683355. OLE color: 16683355.
HSL color Cylindrical-coordinate representation of color #5B91FE: hue angle of 220.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B91FE is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 145 | 254 | - |
| CMYK | 0.64 | 0.43 | 0 | 0.00 |
| HSL | 220.12º | 0.99% | 0.68% | - |
| HSV(B) | 220.12º | 0.64% | 1% | - |
| XYZ | 32.33 | 29.63 | 97.78 | - |
| YUV | 141.28 | 191.61 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 254 | 0.64 | 0.43 | 0 | 0.00 | 220.12 | 0.99 | 0.68 |
| Hex | 5B | 91 | FE | 40 | 2B | 0 | 0 | DC | 63 | 44 |
| Octal | 133 | 221 | 376 | 100 | 53 | 0 | 0 | 334 | 143 | 104 |
| Binary | 1011011 | 10010001 | 11111110 | 1000000 | 101011 | 0 | 0 | 11011100 | 1100011 | 1000100 |
Color Harmonies of #5B91FE
Complementary color
Monochromatic Colors of #5B91FE
Black with #5B91FE
Text Example
Text Example
White with #5B91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B91FE; }
p { color: rgb(91,145,254); }
H1.HeaderClassName
{
color: #5B91FE;
}
.AnyTagClassName
{
color: #5B91FE;
}
</style>
background-color css
<style>
a { background-color: #5B91FE; }
a { background-color: rgb(91,145,254); }
div.DivClassName
{
background-color: #5B91FE;
}
.BgClassName
{
background-color: #5B91FE;
}
</style>
border-color css
<style>
span { border-color: #5B91FE; }
span { border-color: rgb(91,145,254); }
td.TdClassName
{
border-color: #5B91FE;
}
.TagClassName
{
border-color: #5B91FE;
}
</style>