Shades of Picton Blue #53A3DA
Tints of Picton Blue #53A3DA
RGB
CMYK
RGB Variations
Color information
#53A3DA (or 0x53A3DA) is known color: Picton Blue. HEX triplet: 53, A3 and DA. RGB value is (83,163,218). Sum of RGB (Red+Green+Blue) = 83+163+218=464 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.89% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #53A3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3DA is #AC5C25. Grayscale: #919191. Windows color (decimal): -11295782 or 14328659. OLE color: 14328659.
HSL color Cylindrical-coordinate representation of color #53A3DA: hue angle of 204.44º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53A3DA is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 163 | 218 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.15 |
| HSL | 204.44º | 0.65% | 0.59% | - |
| HSV(B) | 204.44º | 0.62% | 0.85% | - |
| XYZ | 29.32 | 33.1 | 71.17 | - |
| YUV | 145.35 | 169 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 218 | 0.62 | 0.25 | 0 | 0.15 | 204.44 | 0.65 | 0.59 |
| Hex | 53 | A3 | DA | 3E | 19 | 0 | F | CC | 41 | 3B |
| Octal | 123 | 243 | 332 | 76 | 31 | 0 | 17 | 314 | 101 | 73 |
| Binary | 1010011 | 10100011 | 11011010 | 111110 | 11001 | 0 | 1111 | 11001100 | 1000001 | 111011 |
Color Harmonies of #53A3DA
Complementary color
Monochromatic Colors of #53A3DA
Black with #53A3DA
Text Example
Text Example
White with #53A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3DA; }
p { color: rgb(83,163,218); }
H1.HeaderClassName
{
color: #53A3DA;
}
.AnyTagClassName
{
color: #53A3DA;
}
</style>
background-color css
<style>
a { background-color: #53A3DA; }
a { background-color: rgb(83,163,218); }
div.DivClassName
{
background-color: #53A3DA;
}
.BgClassName
{
background-color: #53A3DA;
}
</style>
border-color css
<style>
span { border-color: #53A3DA; }
span { border-color: rgb(83,163,218); }
td.TdClassName
{
border-color: #53A3DA;
}
.TagClassName
{
border-color: #53A3DA;
}
</style>