Shades of Picton Blue #53A0DF
Tints of Picton Blue #53A0DF
RGB
CMYK
RGB Variations
Color information
#53A0DF (or 0x53A0DF) is known color: Picton Blue. HEX triplet: 53, A0 and DF. RGB value is (83,160,223). Sum of RGB (Red+Green+Blue) = 83+160+223=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #53A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0DF is #AC5F20. Grayscale: #8F8F8F. Windows color (decimal): -11296545 or 14655571. OLE color: 14655571.
HSL color Cylindrical-coordinate representation of color #53A0DF: hue angle of 207º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A0DF is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 160 | 223 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.13 |
| HSL | 207º | 0.69% | 0.6% | - |
| HSV(B) | 207º | 0.63% | 0.87% | - |
| XYZ | 29.46 | 32.31 | 74.5 | - |
| YUV | 144.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 223 | 0.63 | 0.28 | 0 | 0.13 | 207 | 0.69 | 0.6 |
| Hex | 53 | A0 | DF | 3F | 1C | 0 | D | CF | 45 | 3C |
| Octal | 123 | 240 | 337 | 77 | 34 | 0 | 15 | 317 | 105 | 74 |
| Binary | 1010011 | 10100000 | 11011111 | 111111 | 11100 | 0 | 1101 | 11001111 | 1000101 | 111100 |
Color Harmonies of #53A0DF
Complementary color
Monochromatic Colors of #53A0DF
Black with #53A0DF
Text Example
Text Example
White with #53A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A0DF; }
p { color: rgb(83,160,223); }
H1.HeaderClassName
{
color: #53A0DF;
}
.AnyTagClassName
{
color: #53A0DF;
}
</style>
background-color css
<style>
a { background-color: #53A0DF; }
a { background-color: rgb(83,160,223); }
div.DivClassName
{
background-color: #53A0DF;
}
.BgClassName
{
background-color: #53A0DF;
}
</style>
border-color css
<style>
span { border-color: #53A0DF; }
span { border-color: rgb(83,160,223); }
td.TdClassName
{
border-color: #53A0DF;
}
.TagClassName
{
border-color: #53A0DF;
}
</style>