Shades of Picton Blue #5292DC
Tints of Picton Blue #5292DC
RGB
CMYK
RGB Variations
Color information
#5292DC (or 0x5292DC) is known color: Picton Blue. HEX triplet: 52, 92 and DC. RGB value is (82,146,220). Sum of RGB (Red+Green+Blue) = 82+146+220=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #5292DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5292DC is #AD6D23. Grayscale: #868686. Windows color (decimal): -11365668 or 14455378. OLE color: 14455378.
HSL color Cylindrical-coordinate representation of color #5292DC: hue angle of 212.17º 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 #5292DC is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 146 | 220 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.14 |
| HSL | 212.17º | 0.66% | 0.59% | - |
| HSV(B) | 212.17º | 0.63% | 0.86% | - |
| XYZ | 26.68 | 27.52 | 71.62 | - |
| YUV | 135.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 146 | 220 | 0.63 | 0.34 | 0 | 0.14 | 212.17 | 0.66 | 0.59 |
| Hex | 52 | 92 | DC | 3F | 22 | 0 | E | D4 | 42 | 3B |
| Octal | 122 | 222 | 334 | 77 | 42 | 0 | 16 | 324 | 102 | 73 |
| Binary | 1010010 | 10010010 | 11011100 | 111111 | 100010 | 0 | 1110 | 11010100 | 1000010 | 111011 |
Color Harmonies of #5292DC
Complementary color
Monochromatic Colors of #5292DC
Black with #5292DC
Text Example
Text Example
White with #5292DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5292DC; }
p { color: rgb(82,146,220); }
H1.HeaderClassName
{
color: #5292DC;
}
.AnyTagClassName
{
color: #5292DC;
}
</style>
background-color css
<style>
a { background-color: #5292DC; }
a { background-color: rgb(82,146,220); }
div.DivClassName
{
background-color: #5292DC;
}
.BgClassName
{
background-color: #5292DC;
}
</style>
border-color css
<style>
span { border-color: #5292DC; }
span { border-color: rgb(82,146,220); }
td.TdClassName
{
border-color: #5292DC;
}
.TagClassName
{
border-color: #5292DC;
}
</style>