Shades of Picton Blue #52A3CC
Tints of Picton Blue #52A3CC
RGB
CMYK
RGB Variations
Color information
#52A3CC (or 0x52A3CC) is known color: Picton Blue. HEX triplet: 52, A3 and CC. RGB value is (82,163,204). Sum of RGB (Red+Green+Blue) = 82+163+204=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #52A3CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3CC is #AD5C33. Grayscale: #8F8F8F. Windows color (decimal): -11361332 or 13411154. OLE color: 13411154.
HSL color Cylindrical-coordinate representation of color #52A3CC: hue angle of 200.16º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52A3CC is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 163 | 204 | - |
| CMYK | 0.60 | 0.20 | 0 | 0.2 |
| HSL | 200.16º | 0.54% | 0.56% | - |
| HSV(B) | 200.16º | 0.6% | 0.8% | - |
| XYZ | 27.48 | 32.35 | 61.92 | - |
| YUV | 143.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 204 | 0.60 | 0.20 | 0 | 0.2 | 200.16 | 0.54 | 0.56 |
| Hex | 52 | A3 | CC | 3C | 14 | 0 | 14 | C8 | 36 | 38 |
| Octal | 122 | 243 | 314 | 74 | 24 | 0 | 24 | 310 | 66 | 70 |
| Binary | 1010010 | 10100011 | 11001100 | 111100 | 10100 | 0 | 10100 | 11001000 | 110110 | 111000 |
Color Harmonies of #52A3CC
Complementary color
Monochromatic Colors of #52A3CC
Black with #52A3CC
Text Example
Text Example
White with #52A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A3CC; }
p { color: rgb(82,163,204); }
H1.HeaderClassName
{
color: #52A3CC;
}
.AnyTagClassName
{
color: #52A3CC;
}
</style>
background-color css
<style>
a { background-color: #52A3CC; }
a { background-color: rgb(82,163,204); }
div.DivClassName
{
background-color: #52A3CC;
}
.BgClassName
{
background-color: #52A3CC;
}
</style>
border-color css
<style>
span { border-color: #52A3CC; }
span { border-color: rgb(82,163,204); }
td.TdClassName
{
border-color: #52A3CC;
}
.TagClassName
{
border-color: #52A3CC;
}
</style>