Shades of Picton Blue #529FE6
Tints of Picton Blue #529FE6
RGB
CMYK
RGB Variations
Color information
#529FE6 (or 0x529FE6) is known color: Picton Blue. HEX triplet: 52, 9F and E6. RGB value is (82,159,230). Sum of RGB (Red+Green+Blue) = 82+159+230=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 230 (90.23% from 255 or 48.83% from 471); Max value from RGB is 230 - color contains mainly: blue. Hex color #529FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FE6 is #AD6019. Grayscale: #8F8F8F. Windows color (decimal): -11362330 or 15114066. OLE color: 15114066.
HSL color Cylindrical-coordinate representation of color #529FE6: hue angle of 208.78º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #529FE6 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 159 | 230 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.10 |
| HSL | 208.78º | 0.75% | 0.61% | - |
| HSV(B) | 208.78º | 0.64% | 0.9% | - |
| XYZ | 30.16 | 32.3 | 79.51 | - |
| YUV | 144.07 | 176.49 | 83.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 230 | 0.64 | 0.31 | 0 | 0.10 | 208.78 | 0.75 | 0.61 |
| Hex | 52 | 9F | E6 | 40 | 1F | 0 | A | D1 | 4B | 3D |
| Octal | 122 | 237 | 346 | 100 | 37 | 0 | 12 | 321 | 113 | 75 |
| Binary | 1010010 | 10011111 | 11100110 | 1000000 | 11111 | 0 | 1010 | 11010001 | 1001011 | 111101 |
Color Harmonies of #529FE6
Complementary color
Monochromatic Colors of #529FE6
Black with #529FE6
Text Example
Text Example
White with #529FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FE6; }
p { color: rgb(82,159,230); }
H1.HeaderClassName
{
color: #529FE6;
}
.AnyTagClassName
{
color: #529FE6;
}
</style>
background-color css
<style>
a { background-color: #529FE6; }
a { background-color: rgb(82,159,230); }
div.DivClassName
{
background-color: #529FE6;
}
.BgClassName
{
background-color: #529FE6;
}
</style>
border-color css
<style>
span { border-color: #529FE6; }
span { border-color: rgb(82,159,230); }
td.TdClassName
{
border-color: #529FE6;
}
.TagClassName
{
border-color: #529FE6;
}
</style>