Shades of Cornflower Blue #5583FF
Tints of Cornflower Blue #5583FF
RGB
CMYK
RGB Variations
Color information
#5583FF (or 0x5583FF) is known color: Cornflower Blue. HEX triplet: 55, 83 and FF. RGB value is (85,131,255). Sum of RGB (Red+Green+Blue) = 85+131+255=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 131 (51.56% from 255 or 27.81% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #5583FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5583FF is #AA7C00. Grayscale: #828282. Windows color (decimal): -11172865 or 16745301. OLE color: 16745301.
HSL color Cylindrical-coordinate representation of color #5583FF: hue angle of 223.76º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5583FF is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 85 | 131 | 255 | - |
| CMYK | 0.67 | 0.49 | 0 | 0 |
| HSL | 223.76º | 1% | 0.67% | - |
| HSV(B) | 223.76º | 0.67% | 1% | - |
| XYZ | 29.91 | 25.38 | 97.93 | - |
| YUV | 131.38 | 197.76 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 131 | 255 | 0.67 | 0.49 | 0 | 0 | 223.76 | 1 | 0.67 |
| Hex | 55 | 83 | FF | 43 | 31 | 0 | 0 | E0 | 64 | 43 |
| Octal | 125 | 203 | 377 | 103 | 61 | 0 | 0 | 340 | 144 | 103 |
| Binary | 1010101 | 10000011 | 11111111 | 1000011 | 110001 | 0 | 0 | 11100000 | 1100100 | 1000011 |
Color Harmonies of #5583FF
Complementary color
Monochromatic Colors of #5583FF
Black with #5583FF
Text Example
Text Example
White with #5583FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5583FF; }
p { color: rgb(85,131,255); }
H1.HeaderClassName
{
color: #5583FF;
}
.AnyTagClassName
{
color: #5583FF;
}
</style>
background-color css
<style>
a { background-color: #5583FF; }
a { background-color: rgb(85,131,255); }
div.DivClassName
{
background-color: #5583FF;
}
.BgClassName
{
background-color: #5583FF;
}
</style>
border-color css
<style>
span { border-color: #5583FF; }
span { border-color: rgb(85,131,255); }
td.TdClassName
{
border-color: #5583FF;
}
.TagClassName
{
border-color: #5583FF;
}
</style>