Shades of Picton Blue #529BCD
Tints of Picton Blue #529BCD
RGB
CMYK
RGB Variations
Color information
#529BCD (or 0x529BCD) is known color: Picton Blue. HEX triplet: 52, 9B and CD. RGB value is (82,155,205). Sum of RGB (Red+Green+Blue) = 82+155+205=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 155 (60.94% from 255 or 35.07% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #529BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCD is #AD6432. Grayscale: #8A8A8A. Windows color (decimal): -11363379 or 13474642. OLE color: 13474642.
HSL color Cylindrical-coordinate representation of color #529BCD: hue angle of 204.39º 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 #529BCD is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 155 | 205 | - |
| CMYK | 0.6 | 0.24 | 0 | 0.20 |
| HSL | 204.39º | 0.55% | 0.56% | - |
| HSV(B) | 204.39º | 0.6% | 0.8% | - |
| XYZ | 26.22 | 29.64 | 62.1 | - |
| YUV | 138.87 | 165.32 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 205 | 0.6 | 0.24 | 0 | 0.20 | 204.39 | 0.55 | 0.56 |
| Hex | 52 | 9B | CD | 3C | 18 | 0 | 14 | CC | 37 | 38 |
| Octal | 122 | 233 | 315 | 74 | 30 | 0 | 24 | 314 | 67 | 70 |
| Binary | 1010010 | 10011011 | 11001101 | 111100 | 11000 | 0 | 10100 | 11001100 | 110111 | 111000 |
Color Harmonies of #529BCD
Complementary color
Monochromatic Colors of #529BCD
Black with #529BCD
Text Example
Text Example
White with #529BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BCD; }
p { color: rgb(82,155,205); }
H1.HeaderClassName
{
color: #529BCD;
}
.AnyTagClassName
{
color: #529BCD;
}
</style>
background-color css
<style>
a { background-color: #529BCD; }
a { background-color: rgb(82,155,205); }
div.DivClassName
{
background-color: #529BCD;
}
.BgClassName
{
background-color: #529BCD;
}
</style>
border-color css
<style>
span { border-color: #529BCD; }
span { border-color: rgb(82,155,205); }
td.TdClassName
{
border-color: #529BCD;
}
.TagClassName
{
border-color: #529BCD;
}
</style>