Shades of Picton Blue #529BDF
Tints of Picton Blue #529BDF
RGB
CMYK
RGB Variations
Color information
#529BDF (or 0x529BDF) is known color: Picton Blue. HEX triplet: 52, 9B and DF. RGB value is (82,155,223). Sum of RGB (Red+Green+Blue) = 82+155+223=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 223 (87.5% from 255 or 48.48% from 460); Max value from RGB is 223 - color contains mainly: blue. Hex color #529BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BDF is #AD6420. Grayscale: #8C8C8C. Windows color (decimal): -11363361 or 14654290. OLE color: 14654290.
HSL color Cylindrical-coordinate representation of color #529BDF: hue angle of 208.94º 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 #529BDF is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 155 | 223 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.13 |
| HSL | 208.94º | 0.69% | 0.6% | - |
| HSV(B) | 208.94º | 0.63% | 0.87% | - |
| XYZ | 28.52 | 30.56 | 74.21 | - |
| YUV | 140.93 | 174.32 | 85.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 223 | 0.63 | 0.30 | 0 | 0.13 | 208.94 | 0.69 | 0.6 |
| Hex | 52 | 9B | DF | 3F | 1E | 0 | D | D1 | 45 | 3C |
| Octal | 122 | 233 | 337 | 77 | 36 | 0 | 15 | 321 | 105 | 74 |
| Binary | 1010010 | 10011011 | 11011111 | 111111 | 11110 | 0 | 1101 | 11010001 | 1000101 | 111100 |
Color Harmonies of #529BDF
Complementary color
Monochromatic Colors of #529BDF
Black with #529BDF
Text Example
Text Example
White with #529BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BDF; }
p { color: rgb(82,155,223); }
H1.HeaderClassName
{
color: #529BDF;
}
.AnyTagClassName
{
color: #529BDF;
}
</style>
background-color css
<style>
a { background-color: #529BDF; }
a { background-color: rgb(82,155,223); }
div.DivClassName
{
background-color: #529BDF;
}
.BgClassName
{
background-color: #529BDF;
}
</style>
border-color css
<style>
span { border-color: #529BDF; }
span { border-color: rgb(82,155,223); }
td.TdClassName
{
border-color: #529BDF;
}
.TagClassName
{
border-color: #529BDF;
}
</style>