Shades of Picton Blue #5290DC
Tints of Picton Blue #5290DC
RGB
CMYK
RGB Variations
Color information
#5290DC (or 0x5290DC) is known color: Picton Blue. HEX triplet: 52, 90 and DC. RGB value is (82,144,220). Sum of RGB (Red+Green+Blue) = 82+144+220=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #5290DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5290DC is #AD6F23. Grayscale: #858585. Windows color (decimal): -11366180 or 14454866. OLE color: 14454866.
HSL color Cylindrical-coordinate representation of color #5290DC: hue angle of 213.04º 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 #5290DC is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 144 | 220 | - |
| CMYK | 0.63 | 0.35 | 0 | 0.14 |
| HSL | 213.04º | 0.66% | 0.59% | - |
| HSV(B) | 213.04º | 0.63% | 0.86% | - |
| XYZ | 26.37 | 26.91 | 71.51 | - |
| YUV | 134.13 | 176.46 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 220 | 0.63 | 0.35 | 0 | 0.14 | 213.04 | 0.66 | 0.59 |
| Hex | 52 | 90 | DC | 3F | 23 | 0 | E | D5 | 42 | 3B |
| Octal | 122 | 220 | 334 | 77 | 43 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010010 | 10010000 | 11011100 | 111111 | 100011 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #5290DC
Complementary color
Monochromatic Colors of #5290DC
Black with #5290DC
Text Example
Text Example
White with #5290DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5290DC; }
p { color: rgb(82,144,220); }
H1.HeaderClassName
{
color: #5290DC;
}
.AnyTagClassName
{
color: #5290DC;
}
</style>
background-color css
<style>
a { background-color: #5290DC; }
a { background-color: rgb(82,144,220); }
div.DivClassName
{
background-color: #5290DC;
}
.BgClassName
{
background-color: #5290DC;
}
</style>
border-color css
<style>
span { border-color: #5290DC; }
span { border-color: rgb(82,144,220); }
td.TdClassName
{
border-color: #5290DC;
}
.TagClassName
{
border-color: #5290DC;
}
</style>