Shades of Picton Blue #5293DD
Tints of Picton Blue #5293DD
RGB
CMYK
RGB Variations
Color information
#5293DD (or 0x5293DD) is known color: Picton Blue. HEX triplet: 52, 93 and DD. RGB value is (82,147,221). Sum of RGB (Red+Green+Blue) = 82+147+221=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #5293DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293DD is #AD6C22. Grayscale: #878787. Windows color (decimal): -11365411 or 14521170. OLE color: 14521170.
HSL color Cylindrical-coordinate representation of color #5293DD: hue angle of 211.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5293DD is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 147 | 221 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.13 |
| HSL | 211.94º | 0.67% | 0.59% | - |
| HSV(B) | 211.94º | 0.63% | 0.87% | - |
| XYZ | 26.96 | 27.88 | 72.37 | - |
| YUV | 136 | 175.97 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 221 | 0.63 | 0.33 | 0 | 0.13 | 211.94 | 0.67 | 0.59 |
| Hex | 52 | 93 | DD | 3F | 21 | 0 | D | D4 | 43 | 3B |
| Octal | 122 | 223 | 335 | 77 | 41 | 0 | 15 | 324 | 103 | 73 |
| Binary | 1010010 | 10010011 | 11011101 | 111111 | 100001 | 0 | 1101 | 11010100 | 1000011 | 111011 |
Color Harmonies of #5293DD
Complementary color
Monochromatic Colors of #5293DD
Black with #5293DD
Text Example
Text Example
White with #5293DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293DD; }
p { color: rgb(82,147,221); }
H1.HeaderClassName
{
color: #5293DD;
}
.AnyTagClassName
{
color: #5293DD;
}
</style>
background-color css
<style>
a { background-color: #5293DD; }
a { background-color: rgb(82,147,221); }
div.DivClassName
{
background-color: #5293DD;
}
.BgClassName
{
background-color: #5293DD;
}
</style>
border-color css
<style>
span { border-color: #5293DD; }
span { border-color: rgb(82,147,221); }
td.TdClassName
{
border-color: #5293DD;
}
.TagClassName
{
border-color: #5293DD;
}
</style>