Shades of Picton Blue #52A8DF
Tints of Picton Blue #52A8DF
RGB
CMYK
RGB Variations
Color information
#52A8DF (or 0x52A8DF) is known color: Picton Blue. HEX triplet: 52, A8 and DF. RGB value is (82,168,223). Sum of RGB (Red+Green+Blue) = 82+168+223=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8DF is #AD5720. Grayscale: #949494. Windows color (decimal): -11360033 or 14657618. OLE color: 14657618.
HSL color Cylindrical-coordinate representation of color #52A8DF: hue angle of 203.4º 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 #52A8DF is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 168 | 223 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.13 |
| HSL | 203.4º | 0.69% | 0.6% | - |
| HSV(B) | 203.4º | 0.63% | 0.87% | - |
| XYZ | 30.8 | 35.13 | 74.97 | - |
| YUV | 148.56 | 170.01 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 223 | 0.63 | 0.25 | 0 | 0.13 | 203.4 | 0.69 | 0.6 |
| Hex | 52 | A8 | DF | 3F | 19 | 0 | D | CB | 45 | 3C |
| Octal | 122 | 250 | 337 | 77 | 31 | 0 | 15 | 313 | 105 | 74 |
| Binary | 1010010 | 10101000 | 11011111 | 111111 | 11001 | 0 | 1101 | 11001011 | 1000101 | 111100 |
Color Harmonies of #52A8DF
Complementary color
Monochromatic Colors of #52A8DF
Black with #52A8DF
Text Example
Text Example
White with #52A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8DF; }
p { color: rgb(82,168,223); }
H1.HeaderClassName
{
color: #52A8DF;
}
.AnyTagClassName
{
color: #52A8DF;
}
</style>
background-color css
<style>
a { background-color: #52A8DF; }
a { background-color: rgb(82,168,223); }
div.DivClassName
{
background-color: #52A8DF;
}
.BgClassName
{
background-color: #52A8DF;
}
</style>
border-color css
<style>
span { border-color: #52A8DF; }
span { border-color: rgb(82,168,223); }
td.TdClassName
{
border-color: #52A8DF;
}
.TagClassName
{
border-color: #52A8DF;
}
</style>