Shades of Picton Blue #5590DB
Tints of Picton Blue #5590DB
RGB
CMYK
RGB Variations
Color information
#5590DB (or 0x5590DB) is known color: Picton Blue. HEX triplet: 55, 90 and DB. RGB value is (85,144,219). Sum of RGB (Red+Green+Blue) = 85+144+219=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #5590DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5590DB is #AA6F24. Grayscale: #868686. Windows color (decimal): -11169573 or 14389333. OLE color: 14389333.
HSL color Cylindrical-coordinate representation of color #5590DB: hue angle of 213.58º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5590DB is Cyan = 0.61, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 144 | 219 | - |
| CMYK | 0.61 | 0.34 | 0 | 0.14 |
| HSL | 213.58º | 0.65% | 0.6% | - |
| HSV(B) | 213.58º | 0.61% | 0.86% | - |
| XYZ | 26.51 | 26.99 | 70.83 | - |
| YUV | 134.91 | 175.45 | 92.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 219 | 0.61 | 0.34 | 0 | 0.14 | 213.58 | 0.65 | 0.6 |
| Hex | 55 | 90 | DB | 3D | 22 | 0 | E | D6 | 41 | 3C |
| Octal | 125 | 220 | 333 | 75 | 42 | 0 | 16 | 326 | 101 | 74 |
| Binary | 1010101 | 10010000 | 11011011 | 111101 | 100010 | 0 | 1110 | 11010110 | 1000001 | 111100 |
Color Harmonies of #5590DB
Complementary color
Monochromatic Colors of #5590DB
Black with #5590DB
Text Example
Text Example
White with #5590DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5590DB; }
p { color: rgb(85,144,219); }
H1.HeaderClassName
{
color: #5590DB;
}
.AnyTagClassName
{
color: #5590DB;
}
</style>
background-color css
<style>
a { background-color: #5590DB; }
a { background-color: rgb(85,144,219); }
div.DivClassName
{
background-color: #5590DB;
}
.BgClassName
{
background-color: #5590DB;
}
</style>
border-color css
<style>
span { border-color: #5590DB; }
span { border-color: rgb(85,144,219); }
td.TdClassName
{
border-color: #5590DB;
}
.TagClassName
{
border-color: #5590DB;
}
</style>