Shades of Cornflower Blue #5583DD
Tints of Cornflower Blue #5583DD
RGB
CMYK
RGB Variations
Color information
#5583DD (or 0x5583DD) is known color: Cornflower Blue. HEX triplet: 55, 83 and DD. RGB value is (85,131,221). Sum of RGB (Red+Green+Blue) = 85+131+221=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 131 (51.56% from 255 or 29.98% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #5583DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5583DD is #AA7C22. Grayscale: #7F7F7F. Windows color (decimal): -11172899 or 14517077. OLE color: 14517077.
HSL color Cylindrical-coordinate representation of color #5583DD: hue angle of 219.71º degrees, saturation: 0.67, 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 #5583DD is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 131 | 221 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.13 |
| HSL | 219.71º | 0.67% | 0.6% | - |
| HSV(B) | 219.71º | 0.62% | 0.87% | - |
| XYZ | 24.91 | 23.38 | 71.61 | - |
| YUV | 127.51 | 180.76 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 221 | 0.62 | 0.41 | 0 | 0.13 | 219.71 | 0.67 | 0.6 |
| Hex | 55 | 83 | DD | 3E | 29 | 0 | D | DC | 43 | 3C |
| Octal | 125 | 203 | 335 | 76 | 51 | 0 | 15 | 334 | 103 | 74 |
| Binary | 1010101 | 10000011 | 11011101 | 111110 | 101001 | 0 | 1101 | 11011100 | 1000011 | 111100 |
Color Harmonies of #5583DD
Complementary color
Monochromatic Colors of #5583DD
Black with #5583DD
Text Example
Text Example
White with #5583DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583DD; }
p { color: rgb(85,131,221); }
H1.HeaderClassName
{
color: #5583DD;
}
.AnyTagClassName
{
color: #5583DD;
}
</style>
background-color css
<style>
a { background-color: #5583DD; }
a { background-color: rgb(85,131,221); }
div.DivClassName
{
background-color: #5583DD;
}
.BgClassName
{
background-color: #5583DD;
}
</style>
border-color css
<style>
span { border-color: #5583DD; }
span { border-color: rgb(85,131,221); }
td.TdClassName
{
border-color: #5583DD;
}
.TagClassName
{
border-color: #5583DD;
}
</style>