Shades of Picton Blue #5090DB
Tints of Picton Blue #5090DB
RGB
CMYK
RGB Variations
Color information
#5090DB (or 0x5090DB) is known color: Picton Blue. HEX triplet: 50, 90 and DB. RGB value is (80,144,219). Sum of RGB (Red+Green+Blue) = 80+144+219=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #5090DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DB is #AF6F24. Grayscale: #858585. Windows color (decimal): -11497253 or 14389328. OLE color: 14389328.
HSL color Cylindrical-coordinate representation of color #5090DB: hue angle of 212.37º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5090DB is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 144 | 219 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.14 |
| HSL | 212.37º | 0.66% | 0.59% | - |
| HSV(B) | 212.37º | 0.63% | 0.86% | - |
| XYZ | 26.07 | 26.77 | 70.81 | - |
| YUV | 133.41 | 176.3 | 89.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 219 | 0.63 | 0.34 | 0 | 0.14 | 212.37 | 0.66 | 0.59 |
| Hex | 50 | 90 | DB | 3F | 22 | 0 | E | D4 | 42 | 3B |
| Octal | 120 | 220 | 333 | 77 | 42 | 0 | 16 | 324 | 102 | 73 |
| Binary | 1010000 | 10010000 | 11011011 | 111111 | 100010 | 0 | 1110 | 11010100 | 1000010 | 111011 |
Color Harmonies of #5090DB
Complementary color
Monochromatic Colors of #5090DB
Black with #5090DB
Text Example
Text Example
White with #5090DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090DB; }
p { color: rgb(80,144,219); }
H1.HeaderClassName
{
color: #5090DB;
}
.AnyTagClassName
{
color: #5090DB;
}
</style>
background-color css
<style>
a { background-color: #5090DB; }
a { background-color: rgb(80,144,219); }
div.DivClassName
{
background-color: #5090DB;
}
.BgClassName
{
background-color: #5090DB;
}
</style>
border-color css
<style>
span { border-color: #5090DB; }
span { border-color: rgb(80,144,219); }
td.TdClassName
{
border-color: #5090DB;
}
.TagClassName
{
border-color: #5090DB;
}
</style>