Shades of Cornflower Blue #5791E5
Tints of Cornflower Blue #5791E5
RGB
CMYK
RGB Variations
Color information
#5791E5 (or 0x5791E5) is known color: Cornflower Blue. HEX triplet: 57, 91 and E5. RGB value is (87,145,229). Sum of RGB (Red+Green+Blue) = 87+145+229=461 (61% of max value = 765). Red value is 87 (34.38% from 255 or 18.87% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #5791E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5791E5 is #A86E1A. Grayscale: #888888. Windows color (decimal): -11038235 or 15044951. OLE color: 15044951.
HSL color Cylindrical-coordinate representation of color #5791E5: hue angle of 215.49º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5791E5 is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 145 | 229 | - |
| CMYK | 0.62 | 0.37 | 0 | 0.10 |
| HSL | 215.49º | 0.73% | 0.62% | - |
| HSV(B) | 215.49º | 0.62% | 0.9% | - |
| XYZ | 28.2 | 27.93 | 78.03 | - |
| YUV | 137.23 | 179.78 | 92.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 145 | 229 | 0.62 | 0.37 | 0 | 0.10 | 215.49 | 0.73 | 0.62 |
| Hex | 57 | 91 | E5 | 3E | 25 | 0 | A | D7 | 49 | 3E |
| Octal | 127 | 221 | 345 | 76 | 45 | 0 | 12 | 327 | 111 | 76 |
| Binary | 1010111 | 10010001 | 11100101 | 111110 | 100101 | 0 | 1010 | 11010111 | 1001001 | 111110 |
Color Harmonies of #5791E5
Complementary color
Monochromatic Colors of #5791E5
Black with #5791E5
Text Example
Text Example
White with #5791E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5791E5; }
p { color: rgb(87,145,229); }
H1.HeaderClassName
{
color: #5791E5;
}
.AnyTagClassName
{
color: #5791E5;
}
</style>
background-color css
<style>
a { background-color: #5791E5; }
a { background-color: rgb(87,145,229); }
div.DivClassName
{
background-color: #5791E5;
}
.BgClassName
{
background-color: #5791E5;
}
</style>
border-color css
<style>
span { border-color: #5791E5; }
span { border-color: rgb(87,145,229); }
td.TdClassName
{
border-color: #5791E5;
}
.TagClassName
{
border-color: #5791E5;
}
</style>