Shades of Picton Blue #53A6DA
Tints of Picton Blue #53A6DA
RGB
CMYK
RGB Variations
Color information
#53A6DA (or 0x53A6DA) is known color: Picton Blue. HEX triplet: 53, A6 and DA. RGB value is (83,166,218). Sum of RGB (Red+Green+Blue) = 83+166+218=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #53A6DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A6DA is #AC5925. Grayscale: #929292. Windows color (decimal): -11295014 or 14329427. OLE color: 14329427.
HSL color Cylindrical-coordinate representation of color #53A6DA: hue angle of 203.11º 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 #53A6DA is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 166 | 218 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.15 |
| HSL | 203.11º | 0.65% | 0.59% | - |
| HSV(B) | 203.11º | 0.62% | 0.85% | - |
| XYZ | 29.86 | 34.17 | 71.35 | - |
| YUV | 147.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 166 | 218 | 0.62 | 0.24 | 0 | 0.15 | 203.11 | 0.65 | 0.59 |
| Hex | 53 | A6 | DA | 3E | 18 | 0 | F | CB | 41 | 3B |
| Octal | 123 | 246 | 332 | 76 | 30 | 0 | 17 | 313 | 101 | 73 |
| Binary | 1010011 | 10100110 | 11011010 | 111110 | 11000 | 0 | 1111 | 11001011 | 1000001 | 111011 |
Color Harmonies of #53A6DA
Complementary color
Monochromatic Colors of #53A6DA
Black with #53A6DA
Text Example
Text Example
White with #53A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A6DA; }
p { color: rgb(83,166,218); }
H1.HeaderClassName
{
color: #53A6DA;
}
.AnyTagClassName
{
color: #53A6DA;
}
</style>
background-color css
<style>
a { background-color: #53A6DA; }
a { background-color: rgb(83,166,218); }
div.DivClassName
{
background-color: #53A6DA;
}
.BgClassName
{
background-color: #53A6DA;
}
</style>
border-color css
<style>
span { border-color: #53A6DA; }
span { border-color: rgb(83,166,218); }
td.TdClassName
{
border-color: #53A6DA;
}
.TagClassName
{
border-color: #53A6DA;
}
</style>