Shades of Cornflower Blue #5B89EE
Tints of Cornflower Blue #5B89EE
RGB
CMYK
RGB Variations
Color information
#5B89EE (or 0x5B89EE) is known color: Cornflower Blue. HEX triplet: 5B, 89 and EE. RGB value is (91,137,238). Sum of RGB (Red+Green+Blue) = 91+137+238=466 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.53% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B89EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B89EE is #A47611. Grayscale: #868686. Windows color (decimal): -10778130 or 15632731. OLE color: 15632731.
HSL color Cylindrical-coordinate representation of color #5B89EE: hue angle of 221.22º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B89EE is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 91 | 137 | 238 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.07 |
| HSL | 221.22º | 0.81% | 0.65% | - |
| HSV(B) | 221.22º | 0.62% | 0.93% | - |
| XYZ | 28.69 | 26.29 | 84.45 | - |
| YUV | 134.76 | 186.26 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 238 | 0.62 | 0.42 | 0 | 0.07 | 221.22 | 0.81 | 0.65 |
| Hex | 5B | 89 | EE | 3E | 2A | 0 | 7 | DD | 51 | 41 |
| Octal | 133 | 211 | 356 | 76 | 52 | 0 | 7 | 335 | 121 | 101 |
| Binary | 1011011 | 10001001 | 11101110 | 111110 | 101010 | 0 | 111 | 11011101 | 1010001 | 1000001 |
Color Harmonies of #5B89EE
Complementary color
Monochromatic Colors of #5B89EE
Black with #5B89EE
Text Example
Text Example
White with #5B89EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B89EE; }
p { color: rgb(91,137,238); }
H1.HeaderClassName
{
color: #5B89EE;
}
.AnyTagClassName
{
color: #5B89EE;
}
</style>
background-color css
<style>
a { background-color: #5B89EE; }
a { background-color: rgb(91,137,238); }
div.DivClassName
{
background-color: #5B89EE;
}
.BgClassName
{
background-color: #5B89EE;
}
</style>
border-color css
<style>
span { border-color: #5B89EE; }
span { border-color: rgb(91,137,238); }
td.TdClassName
{
border-color: #5B89EE;
}
.TagClassName
{
border-color: #5B89EE;
}
</style>