Shades of Picton Blue #529BDC
Tints of Picton Blue #529BDC
RGB
CMYK
RGB Variations
Color information
#529BDC (or 0x529BDC) is known color: Picton Blue. HEX triplet: 52, 9B and DC. RGB value is (82,155,220). Sum of RGB (Red+Green+Blue) = 82+155+220=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #529BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BDC is #AD6423. Grayscale: #8C8C8C. Windows color (decimal): -11363364 or 14457682. OLE color: 14457682.
HSL color Cylindrical-coordinate representation of color #529BDC: hue angle of 208.26º 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 #529BDC is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 155 | 220 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.14 |
| HSL | 208.26º | 0.66% | 0.59% | - |
| HSV(B) | 208.26º | 0.63% | 0.86% | - |
| XYZ | 28.12 | 30.4 | 72.1 | - |
| YUV | 140.58 | 172.82 | 86.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 220 | 0.63 | 0.30 | 0 | 0.14 | 208.26 | 0.66 | 0.59 |
| Hex | 52 | 9B | DC | 3F | 1E | 0 | E | D0 | 42 | 3B |
| Octal | 122 | 233 | 334 | 77 | 36 | 0 | 16 | 320 | 102 | 73 |
| Binary | 1010010 | 10011011 | 11011100 | 111111 | 11110 | 0 | 1110 | 11010000 | 1000010 | 111011 |
Color Harmonies of #529BDC
Complementary color
Monochromatic Colors of #529BDC
Black with #529BDC
Text Example
Text Example
White with #529BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BDC; }
p { color: rgb(82,155,220); }
H1.HeaderClassName
{
color: #529BDC;
}
.AnyTagClassName
{
color: #529BDC;
}
</style>
background-color css
<style>
a { background-color: #529BDC; }
a { background-color: rgb(82,155,220); }
div.DivClassName
{
background-color: #529BDC;
}
.BgClassName
{
background-color: #529BDC;
}
</style>
border-color css
<style>
span { border-color: #529BDC; }
span { border-color: rgb(82,155,220); }
td.TdClassName
{
border-color: #529BDC;
}
.TagClassName
{
border-color: #529BDC;
}
</style>