Shades of Picton Blue #52A2DF
Tints of Picton Blue #52A2DF
RGB
CMYK
RGB Variations
Color information
#52A2DF (or 0x52A2DF) is known color: Picton Blue. HEX triplet: 52, A2 and DF. RGB value is (82,162,223). Sum of RGB (Red+Green+Blue) = 82+162+223=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #52A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2DF is #AD5D20. Grayscale: #909090. Windows color (decimal): -11361569 or 14656082. OLE color: 14656082.
HSL color Cylindrical-coordinate representation of color #52A2DF: hue angle of 205.96º 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 #52A2DF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 162 | 223 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.13 |
| HSL | 205.96º | 0.69% | 0.6% | - |
| HSV(B) | 205.96º | 0.63% | 0.87% | - |
| XYZ | 29.72 | 32.96 | 74.61 | - |
| YUV | 145.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 223 | 0.63 | 0.27 | 0 | 0.13 | 205.96 | 0.69 | 0.6 |
| Hex | 52 | A2 | DF | 3F | 1B | 0 | D | CE | 45 | 3C |
| Octal | 122 | 242 | 337 | 77 | 33 | 0 | 15 | 316 | 105 | 74 |
| Binary | 1010010 | 10100010 | 11011111 | 111111 | 11011 | 0 | 1101 | 11001110 | 1000101 | 111100 |
Color Harmonies of #52A2DF
Complementary color
Monochromatic Colors of #52A2DF
Black with #52A2DF
Text Example
Text Example
White with #52A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A2DF; }
p { color: rgb(82,162,223); }
H1.HeaderClassName
{
color: #52A2DF;
}
.AnyTagClassName
{
color: #52A2DF;
}
</style>
background-color css
<style>
a { background-color: #52A2DF; }
a { background-color: rgb(82,162,223); }
div.DivClassName
{
background-color: #52A2DF;
}
.BgClassName
{
background-color: #52A2DF;
}
</style>
border-color css
<style>
span { border-color: #52A2DF; }
span { border-color: rgb(82,162,223); }
td.TdClassName
{
border-color: #52A2DF;
}
.TagClassName
{
border-color: #52A2DF;
}
</style>