Shades of Picton Blue #5090DC
Tints of Picton Blue #5090DC
RGB
CMYK
RGB Variations
Color information
#5090DC (or 0x5090DC) is known color: Picton Blue. HEX triplet: 50, 90 and DC. RGB value is (80,144,220). Sum of RGB (Red+Green+Blue) = 80+144+220=444 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.02% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #5090DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5090DC is #AF6F23. Grayscale: #858585. Windows color (decimal): -11497252 or 14454864. OLE color: 14454864.
HSL color Cylindrical-coordinate representation of color #5090DC: hue angle of 212.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5090DC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 144 | 220 | - |
| CMYK | 0.64 | 0.35 | 0 | 0.14 |
| HSL | 212.57º | 0.67% | 0.59% | - |
| HSV(B) | 212.57º | 0.64% | 0.86% | - |
| XYZ | 26.2 | 26.82 | 71.51 | - |
| YUV | 133.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 144 | 220 | 0.64 | 0.35 | 0 | 0.14 | 212.57 | 0.67 | 0.59 |
| Hex | 50 | 90 | DC | 40 | 23 | 0 | E | D5 | 43 | 3B |
| Octal | 120 | 220 | 334 | 100 | 43 | 0 | 16 | 325 | 103 | 73 |
| Binary | 1010000 | 10010000 | 11011100 | 1000000 | 100011 | 0 | 1110 | 11010101 | 1000011 | 111011 |
Color Harmonies of #5090DC
Complementary color
Monochromatic Colors of #5090DC
Black with #5090DC
Text Example
Text Example
White with #5090DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5090DC; }
p { color: rgb(80,144,220); }
H1.HeaderClassName
{
color: #5090DC;
}
.AnyTagClassName
{
color: #5090DC;
}
</style>
background-color css
<style>
a { background-color: #5090DC; }
a { background-color: rgb(80,144,220); }
div.DivClassName
{
background-color: #5090DC;
}
.BgClassName
{
background-color: #5090DC;
}
</style>
border-color css
<style>
span { border-color: #5090DC; }
span { border-color: rgb(80,144,220); }
td.TdClassName
{
border-color: #5090DC;
}
.TagClassName
{
border-color: #5090DC;
}
</style>