Shades of Picton Blue #52ACDB
Tints of Picton Blue #52ACDB
RGB
CMYK
RGB Variations
Color information
#52ACDB (or 0x52ACDB) is known color: Picton Blue. HEX triplet: 52, AC and DB. RGB value is (82,172,219). Sum of RGB (Red+Green+Blue) = 82+172+219=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 172 (67.58% from 255 or 36.36% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #52ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACDB is #AD5324. Grayscale: #969696. Windows color (decimal): -11359013 or 14396498. OLE color: 14396498.
HSL color Cylindrical-coordinate representation of color #52ACDB: hue angle of 200.58º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52ACDB is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 172 | 219 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.14 |
| HSL | 200.58º | 0.66% | 0.59% | - |
| HSV(B) | 200.58º | 0.63% | 0.86% | - |
| XYZ | 31.02 | 36.41 | 72.41 | - |
| YUV | 150.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 219 | 0.63 | 0.21 | 0 | 0.14 | 200.58 | 0.66 | 0.59 |
| Hex | 52 | AC | DB | 3F | 15 | 0 | E | C9 | 42 | 3B |
| Octal | 122 | 254 | 333 | 77 | 25 | 0 | 16 | 311 | 102 | 73 |
| Binary | 1010010 | 10101100 | 11011011 | 111111 | 10101 | 0 | 1110 | 11001001 | 1000010 | 111011 |
Color Harmonies of #52ACDB
Complementary color
Monochromatic Colors of #52ACDB
Black with #52ACDB
Text Example
Text Example
White with #52ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ACDB; }
p { color: rgb(82,172,219); }
H1.HeaderClassName
{
color: #52ACDB;
}
.AnyTagClassName
{
color: #52ACDB;
}
</style>
background-color css
<style>
a { background-color: #52ACDB; }
a { background-color: rgb(82,172,219); }
div.DivClassName
{
background-color: #52ACDB;
}
.BgClassName
{
background-color: #52ACDB;
}
</style>
border-color css
<style>
span { border-color: #52ACDB; }
span { border-color: rgb(82,172,219); }
td.TdClassName
{
border-color: #52ACDB;
}
.TagClassName
{
border-color: #52ACDB;
}
</style>