Shades of Cornflower Blue #5D89DC
Tints of Cornflower Blue #5D89DC
RGB
CMYK
RGB Variations
Color information
#5D89DC (or 0x5D89DC) is known color: Cornflower Blue. HEX triplet: 5D, 89 and DC. RGB value is (93,137,220). Sum of RGB (Red+Green+Blue) = 93+137+220=450 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.67% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D89DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89DC is #A27623. Grayscale: #848484. Windows color (decimal): -10647076 or 14453085. OLE color: 14453085.
HSL color Cylindrical-coordinate representation of color #5D89DC: hue angle of 219.21º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5D89DC is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 137 | 220 | - |
| CMYK | 0.58 | 0.38 | 0 | 0.14 |
| HSL | 219.21º | 0.64% | 0.61% | - |
| HSV(B) | 219.21º | 0.58% | 0.86% | - |
| XYZ | 26.38 | 25.39 | 71.22 | - |
| YUV | 133.31 | 176.92 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 220 | 0.58 | 0.38 | 0 | 0.14 | 219.21 | 0.64 | 0.61 |
| Hex | 5D | 89 | DC | 3A | 26 | 0 | E | DB | 40 | 3D |
| Octal | 135 | 211 | 334 | 72 | 46 | 0 | 16 | 333 | 100 | 75 |
| Binary | 1011101 | 10001001 | 11011100 | 111010 | 100110 | 0 | 1110 | 11011011 | 1000000 | 111101 |
Color Harmonies of #5D89DC
Complementary color
Monochromatic Colors of #5D89DC
Black with #5D89DC
Text Example
Text Example
White with #5D89DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D89DC; }
p { color: rgb(93,137,220); }
H1.HeaderClassName
{
color: #5D89DC;
}
.AnyTagClassName
{
color: #5D89DC;
}
</style>
background-color css
<style>
a { background-color: #5D89DC; }
a { background-color: rgb(93,137,220); }
div.DivClassName
{
background-color: #5D89DC;
}
.BgClassName
{
background-color: #5D89DC;
}
</style>
border-color css
<style>
span { border-color: #5D89DC; }
span { border-color: rgb(93,137,220); }
td.TdClassName
{
border-color: #5D89DC;
}
.TagClassName
{
border-color: #5D89DC;
}
</style>