Shades of Picton Blue #5298DF
Tints of Picton Blue #5298DF
RGB
CMYK
RGB Variations
Color information
#5298DF (or 0x5298DF) is known color: Picton Blue. HEX triplet: 52, 98 and DF. RGB value is (82,152,223). Sum of RGB (Red+Green+Blue) = 82+152+223=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #5298DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5298DF is #AD6720. Grayscale: #8A8A8A. Windows color (decimal): -11364129 or 14653522. OLE color: 14653522.
HSL color Cylindrical-coordinate representation of color #5298DF: hue angle of 210.21º 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 #5298DF is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 152 | 223 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.13 |
| HSL | 210.21º | 0.69% | 0.6% | - |
| HSV(B) | 210.21º | 0.63% | 0.87% | - |
| XYZ | 28.03 | 29.58 | 74.04 | - |
| YUV | 139.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 223 | 0.63 | 0.32 | 0 | 0.13 | 210.21 | 0.69 | 0.6 |
| Hex | 52 | 98 | DF | 3F | 20 | 0 | D | D2 | 45 | 3C |
| Octal | 122 | 230 | 337 | 77 | 40 | 0 | 15 | 322 | 105 | 74 |
| Binary | 1010010 | 10011000 | 11011111 | 111111 | 100000 | 0 | 1101 | 11010010 | 1000101 | 111100 |
Color Harmonies of #5298DF
Complementary color
Monochromatic Colors of #5298DF
Black with #5298DF
Text Example
Text Example
White with #5298DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5298DF; }
p { color: rgb(82,152,223); }
H1.HeaderClassName
{
color: #5298DF;
}
.AnyTagClassName
{
color: #5298DF;
}
</style>
background-color css
<style>
a { background-color: #5298DF; }
a { background-color: rgb(82,152,223); }
div.DivClassName
{
background-color: #5298DF;
}
.BgClassName
{
background-color: #5298DF;
}
</style>
border-color css
<style>
span { border-color: #5298DF; }
span { border-color: rgb(82,152,223); }
td.TdClassName
{
border-color: #5298DF;
}
.TagClassName
{
border-color: #5298DF;
}
</style>