Shades of Picton Blue #52A2D1
Tints of Picton Blue #52A2D1
RGB
CMYK
RGB Variations
Color information
#52A2D1 (or 0x52A2D1) is known color: Picton Blue. HEX triplet: 52, A2 and D1. RGB value is (82,162,209). Sum of RGB (Red+Green+Blue) = 82+162+209=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #52A2D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2D1 is #AD5D2E. Grayscale: #8F8F8F. Windows color (decimal): -11361583 or 13738578. OLE color: 13738578.
HSL color Cylindrical-coordinate representation of color #52A2D1: hue angle of 202.2º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52A2D1 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 162 | 209 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.18 |
| HSL | 202.2º | 0.58% | 0.57% | - |
| HSV(B) | 202.2º | 0.61% | 0.82% | - |
| XYZ | 27.91 | 32.24 | 65.07 | - |
| YUV | 143.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 209 | 0.61 | 0.22 | 0 | 0.18 | 202.2 | 0.58 | 0.57 |
| Hex | 52 | A2 | D1 | 3D | 16 | 0 | 12 | CA | 3A | 39 |
| Octal | 122 | 242 | 321 | 75 | 26 | 0 | 22 | 312 | 72 | 71 |
| Binary | 1010010 | 10100010 | 11010001 | 111101 | 10110 | 0 | 10010 | 11001010 | 111010 | 111001 |
Color Harmonies of #52A2D1
Complementary color
Monochromatic Colors of #52A2D1
Black with #52A2D1
Text Example
Text Example
White with #52A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A2D1; }
p { color: rgb(82,162,209); }
H1.HeaderClassName
{
color: #52A2D1;
}
.AnyTagClassName
{
color: #52A2D1;
}
</style>
background-color css
<style>
a { background-color: #52A2D1; }
a { background-color: rgb(82,162,209); }
div.DivClassName
{
background-color: #52A2D1;
}
.BgClassName
{
background-color: #52A2D1;
}
</style>
border-color css
<style>
span { border-color: #52A2D1; }
span { border-color: rgb(82,162,209); }
td.TdClassName
{
border-color: #52A2D1;
}
.TagClassName
{
border-color: #52A2D1;
}
</style>