Shades of Picton Blue #529ED3
Tints of Picton Blue #529ED3
RGB
CMYK
RGB Variations
Color information
#529ED3 (or 0x529ED3) is known color: Picton Blue. HEX triplet: 52, 9E and D3. RGB value is (82,158,211). Sum of RGB (Red+Green+Blue) = 82+158+211=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #529ED3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ED3 is #AD612C. Grayscale: #8D8D8D. Windows color (decimal): -11362605 or 13868626. OLE color: 13868626.
HSL color Cylindrical-coordinate representation of color #529ED3: hue angle of 204.65º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #529ED3 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 158 | 211 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.17 |
| HSL | 204.65º | 0.59% | 0.57% | - |
| HSV(B) | 204.65º | 0.61% | 0.83% | - |
| XYZ | 27.46 | 30.95 | 66.15 | - |
| YUV | 141.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 211 | 0.61 | 0.25 | 0 | 0.17 | 204.65 | 0.59 | 0.57 |
| Hex | 52 | 9E | D3 | 3D | 19 | 0 | 11 | CD | 3B | 39 |
| Octal | 122 | 236 | 323 | 75 | 31 | 0 | 21 | 315 | 73 | 71 |
| Binary | 1010010 | 10011110 | 11010011 | 111101 | 11001 | 0 | 10001 | 11001101 | 111011 | 111001 |
Color Harmonies of #529ED3
Complementary color
Monochromatic Colors of #529ED3
Black with #529ED3
Text Example
Text Example
White with #529ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ED3; }
p { color: rgb(82,158,211); }
H1.HeaderClassName
{
color: #529ED3;
}
.AnyTagClassName
{
color: #529ED3;
}
</style>
background-color css
<style>
a { background-color: #529ED3; }
a { background-color: rgb(82,158,211); }
div.DivClassName
{
background-color: #529ED3;
}
.BgClassName
{
background-color: #529ED3;
}
</style>
border-color css
<style>
span { border-color: #529ED3; }
span { border-color: rgb(82,158,211); }
td.TdClassName
{
border-color: #529ED3;
}
.TagClassName
{
border-color: #529ED3;
}
</style>