Shades of Cornflower Blue #5993E6
Tints of Cornflower Blue #5993E6
RGB
CMYK
RGB Variations
Color information
#5993E6 (or 0x5993E6) is known color: Cornflower Blue. HEX triplet: 59, 93 and E6. RGB value is (89,147,230). Sum of RGB (Red+Green+Blue) = 89+147+230=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #5993E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5993E6 is #A66C19. Grayscale: #8A8A8A. Windows color (decimal): -10906650 or 15111001. OLE color: 15111001.
HSL color Cylindrical-coordinate representation of color #5993E6: hue angle of 215.32º 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 #5993E6 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 147 | 230 | - |
| CMYK | 0.61 | 0.36 | 0 | 0.10 |
| HSL | 215.32º | 0.74% | 0.63% | - |
| HSV(B) | 215.32º | 0.61% | 0.9% | - |
| XYZ | 28.84 | 28.7 | 78.88 | - |
| YUV | 139.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 147 | 230 | 0.61 | 0.36 | 0 | 0.10 | 215.32 | 0.74 | 0.63 |
| Hex | 59 | 93 | E6 | 3D | 24 | 0 | A | D7 | 4A | 3F |
| Octal | 131 | 223 | 346 | 75 | 44 | 0 | 12 | 327 | 112 | 77 |
| Binary | 1011001 | 10010011 | 11100110 | 111101 | 100100 | 0 | 1010 | 11010111 | 1001010 | 111111 |
Color Harmonies of #5993E6
Complementary color
Monochromatic Colors of #5993E6
Black with #5993E6
Text Example
Text Example
White with #5993E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5993E6; }
p { color: rgb(89,147,230); }
H1.HeaderClassName
{
color: #5993E6;
}
.AnyTagClassName
{
color: #5993E6;
}
</style>
background-color css
<style>
a { background-color: #5993E6; }
a { background-color: rgb(89,147,230); }
div.DivClassName
{
background-color: #5993E6;
}
.BgClassName
{
background-color: #5993E6;
}
</style>
border-color css
<style>
span { border-color: #5993E6; }
span { border-color: rgb(89,147,230); }
td.TdClassName
{
border-color: #5993E6;
}
.TagClassName
{
border-color: #5993E6;
}
</style>