Shades of Picton Blue #5291DC
Tints of Picton Blue #5291DC
RGB
CMYK
RGB Variations
Color information
#5291DC (or 0x5291DC) is known color: Picton Blue. HEX triplet: 52, 91 and DC. RGB value is (82,145,220). Sum of RGB (Red+Green+Blue) = 82+145+220=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #5291DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5291DC is #AD6E23. Grayscale: #868686. Windows color (decimal): -11365924 or 14455122. OLE color: 14455122.
HSL color Cylindrical-coordinate representation of color #5291DC: hue angle of 212.61º 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 #5291DC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 145 | 220 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.14 |
| HSL | 212.61º | 0.66% | 0.59% | - |
| HSV(B) | 212.61º | 0.63% | 0.86% | - |
| XYZ | 26.52 | 27.21 | 71.56 | - |
| YUV | 134.71 | 176.13 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 145 | 220 | 0.63 | 0.34 | 0 | 0.14 | 212.61 | 0.66 | 0.59 |
| Hex | 52 | 91 | DC | 3F | 22 | 0 | E | D5 | 42 | 3B |
| Octal | 122 | 221 | 334 | 77 | 42 | 0 | 16 | 325 | 102 | 73 |
| Binary | 1010010 | 10010001 | 11011100 | 111111 | 100010 | 0 | 1110 | 11010101 | 1000010 | 111011 |
Color Harmonies of #5291DC
Complementary color
Monochromatic Colors of #5291DC
Black with #5291DC
Text Example
Text Example
White with #5291DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5291DC; }
p { color: rgb(82,145,220); }
H1.HeaderClassName
{
color: #5291DC;
}
.AnyTagClassName
{
color: #5291DC;
}
</style>
background-color css
<style>
a { background-color: #5291DC; }
a { background-color: rgb(82,145,220); }
div.DivClassName
{
background-color: #5291DC;
}
.BgClassName
{
background-color: #5291DC;
}
</style>
border-color css
<style>
span { border-color: #5291DC; }
span { border-color: rgb(82,145,220); }
td.TdClassName
{
border-color: #5291DC;
}
.TagClassName
{
border-color: #5291DC;
}
</style>