Shades of Picton Blue #5390DB
Tints of Picton Blue #5390DB
RGB
CMYK
RGB Variations
Color information
#5390DB (or 0x5390DB) is known color: Picton Blue. HEX triplet: 53, 90 and DB. RGB value is (83,144,219). Sum of RGB (Red+Green+Blue) = 83+144+219=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #5390DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5390DB is #AC6F24. Grayscale: #858585. Windows color (decimal): -11300645 or 14389331. OLE color: 14389331.
HSL color Cylindrical-coordinate representation of color #5390DB: hue angle of 213.09º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5390DB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 144 | 219 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.14 |
| HSL | 213.09º | 0.65% | 0.59% | - |
| HSV(B) | 213.09º | 0.62% | 0.86% | - |
| XYZ | 26.33 | 26.9 | 70.82 | - |
| YUV | 134.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 144 | 219 | 0.62 | 0.34 | 0 | 0.14 | 213.09 | 0.65 | 0.59 |
| Hex | 53 | 90 | DB | 3E | 22 | 0 | E | D5 | 41 | 3B |
| Octal | 123 | 220 | 333 | 76 | 42 | 0 | 16 | 325 | 101 | 73 |
| Binary | 1010011 | 10010000 | 11011011 | 111110 | 100010 | 0 | 1110 | 11010101 | 1000001 | 111011 |
Color Harmonies of #5390DB
Complementary color
Monochromatic Colors of #5390DB
Black with #5390DB
Text Example
Text Example
White with #5390DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5390DB; }
p { color: rgb(83,144,219); }
H1.HeaderClassName
{
color: #5390DB;
}
.AnyTagClassName
{
color: #5390DB;
}
</style>
background-color css
<style>
a { background-color: #5390DB; }
a { background-color: rgb(83,144,219); }
div.DivClassName
{
background-color: #5390DB;
}
.BgClassName
{
background-color: #5390DB;
}
</style>
border-color css
<style>
span { border-color: #5390DB; }
span { border-color: rgb(83,144,219); }
td.TdClassName
{
border-color: #5390DB;
}
.TagClassName
{
border-color: #5390DB;
}
</style>