Shades of Picton Blue #5298CF
Tints of Picton Blue #5298CF
RGB
CMYK
RGB Variations
Color information
#5298CF (or 0x5298CF) is known color: Picton Blue. HEX triplet: 52, 98 and CF. RGB value is (82,152,207). Sum of RGB (Red+Green+Blue) = 82+152+207=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #5298CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5298CF is #AD6730. Grayscale: #898989. Windows color (decimal): -11364145 or 13604946. OLE color: 13604946.
HSL color Cylindrical-coordinate representation of color #5298CF: hue angle of 206.4º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5298CF is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 152 | 207 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.19 |
| HSL | 206.4º | 0.57% | 0.57% | - |
| HSV(B) | 206.4º | 0.6% | 0.81% | - |
| XYZ | 25.97 | 28.76 | 63.21 | - |
| YUV | 137.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 207 | 0.60 | 0.27 | 0 | 0.19 | 206.4 | 0.57 | 0.57 |
| Hex | 52 | 98 | CF | 3C | 1B | 0 | 13 | CE | 39 | 39 |
| Octal | 122 | 230 | 317 | 74 | 33 | 0 | 23 | 316 | 71 | 71 |
| Binary | 1010010 | 10011000 | 11001111 | 111100 | 11011 | 0 | 10011 | 11001110 | 111001 | 111001 |
Color Harmonies of #5298CF
Complementary color
Monochromatic Colors of #5298CF
Black with #5298CF
Text Example
Text Example
White with #5298CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5298CF; }
p { color: rgb(82,152,207); }
H1.HeaderClassName
{
color: #5298CF;
}
.AnyTagClassName
{
color: #5298CF;
}
</style>
background-color css
<style>
a { background-color: #5298CF; }
a { background-color: rgb(82,152,207); }
div.DivClassName
{
background-color: #5298CF;
}
.BgClassName
{
background-color: #5298CF;
}
</style>
border-color css
<style>
span { border-color: #5298CF; }
span { border-color: rgb(82,152,207); }
td.TdClassName
{
border-color: #5298CF;
}
.TagClassName
{
border-color: #5298CF;
}
</style>