Shades of Cornflower Blue #5891FC
Tints of Cornflower Blue #5891FC
RGB
CMYK
RGB Variations
Color information
#5891FC (or 0x5891FC) is known color: Cornflower Blue. HEX triplet: 58, 91 and FC. RGB value is (88,145,252). Sum of RGB (Red+Green+Blue) = 88+145+252=485 (64% of max value = 765). Red value is 88 (34.77% from 255 or 18.14% from 485); Green value is 145 (57.03% from 255 or 29.90% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #5891FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5891FC is #A76E03. Grayscale: #8B8B8B. Windows color (decimal): -10972676 or 16552280. OLE color: 16552280.
HSL color Cylindrical-coordinate representation of color #5891FC: hue angle of 219.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5891FC is Cyan = 0.65, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 88 | 145 | 252 | - |
| CMYK | 0.65 | 0.42 | 0 | 0.01 |
| HSL | 219.15º | 0.96% | 0.67% | - |
| HSV(B) | 219.15º | 0.65% | 0.99% | - |
| XYZ | 31.72 | 29.35 | 96.09 | - |
| YUV | 140.16 | 191.12 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 252 | 0.65 | 0.42 | 0 | 0.01 | 219.15 | 0.96 | 0.67 |
| Hex | 58 | 91 | FC | 41 | 2A | 0 | 1 | DB | 60 | 43 |
| Octal | 130 | 221 | 374 | 101 | 52 | 0 | 1 | 333 | 140 | 103 |
| Binary | 1011000 | 10010001 | 11111100 | 1000001 | 101010 | 0 | 1 | 11011011 | 1100000 | 1000011 |
Color Harmonies of #5891FC
Complementary color
Monochromatic Colors of #5891FC
Black with #5891FC
Text Example
Text Example
White with #5891FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5891FC; }
p { color: rgb(88,145,252); }
H1.HeaderClassName
{
color: #5891FC;
}
.AnyTagClassName
{
color: #5891FC;
}
</style>
background-color css
<style>
a { background-color: #5891FC; }
a { background-color: rgb(88,145,252); }
div.DivClassName
{
background-color: #5891FC;
}
.BgClassName
{
background-color: #5891FC;
}
</style>
border-color css
<style>
span { border-color: #5891FC; }
span { border-color: rgb(88,145,252); }
td.TdClassName
{
border-color: #5891FC;
}
.TagClassName
{
border-color: #5891FC;
}
</style>