Shades of Picton Blue #52A7DF
Tints of Picton Blue #52A7DF
RGB
CMYK
RGB Variations
Color information
#52A7DF (or 0x52A7DF) is known color: Picton Blue. HEX triplet: 52, A7 and DF. RGB value is (82,167,223). Sum of RGB (Red+Green+Blue) = 82+167+223=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A7DF is #AD5820. Grayscale: #939393. Windows color (decimal): -11360289 or 14657362. OLE color: 14657362.
HSL color Cylindrical-coordinate representation of color #52A7DF: hue angle of 203.83º 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 #52A7DF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 167 | 223 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.13 |
| HSL | 203.83º | 0.69% | 0.6% | - |
| HSV(B) | 203.83º | 0.63% | 0.87% | - |
| XYZ | 30.62 | 34.76 | 74.91 | - |
| YUV | 147.97 | 170.34 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 167 | 223 | 0.63 | 0.25 | 0 | 0.13 | 203.83 | 0.69 | 0.6 |
| Hex | 52 | A7 | DF | 3F | 19 | 0 | D | CC | 45 | 3C |
| Octal | 122 | 247 | 337 | 77 | 31 | 0 | 15 | 314 | 105 | 74 |
| Binary | 1010010 | 10100111 | 11011111 | 111111 | 11001 | 0 | 1101 | 11001100 | 1000101 | 111100 |
Color Harmonies of #52A7DF
Complementary color
Monochromatic Colors of #52A7DF
Black with #52A7DF
Text Example
Text Example
White with #52A7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A7DF; }
p { color: rgb(82,167,223); }
H1.HeaderClassName
{
color: #52A7DF;
}
.AnyTagClassName
{
color: #52A7DF;
}
</style>
background-color css
<style>
a { background-color: #52A7DF; }
a { background-color: rgb(82,167,223); }
div.DivClassName
{
background-color: #52A7DF;
}
.BgClassName
{
background-color: #52A7DF;
}
</style>
border-color css
<style>
span { border-color: #52A7DF; }
span { border-color: rgb(82,167,223); }
td.TdClassName
{
border-color: #52A7DF;
}
.TagClassName
{
border-color: #52A7DF;
}
</style>