Shades of Picton Blue #528FD5
Tints of Picton Blue #528FD5
RGB
CMYK
RGB Variations
Color information
#528FD5 (or 0x528FD5) is known color: Picton Blue. HEX triplet: 52, 8F and D5. RGB value is (82,143,213). Sum of RGB (Red+Green+Blue) = 82+143+213=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #528FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FD5 is #AD702A. Grayscale: #848484. Windows color (decimal): -11366443 or 13995858. OLE color: 13995858.
HSL color Cylindrical-coordinate representation of color #528FD5: hue angle of 212.06º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #528FD5 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 143 | 213 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.16 |
| HSL | 212.06º | 0.61% | 0.58% | - |
| HSV(B) | 212.06º | 0.62% | 0.84% | - |
| XYZ | 25.31 | 26.24 | 66.68 | - |
| YUV | 132.74 | 173.29 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 213 | 0.62 | 0.33 | 0 | 0.16 | 212.06 | 0.61 | 0.58 |
| Hex | 52 | 8F | D5 | 3E | 21 | 0 | 10 | D4 | 3D | 3A |
| Octal | 122 | 217 | 325 | 76 | 41 | 0 | 20 | 324 | 75 | 72 |
| Binary | 1010010 | 10001111 | 11010101 | 111110 | 100001 | 0 | 10000 | 11010100 | 111101 | 111010 |
Color Harmonies of #528FD5
Complementary color
Monochromatic Colors of #528FD5
Black with #528FD5
Text Example
Text Example
White with #528FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FD5; }
p { color: rgb(82,143,213); }
H1.HeaderClassName
{
color: #528FD5;
}
.AnyTagClassName
{
color: #528FD5;
}
</style>
background-color css
<style>
a { background-color: #528FD5; }
a { background-color: rgb(82,143,213); }
div.DivClassName
{
background-color: #528FD5;
}
.BgClassName
{
background-color: #528FD5;
}
</style>
border-color css
<style>
span { border-color: #528FD5; }
span { border-color: rgb(82,143,213); }
td.TdClassName
{
border-color: #528FD5;
}
.TagClassName
{
border-color: #528FD5;
}
</style>