Shades of Cornflower Blue #5691FF
Tints of Cornflower Blue #5691FF
RGB
CMYK
RGB Variations
Color information
#5691FF (or 0x5691FF) is known color: Cornflower Blue. HEX triplet: 56, 91 and FF. RGB value is (86,145,255). Sum of RGB (Red+Green+Blue) = 86+145+255=486 (64% of max value = 765). Red value is 86 (33.98% from 255 or 17.70% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5691FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5691FF is #A96E00. Grayscale: #8B8B8B. Windows color (decimal): -11103745 or 16748886. OLE color: 16748886.
HSL color Cylindrical-coordinate representation of color #5691FF: hue angle of 219.05º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5691FF is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 145 | 255 | - |
| CMYK | 0.66 | 0.43 | 0 | 0 |
| HSL | 219.05º | 1% | 0.67% | - |
| HSV(B) | 219.05º | 0.66% | 1% | - |
| XYZ | 32.01 | 29.45 | 98.6 | - |
| YUV | 139.9 | 192.95 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 255 | 0.66 | 0.43 | 0 | 0 | 219.05 | 1 | 0.67 |
| Hex | 56 | 91 | FF | 42 | 2B | 0 | 0 | DB | 64 | 43 |
| Octal | 126 | 221 | 377 | 102 | 53 | 0 | 0 | 333 | 144 | 103 |
| Binary | 1010110 | 10010001 | 11111111 | 1000010 | 101011 | 0 | 0 | 11011011 | 1100100 | 1000011 |
Color Harmonies of #5691FF
Complementary color
Monochromatic Colors of #5691FF
Black with #5691FF
Text Example
Text Example
White with #5691FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5691FF; }
p { color: rgb(86,145,255); }
H1.HeaderClassName
{
color: #5691FF;
}
.AnyTagClassName
{
color: #5691FF;
}
</style>
background-color css
<style>
a { background-color: #5691FF; }
a { background-color: rgb(86,145,255); }
div.DivClassName
{
background-color: #5691FF;
}
.BgClassName
{
background-color: #5691FF;
}
</style>
border-color css
<style>
span { border-color: #5691FF; }
span { border-color: rgb(86,145,255); }
td.TdClassName
{
border-color: #5691FF;
}
.TagClassName
{
border-color: #5691FF;
}
</style>