Shades of Picton Blue #529EC5
Tints of Picton Blue #529EC5
RGB
CMYK
RGB Variations
Color information
#529EC5 (or 0x529EC5) is known color: Picton Blue. HEX triplet: 52, 9E and C5. RGB value is (82,158,197). Sum of RGB (Red+Green+Blue) = 82+158+197=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 197 - color contains mainly: blue. Hex color #529EC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EC5 is #AD613A. Grayscale: #8B8B8B. Windows color (decimal): -11362619 or 12951122. OLE color: 12951122.
HSL color Cylindrical-coordinate representation of color #529EC5: hue angle of 200.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529EC5 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 158 | 197 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.23 |
| HSL | 200.35º | 0.5% | 0.55% | - |
| HSV(B) | 200.35º | 0.58% | 0.77% | - |
| XYZ | 25.78 | 30.28 | 57.31 | - |
| YUV | 139.72 | 160.32 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 197 | 0.58 | 0.20 | 0 | 0.23 | 200.35 | 0.5 | 0.55 |
| Hex | 52 | 9E | C5 | 3A | 14 | 0 | 17 | C8 | 32 | 37 |
| Octal | 122 | 236 | 305 | 72 | 24 | 0 | 27 | 310 | 62 | 67 |
| Binary | 1010010 | 10011110 | 11000101 | 111010 | 10100 | 0 | 10111 | 11001000 | 110010 | 110111 |
Color Harmonies of #529EC5
Complementary color
Monochromatic Colors of #529EC5
Black with #529EC5
Text Example
Text Example
White with #529EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EC5; }
p { color: rgb(82,158,197); }
H1.HeaderClassName
{
color: #529EC5;
}
.AnyTagClassName
{
color: #529EC5;
}
</style>
background-color css
<style>
a { background-color: #529EC5; }
a { background-color: rgb(82,158,197); }
div.DivClassName
{
background-color: #529EC5;
}
.BgClassName
{
background-color: #529EC5;
}
</style>
border-color css
<style>
span { border-color: #529EC5; }
span { border-color: rgb(82,158,197); }
td.TdClassName
{
border-color: #529EC5;
}
.TagClassName
{
border-color: #529EC5;
}
</style>