Shades of Cornflower Blue #5592DE
Tints of Cornflower Blue #5592DE
RGB
CMYK
RGB Variations
Color information
#5592DE (or 0x5592DE) is known color: Cornflower Blue. HEX triplet: 55, 92 and DE. RGB value is (85,146,222). Sum of RGB (Red+Green+Blue) = 85+146+222=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #5592DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5592DE is #AA6D21. Grayscale: #888888. Windows color (decimal): -11169058 or 14586453. OLE color: 14586453.
HSL color Cylindrical-coordinate representation of color #5592DE: hue angle of 213.28º 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 #5592DE is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 146 | 222 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.13 |
| HSL | 213.28º | 0.67% | 0.6% | - |
| HSV(B) | 213.28º | 0.62% | 0.87% | - |
| XYZ | 27.21 | 27.76 | 73.03 | - |
| YUV | 136.43 | 176.29 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 222 | 0.62 | 0.34 | 0 | 0.13 | 213.28 | 0.67 | 0.6 |
| Hex | 55 | 92 | DE | 3E | 22 | 0 | D | D5 | 43 | 3C |
| Octal | 125 | 222 | 336 | 76 | 42 | 0 | 15 | 325 | 103 | 74 |
| Binary | 1010101 | 10010010 | 11011110 | 111110 | 100010 | 0 | 1101 | 11010101 | 1000011 | 111100 |
Color Harmonies of #5592DE
Complementary color
Monochromatic Colors of #5592DE
Black with #5592DE
Text Example
Text Example
White with #5592DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5592DE; }
p { color: rgb(85,146,222); }
H1.HeaderClassName
{
color: #5592DE;
}
.AnyTagClassName
{
color: #5592DE;
}
</style>
background-color css
<style>
a { background-color: #5592DE; }
a { background-color: rgb(85,146,222); }
div.DivClassName
{
background-color: #5592DE;
}
.BgClassName
{
background-color: #5592DE;
}
</style>
border-color css
<style>
span { border-color: #5592DE; }
span { border-color: rgb(85,146,222); }
td.TdClassName
{
border-color: #5592DE;
}
.TagClassName
{
border-color: #5592DE;
}
</style>