Shades of Picton Blue #5294DB
Tints of Picton Blue #5294DB
RGB
CMYK
RGB Variations
Color information
#5294DB (or 0x5294DB) is known color: Picton Blue. HEX triplet: 52, 94 and DB. RGB value is (82,148,219). Sum of RGB (Red+Green+Blue) = 82+148+219=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #5294DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294DB is #AD6B24. Grayscale: #888888. Windows color (decimal): -11365157 or 14390354. OLE color: 14390354.
HSL color Cylindrical-coordinate representation of color #5294DB: hue angle of 211.09º 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 #5294DB is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 148 | 219 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.14 |
| HSL | 211.09º | 0.66% | 0.59% | - |
| HSV(B) | 211.09º | 0.63% | 0.86% | - |
| XYZ | 26.86 | 28.09 | 71.02 | - |
| YUV | 136.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 219 | 0.63 | 0.32 | 0 | 0.14 | 211.09 | 0.66 | 0.59 |
| Hex | 52 | 94 | DB | 3F | 20 | 0 | E | D3 | 42 | 3B |
| Octal | 122 | 224 | 333 | 77 | 40 | 0 | 16 | 323 | 102 | 73 |
| Binary | 1010010 | 10010100 | 11011011 | 111111 | 100000 | 0 | 1110 | 11010011 | 1000010 | 111011 |
Color Harmonies of #5294DB
Complementary color
Monochromatic Colors of #5294DB
Black with #5294DB
Text Example
Text Example
White with #5294DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294DB; }
p { color: rgb(82,148,219); }
H1.HeaderClassName
{
color: #5294DB;
}
.AnyTagClassName
{
color: #5294DB;
}
</style>
background-color css
<style>
a { background-color: #5294DB; }
a { background-color: rgb(82,148,219); }
div.DivClassName
{
background-color: #5294DB;
}
.BgClassName
{
background-color: #5294DB;
}
</style>
border-color css
<style>
span { border-color: #5294DB; }
span { border-color: rgb(82,148,219); }
td.TdClassName
{
border-color: #5294DB;
}
.TagClassName
{
border-color: #5294DB;
}
</style>