Shades of Cornflower Blue #5B89EA
Tints of Cornflower Blue #5B89EA
RGB
CMYK
RGB Variations
Color information
#5B89EA (or 0x5B89EA) is known color: Cornflower Blue. HEX triplet: 5B, 89 and EA. RGB value is (91,137,234). Sum of RGB (Red+Green+Blue) = 91+137+234=462 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.70% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #5B89EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B89EA is #A47615. Grayscale: #858585. Windows color (decimal): -10778134 or 15370587. OLE color: 15370587.
HSL color Cylindrical-coordinate representation of color #5B89EA: hue angle of 220.7º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B89EA is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 91 | 137 | 234 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.08 |
| HSL | 220.7º | 0.77% | 0.64% | - |
| HSV(B) | 220.7º | 0.61% | 0.92% | - |
| XYZ | 28.11 | 26.06 | 81.39 | - |
| YUV | 134.3 | 184.26 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 137 | 234 | 0.61 | 0.41 | 0 | 0.08 | 220.7 | 0.77 | 0.64 |
| Hex | 5B | 89 | EA | 3D | 29 | 0 | 8 | DD | 4D | 40 |
| Octal | 133 | 211 | 352 | 75 | 51 | 0 | 10 | 335 | 115 | 100 |
| Binary | 1011011 | 10001001 | 11101010 | 111101 | 101001 | 0 | 1000 | 11011101 | 1001101 | 1000000 |
Color Harmonies of #5B89EA
Complementary color
Monochromatic Colors of #5B89EA
Black with #5B89EA
Text Example
Text Example
White with #5B89EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B89EA; }
p { color: rgb(91,137,234); }
H1.HeaderClassName
{
color: #5B89EA;
}
.AnyTagClassName
{
color: #5B89EA;
}
</style>
background-color css
<style>
a { background-color: #5B89EA; }
a { background-color: rgb(91,137,234); }
div.DivClassName
{
background-color: #5B89EA;
}
.BgClassName
{
background-color: #5B89EA;
}
</style>
border-color css
<style>
span { border-color: #5B89EA; }
span { border-color: rgb(91,137,234); }
td.TdClassName
{
border-color: #5B89EA;
}
.TagClassName
{
border-color: #5B89EA;
}
</style>