Shades of Cornflower Blue #5583DF
Tints of Cornflower Blue #5583DF
RGB
CMYK
RGB Variations
Color information
#5583DF (or 0x5583DF) is known color: Cornflower Blue. HEX triplet: 55, 83 and DF. RGB value is (85,131,223). Sum of RGB (Red+Green+Blue) = 85+131+223=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 131 (51.56% from 255 or 29.84% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #5583DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583DF is #AA7C20. Grayscale: #7F7F7F. Windows color (decimal): -11172897 or 14648149. OLE color: 14648149.
HSL color Cylindrical-coordinate representation of color #5583DF: hue angle of 220º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5583DF is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 131 | 223 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.13 |
| HSL | 220º | 0.68% | 0.6% | - |
| HSV(B) | 220º | 0.62% | 0.87% | - |
| XYZ | 25.18 | 23.49 | 73.02 | - |
| YUV | 127.73 | 181.76 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 223 | 0.62 | 0.41 | 0 | 0.13 | 220 | 0.68 | 0.6 |
| Hex | 55 | 83 | DF | 3E | 29 | 0 | D | DC | 44 | 3C |
| Octal | 125 | 203 | 337 | 76 | 51 | 0 | 15 | 334 | 104 | 74 |
| Binary | 1010101 | 10000011 | 11011111 | 111110 | 101001 | 0 | 1101 | 11011100 | 1000100 | 111100 |
Color Harmonies of #5583DF
Complementary color
Monochromatic Colors of #5583DF
Black with #5583DF
Text Example
Text Example
White with #5583DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583DF; }
p { color: rgb(85,131,223); }
H1.HeaderClassName
{
color: #5583DF;
}
.AnyTagClassName
{
color: #5583DF;
}
</style>
background-color css
<style>
a { background-color: #5583DF; }
a { background-color: rgb(85,131,223); }
div.DivClassName
{
background-color: #5583DF;
}
.BgClassName
{
background-color: #5583DF;
}
</style>
border-color css
<style>
span { border-color: #5583DF; }
span { border-color: rgb(85,131,223); }
td.TdClassName
{
border-color: #5583DF;
}
.TagClassName
{
border-color: #5583DF;
}
</style>