Shades of Picton Blue #529CDE
Tints of Picton Blue #529CDE
RGB
CMYK
RGB Variations
Color information
#529CDE (or 0x529CDE) is known color: Picton Blue. HEX triplet: 52, 9C and DE. RGB value is (82,156,222). Sum of RGB (Red+Green+Blue) = 82+156+222=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #529CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CDE is #AD6321. Grayscale: #8D8D8D. Windows color (decimal): -11363106 or 14589010. OLE color: 14589010.
HSL color Cylindrical-coordinate representation of color #529CDE: hue angle of 208.29º degrees, saturation: 0.68, 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 #529CDE is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 156 | 222 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.13 |
| HSL | 208.29º | 0.68% | 0.6% | - |
| HSV(B) | 208.29º | 0.63% | 0.87% | - |
| XYZ | 28.55 | 30.84 | 73.56 | - |
| YUV | 141.4 | 173.48 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 222 | 0.63 | 0.30 | 0 | 0.13 | 208.29 | 0.68 | 0.6 |
| Hex | 52 | 9C | DE | 3F | 1E | 0 | D | D0 | 44 | 3C |
| Octal | 122 | 234 | 336 | 77 | 36 | 0 | 15 | 320 | 104 | 74 |
| Binary | 1010010 | 10011100 | 11011110 | 111111 | 11110 | 0 | 1101 | 11010000 | 1000100 | 111100 |
Color Harmonies of #529CDE
Complementary color
Monochromatic Colors of #529CDE
Black with #529CDE
Text Example
Text Example
White with #529CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CDE; }
p { color: rgb(82,156,222); }
H1.HeaderClassName
{
color: #529CDE;
}
.AnyTagClassName
{
color: #529CDE;
}
</style>
background-color css
<style>
a { background-color: #529CDE; }
a { background-color: rgb(82,156,222); }
div.DivClassName
{
background-color: #529CDE;
}
.BgClassName
{
background-color: #529CDE;
}
</style>
border-color css
<style>
span { border-color: #529CDE; }
span { border-color: rgb(82,156,222); }
td.TdClassName
{
border-color: #529CDE;
}
.TagClassName
{
border-color: #529CDE;
}
</style>