Shades of Picton Blue #53AADD
Tints of Picton Blue #53AADD
RGB
CMYK
RGB Variations
Color information
#53AADD (or 0x53AADD) is known color: Picton Blue. HEX triplet: 53, AA and DD. RGB value is (83,170,221). Sum of RGB (Red+Green+Blue) = 83+170+221=474 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.51% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #53AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AADD is #AC5522. Grayscale: #959595. Windows color (decimal): -11293987 or 14527059. OLE color: 14527059.
HSL color Cylindrical-coordinate representation of color #53AADD: hue angle of 202.17º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53AADD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 170 | 221 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.13 |
| HSL | 202.17º | 0.67% | 0.6% | - |
| HSV(B) | 202.17º | 0.62% | 0.87% | - |
| XYZ | 30.99 | 35.81 | 73.68 | - |
| YUV | 149.8 | 168.18 | 80.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 221 | 0.62 | 0.23 | 0 | 0.13 | 202.17 | 0.67 | 0.6 |
| Hex | 53 | AA | DD | 3E | 17 | 0 | D | CA | 43 | 3C |
| Octal | 123 | 252 | 335 | 76 | 27 | 0 | 15 | 312 | 103 | 74 |
| Binary | 1010011 | 10101010 | 11011101 | 111110 | 10111 | 0 | 1101 | 11001010 | 1000011 | 111100 |
Color Harmonies of #53AADD
Complementary color
Monochromatic Colors of #53AADD
Black with #53AADD
Text Example
Text Example
White with #53AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AADD; }
p { color: rgb(83,170,221); }
H1.HeaderClassName
{
color: #53AADD;
}
.AnyTagClassName
{
color: #53AADD;
}
</style>
background-color css
<style>
a { background-color: #53AADD; }
a { background-color: rgb(83,170,221); }
div.DivClassName
{
background-color: #53AADD;
}
.BgClassName
{
background-color: #53AADD;
}
</style>
border-color css
<style>
span { border-color: #53AADD; }
span { border-color: rgb(83,170,221); }
td.TdClassName
{
border-color: #53AADD;
}
.TagClassName
{
border-color: #53AADD;
}
</style>