Shades of Cornflower Blue #5683DE
Tints of Cornflower Blue #5683DE
RGB
CMYK
RGB Variations
Color information
#5683DE (or 0x5683DE) is known color: Cornflower Blue. HEX triplet: 56, 83 and DE. RGB value is (86,131,222). Sum of RGB (Red+Green+Blue) = 86+131+222=439 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.59% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 222 (87.11% from 255 or 50.57% from 439); Max value from RGB is 222 - color contains mainly: blue. Hex color #5683DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5683DE is #A97C21. Grayscale: #7F7F7F. Windows color (decimal): -11107362 or 14582614. OLE color: 14582614.
HSL color Cylindrical-coordinate representation of color #5683DE: hue angle of 220.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5683DE is Cyan = 0.61, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 131 | 222 | - |
| CMYK | 0.61 | 0.41 | 0 | 0.13 |
| HSL | 220.15º | 0.67% | 0.6% | - |
| HSV(B) | 220.15º | 0.61% | 0.87% | - |
| XYZ | 25.14 | 23.48 | 72.32 | - |
| YUV | 127.92 | 181.09 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 131 | 222 | 0.61 | 0.41 | 0 | 0.13 | 220.15 | 0.67 | 0.6 |
| Hex | 56 | 83 | DE | 3D | 29 | 0 | D | DC | 43 | 3C |
| Octal | 126 | 203 | 336 | 75 | 51 | 0 | 15 | 334 | 103 | 74 |
| Binary | 1010110 | 10000011 | 11011110 | 111101 | 101001 | 0 | 1101 | 11011100 | 1000011 | 111100 |
Color Harmonies of #5683DE
Complementary color
Monochromatic Colors of #5683DE
Black with #5683DE
Text Example
Text Example
White with #5683DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5683DE; }
p { color: rgb(86,131,222); }
H1.HeaderClassName
{
color: #5683DE;
}
.AnyTagClassName
{
color: #5683DE;
}
</style>
background-color css
<style>
a { background-color: #5683DE; }
a { background-color: rgb(86,131,222); }
div.DivClassName
{
background-color: #5683DE;
}
.BgClassName
{
background-color: #5683DE;
}
</style>
border-color css
<style>
span { border-color: #5683DE; }
span { border-color: rgb(86,131,222); }
td.TdClassName
{
border-color: #5683DE;
}
.TagClassName
{
border-color: #5683DE;
}
</style>