Shades of Picton Blue #529ADF
Tints of Picton Blue #529ADF
RGB
CMYK
RGB Variations
Color information
#529ADF (or 0x529ADF) is known color: Picton Blue. HEX triplet: 52, 9A and DF. RGB value is (82,154,223). Sum of RGB (Red+Green+Blue) = 82+154+223=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #529ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ADF is #AD6520. Grayscale: #8B8B8B. Windows color (decimal): -11363617 or 14654034. OLE color: 14654034.
HSL color Cylindrical-coordinate representation of color #529ADF: hue angle of 209.36º 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 #529ADF is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 154 | 223 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.13 |
| HSL | 209.36º | 0.69% | 0.6% | - |
| HSV(B) | 209.36º | 0.63% | 0.87% | - |
| XYZ | 28.35 | 30.23 | 74.15 | - |
| YUV | 140.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 223 | 0.63 | 0.31 | 0 | 0.13 | 209.36 | 0.69 | 0.6 |
| Hex | 52 | 9A | DF | 3F | 1F | 0 | D | D1 | 45 | 3C |
| Octal | 122 | 232 | 337 | 77 | 37 | 0 | 15 | 321 | 105 | 74 |
| Binary | 1010010 | 10011010 | 11011111 | 111111 | 11111 | 0 | 1101 | 11010001 | 1000101 | 111100 |
Color Harmonies of #529ADF
Complementary color
Monochromatic Colors of #529ADF
Black with #529ADF
Text Example
Text Example
White with #529ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ADF; }
p { color: rgb(82,154,223); }
H1.HeaderClassName
{
color: #529ADF;
}
.AnyTagClassName
{
color: #529ADF;
}
</style>
background-color css
<style>
a { background-color: #529ADF; }
a { background-color: rgb(82,154,223); }
div.DivClassName
{
background-color: #529ADF;
}
.BgClassName
{
background-color: #529ADF;
}
</style>
border-color css
<style>
span { border-color: #529ADF; }
span { border-color: rgb(82,154,223); }
td.TdClassName
{
border-color: #529ADF;
}
.TagClassName
{
border-color: #529ADF;
}
</style>