Shades of Picton Blue #52A3DF
Tints of Picton Blue #52A3DF
RGB
CMYK
RGB Variations
Color information
#52A3DF (or 0x52A3DF) is known color: Picton Blue. HEX triplet: 52, A3 and DF. RGB value is (82,163,223). Sum of RGB (Red+Green+Blue) = 82+163+223=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3DF is #AD5C20. Grayscale: #919191. Windows color (decimal): -11361313 or 14656338. OLE color: 14656338.
HSL color Cylindrical-coordinate representation of color #52A3DF: hue angle of 205.53º 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 #52A3DF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 163 | 223 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.13 |
| HSL | 205.53º | 0.69% | 0.6% | - |
| HSV(B) | 205.53º | 0.63% | 0.87% | - |
| XYZ | 29.9 | 33.32 | 74.67 | - |
| YUV | 145.62 | 171.66 | 82.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 223 | 0.63 | 0.27 | 0 | 0.13 | 205.53 | 0.69 | 0.6 |
| Hex | 52 | A3 | DF | 3F | 1B | 0 | D | CE | 45 | 3C |
| Octal | 122 | 243 | 337 | 77 | 33 | 0 | 15 | 316 | 105 | 74 |
| Binary | 1010010 | 10100011 | 11011111 | 111111 | 11011 | 0 | 1101 | 11001110 | 1000101 | 111100 |
Color Harmonies of #52A3DF
Complementary color
Monochromatic Colors of #52A3DF
Black with #52A3DF
Text Example
Text Example
White with #52A3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A3DF; }
p { color: rgb(82,163,223); }
H1.HeaderClassName
{
color: #52A3DF;
}
.AnyTagClassName
{
color: #52A3DF;
}
</style>
background-color css
<style>
a { background-color: #52A3DF; }
a { background-color: rgb(82,163,223); }
div.DivClassName
{
background-color: #52A3DF;
}
.BgClassName
{
background-color: #52A3DF;
}
</style>
border-color css
<style>
span { border-color: #52A3DF; }
span { border-color: rgb(82,163,223); }
td.TdClassName
{
border-color: #52A3DF;
}
.TagClassName
{
border-color: #52A3DF;
}
</style>