Shades of Cornflower Blue #5992E6
Tints of Cornflower Blue #5992E6
RGB
CMYK
RGB Variations
Color information
#5992E6 (or 0x5992E6) is known color: Cornflower Blue. HEX triplet: 59, 92 and E6. RGB value is (89,146,230). Sum of RGB (Red+Green+Blue) = 89+146+230=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 146 (57.42% from 255 or 31.40% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #5992E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5992E6 is #A66D19. Grayscale: #8A8A8A. Windows color (decimal): -10906906 or 15110745. OLE color: 15110745.
HSL color Cylindrical-coordinate representation of color #5992E6: hue angle of 215.74º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5992E6 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 146 | 230 | - |
| CMYK | 0.61 | 0.37 | 0 | 0.10 |
| HSL | 215.74º | 0.74% | 0.63% | - |
| HSV(B) | 215.74º | 0.61% | 0.9% | - |
| XYZ | 28.68 | 28.39 | 78.83 | - |
| YUV | 138.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 146 | 230 | 0.61 | 0.37 | 0 | 0.10 | 215.74 | 0.74 | 0.63 |
| Hex | 59 | 92 | E6 | 3D | 25 | 0 | A | D8 | 4A | 3F |
| Octal | 131 | 222 | 346 | 75 | 45 | 0 | 12 | 330 | 112 | 77 |
| Binary | 1011001 | 10010010 | 11100110 | 111101 | 100101 | 0 | 1010 | 11011000 | 1001010 | 111111 |
Color Harmonies of #5992E6
Complementary color
Monochromatic Colors of #5992E6
Black with #5992E6
Text Example
Text Example
White with #5992E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5992E6; }
p { color: rgb(89,146,230); }
H1.HeaderClassName
{
color: #5992E6;
}
.AnyTagClassName
{
color: #5992E6;
}
</style>
background-color css
<style>
a { background-color: #5992E6; }
a { background-color: rgb(89,146,230); }
div.DivClassName
{
background-color: #5992E6;
}
.BgClassName
{
background-color: #5992E6;
}
</style>
border-color css
<style>
span { border-color: #5992E6; }
span { border-color: rgb(89,146,230); }
td.TdClassName
{
border-color: #5992E6;
}
.TagClassName
{
border-color: #5992E6;
}
</style>