Shades of Picton Blue #5293DF
Tints of Picton Blue #5293DF
RGB
CMYK
RGB Variations
Color information
#5293DF (or 0x5293DF) is known color: Picton Blue. HEX triplet: 52, 93 and DF. RGB value is (82,147,223). Sum of RGB (Red+Green+Blue) = 82+147+223=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #5293DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293DF is #AD6C20. Grayscale: #878787. Windows color (decimal): -11365409 or 14652242. OLE color: 14652242.
HSL color Cylindrical-coordinate representation of color #5293DF: hue angle of 212.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5293DF is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 147 | 223 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.13 |
| HSL | 212.34º | 0.69% | 0.6% | - |
| HSV(B) | 212.34º | 0.63% | 0.87% | - |
| XYZ | 27.23 | 27.99 | 73.78 | - |
| YUV | 136.23 | 176.97 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 223 | 0.63 | 0.34 | 0 | 0.13 | 212.34 | 0.69 | 0.6 |
| Hex | 52 | 93 | DF | 3F | 22 | 0 | D | D4 | 45 | 3C |
| Octal | 122 | 223 | 337 | 77 | 42 | 0 | 15 | 324 | 105 | 74 |
| Binary | 1010010 | 10010011 | 11011111 | 111111 | 100010 | 0 | 1101 | 11010100 | 1000101 | 111100 |
Color Harmonies of #5293DF
Complementary color
Monochromatic Colors of #5293DF
Black with #5293DF
Text Example
Text Example
White with #5293DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293DF; }
p { color: rgb(82,147,223); }
H1.HeaderClassName
{
color: #5293DF;
}
.AnyTagClassName
{
color: #5293DF;
}
</style>
background-color css
<style>
a { background-color: #5293DF; }
a { background-color: rgb(82,147,223); }
div.DivClassName
{
background-color: #5293DF;
}
.BgClassName
{
background-color: #5293DF;
}
</style>
border-color css
<style>
span { border-color: #5293DF; }
span { border-color: rgb(82,147,223); }
td.TdClassName
{
border-color: #5293DF;
}
.TagClassName
{
border-color: #5293DF;
}
</style>