Shades of Picton Blue #529ECD
Tints of Picton Blue #529ECD
RGB
CMYK
RGB Variations
Color information
#529ECD (or 0x529ECD) is known color: Picton Blue. HEX triplet: 52, 9E and CD. RGB value is (82,158,205). Sum of RGB (Red+Green+Blue) = 82+158+205=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 205 (80.47% from 255 or 46.07% from 445); Max value from RGB is 205 - color contains mainly: blue. Hex color #529ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ECD is #AD6132. Grayscale: #8C8C8C. Windows color (decimal): -11362611 or 13475410. OLE color: 13475410.
HSL color Cylindrical-coordinate representation of color #529ECD: hue angle of 202.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529ECD is Cyan = 0.6, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 158 | 205 | - |
| CMYK | 0.6 | 0.23 | 0 | 0.20 |
| HSL | 202.93º | 0.55% | 0.56% | - |
| HSV(B) | 202.93º | 0.6% | 0.8% | - |
| XYZ | 26.73 | 30.66 | 62.27 | - |
| YUV | 140.63 | 164.32 | 86.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 205 | 0.6 | 0.23 | 0 | 0.20 | 202.93 | 0.55 | 0.56 |
| Hex | 52 | 9E | CD | 3C | 17 | 0 | 14 | CB | 37 | 38 |
| Octal | 122 | 236 | 315 | 74 | 27 | 0 | 24 | 313 | 67 | 70 |
| Binary | 1010010 | 10011110 | 11001101 | 111100 | 10111 | 0 | 10100 | 11001011 | 110111 | 111000 |
Color Harmonies of #529ECD
Complementary color
Monochromatic Colors of #529ECD
Black with #529ECD
Text Example
Text Example
White with #529ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ECD; }
p { color: rgb(82,158,205); }
H1.HeaderClassName
{
color: #529ECD;
}
.AnyTagClassName
{
color: #529ECD;
}
</style>
background-color css
<style>
a { background-color: #529ECD; }
a { background-color: rgb(82,158,205); }
div.DivClassName
{
background-color: #529ECD;
}
.BgClassName
{
background-color: #529ECD;
}
</style>
border-color css
<style>
span { border-color: #529ECD; }
span { border-color: rgb(82,158,205); }
td.TdClassName
{
border-color: #529ECD;
}
.TagClassName
{
border-color: #529ECD;
}
</style>