Shades of Picton Blue #53A0DD
Tints of Picton Blue #53A0DD
RGB
CMYK
RGB Variations
Color information
#53A0DD (or 0x53A0DD) is known color: Picton Blue. HEX triplet: 53, A0 and DD. RGB value is (83,160,221). Sum of RGB (Red+Green+Blue) = 83+160+221=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #53A0DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0DD is #AC5F22. Grayscale: #8F8F8F. Windows color (decimal): -11296547 or 14524499. OLE color: 14524499.
HSL color Cylindrical-coordinate representation of color #53A0DD: hue angle of 206.52º 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 #53A0DD is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 160 | 221 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.13 |
| HSL | 206.52º | 0.67% | 0.6% | - |
| HSV(B) | 206.52º | 0.62% | 0.87% | - |
| XYZ | 29.19 | 32.2 | 73.08 | - |
| YUV | 143.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 221 | 0.62 | 0.28 | 0 | 0.13 | 206.52 | 0.67 | 0.6 |
| Hex | 53 | A0 | DD | 3E | 1C | 0 | D | CF | 43 | 3C |
| Octal | 123 | 240 | 335 | 76 | 34 | 0 | 15 | 317 | 103 | 74 |
| Binary | 1010011 | 10100000 | 11011101 | 111110 | 11100 | 0 | 1101 | 11001111 | 1000011 | 111100 |
Color Harmonies of #53A0DD
Complementary color
Monochromatic Colors of #53A0DD
Black with #53A0DD
Text Example
Text Example
White with #53A0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A0DD; }
p { color: rgb(83,160,221); }
H1.HeaderClassName
{
color: #53A0DD;
}
.AnyTagClassName
{
color: #53A0DD;
}
</style>
background-color css
<style>
a { background-color: #53A0DD; }
a { background-color: rgb(83,160,221); }
div.DivClassName
{
background-color: #53A0DD;
}
.BgClassName
{
background-color: #53A0DD;
}
</style>
border-color css
<style>
span { border-color: #53A0DD; }
span { border-color: rgb(83,160,221); }
td.TdClassName
{
border-color: #53A0DD;
}
.TagClassName
{
border-color: #53A0DD;
}
</style>