Shades of Picton Blue #52A5DF
Tints of Picton Blue #52A5DF
RGB
CMYK
RGB Variations
Color information
#52A5DF (or 0x52A5DF) is known color: Picton Blue. HEX triplet: 52, A5 and DF. RGB value is (82,165,223). Sum of RGB (Red+Green+Blue) = 82+165+223=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A5DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5DF is #AD5A20. Grayscale: #929292. Windows color (decimal): -11360801 or 14656850. OLE color: 14656850.
HSL color Cylindrical-coordinate representation of color #52A5DF: hue angle of 204.68º 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 #52A5DF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 165 | 223 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.13 |
| HSL | 204.68º | 0.69% | 0.6% | - |
| HSV(B) | 204.68º | 0.63% | 0.87% | - |
| XYZ | 30.25 | 34.03 | 74.79 | - |
| YUV | 146.8 | 171 | 81.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 165 | 223 | 0.63 | 0.26 | 0 | 0.13 | 204.68 | 0.69 | 0.6 |
| Hex | 52 | A5 | DF | 3F | 1A | 0 | D | CD | 45 | 3C |
| Octal | 122 | 245 | 337 | 77 | 32 | 0 | 15 | 315 | 105 | 74 |
| Binary | 1010010 | 10100101 | 11011111 | 111111 | 11010 | 0 | 1101 | 11001101 | 1000101 | 111100 |
Color Harmonies of #52A5DF
Complementary color
Monochromatic Colors of #52A5DF
Black with #52A5DF
Text Example
Text Example
White with #52A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A5DF; }
p { color: rgb(82,165,223); }
H1.HeaderClassName
{
color: #52A5DF;
}
.AnyTagClassName
{
color: #52A5DF;
}
</style>
background-color css
<style>
a { background-color: #52A5DF; }
a { background-color: rgb(82,165,223); }
div.DivClassName
{
background-color: #52A5DF;
}
.BgClassName
{
background-color: #52A5DF;
}
</style>
border-color css
<style>
span { border-color: #52A5DF; }
span { border-color: rgb(82,165,223); }
td.TdClassName
{
border-color: #52A5DF;
}
.TagClassName
{
border-color: #52A5DF;
}
</style>