Shades of Picton Blue #5295DC
Tints of Picton Blue #5295DC
RGB
CMYK
RGB Variations
Color information
#5295DC (or 0x5295DC) is known color: Picton Blue. HEX triplet: 52, 95 and DC. RGB value is (82,149,220). Sum of RGB (Red+Green+Blue) = 82+149+220=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #5295DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5295DC is #AD6A23. Grayscale: #888888. Windows color (decimal): -11364900 or 14456146. OLE color: 14456146.
HSL color Cylindrical-coordinate representation of color #5295DC: hue angle of 210.87º 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 #5295DC is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 149 | 220 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.14 |
| HSL | 210.87º | 0.66% | 0.59% | - |
| HSV(B) | 210.87º | 0.63% | 0.86% | - |
| XYZ | 27.15 | 28.46 | 71.77 | - |
| YUV | 137.06 | 174.8 | 88.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 220 | 0.63 | 0.32 | 0 | 0.14 | 210.87 | 0.66 | 0.59 |
| Hex | 52 | 95 | DC | 3F | 20 | 0 | E | D3 | 42 | 3B |
| Octal | 122 | 225 | 334 | 77 | 40 | 0 | 16 | 323 | 102 | 73 |
| Binary | 1010010 | 10010101 | 11011100 | 111111 | 100000 | 0 | 1110 | 11010011 | 1000010 | 111011 |
Color Harmonies of #5295DC
Complementary color
Monochromatic Colors of #5295DC
Black with #5295DC
Text Example
Text Example
White with #5295DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5295DC; }
p { color: rgb(82,149,220); }
H1.HeaderClassName
{
color: #5295DC;
}
.AnyTagClassName
{
color: #5295DC;
}
</style>
background-color css
<style>
a { background-color: #5295DC; }
a { background-color: rgb(82,149,220); }
div.DivClassName
{
background-color: #5295DC;
}
.BgClassName
{
background-color: #5295DC;
}
</style>
border-color css
<style>
span { border-color: #5295DC; }
span { border-color: rgb(82,149,220); }
td.TdClassName
{
border-color: #5295DC;
}
.TagClassName
{
border-color: #5295DC;
}
</style>