Shades of Cornflower Blue #5A89DB
Tints of Cornflower Blue #5A89DB
RGB
CMYK
RGB Variations
Color information
#5A89DB (or 0x5A89DB) is known color: Cornflower Blue. HEX triplet: 5A, 89 and DB. RGB value is (90,137,219). Sum of RGB (Red+Green+Blue) = 90+137+219=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A89DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A89DB is #A57624. Grayscale: #838383. Windows color (decimal): -10843685 or 14387546. OLE color: 14387546.
HSL color Cylindrical-coordinate representation of color #5A89DB: hue angle of 218.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A89DB is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 137 | 219 | - |
| CMYK | 0.59 | 0.37 | 0 | 0.14 |
| HSL | 218.14º | 0.64% | 0.61% | - |
| HSV(B) | 218.14º | 0.59% | 0.86% | - |
| XYZ | 25.95 | 25.18 | 70.51 | - |
| YUV | 132.3 | 176.93 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 137 | 219 | 0.59 | 0.37 | 0 | 0.14 | 218.14 | 0.64 | 0.61 |
| Hex | 5A | 89 | DB | 3B | 25 | 0 | E | DA | 40 | 3D |
| Octal | 132 | 211 | 333 | 73 | 45 | 0 | 16 | 332 | 100 | 75 |
| Binary | 1011010 | 10001001 | 11011011 | 111011 | 100101 | 0 | 1110 | 11011010 | 1000000 | 111101 |
Color Harmonies of #5A89DB
Complementary color
Monochromatic Colors of #5A89DB
Black with #5A89DB
Text Example
Text Example
White with #5A89DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A89DB; }
p { color: rgb(90,137,219); }
H1.HeaderClassName
{
color: #5A89DB;
}
.AnyTagClassName
{
color: #5A89DB;
}
</style>
background-color css
<style>
a { background-color: #5A89DB; }
a { background-color: rgb(90,137,219); }
div.DivClassName
{
background-color: #5A89DB;
}
.BgClassName
{
background-color: #5A89DB;
}
</style>
border-color css
<style>
span { border-color: #5A89DB; }
span { border-color: rgb(90,137,219); }
td.TdClassName
{
border-color: #5A89DB;
}
.TagClassName
{
border-color: #5A89DB;
}
</style>