Shades of Picton Blue #53A1DA
Tints of Picton Blue #53A1DA
RGB
CMYK
RGB Variations
Color information
#53A1DA (or 0x53A1DA) is known color: Picton Blue. HEX triplet: 53, A1 and DA. RGB value is (83,161,218). Sum of RGB (Red+Green+Blue) = 83+161+218=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 161 (63.28% from 255 or 34.85% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #53A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1DA is #AC5E25. Grayscale: #8F8F8F. Windows color (decimal): -11296294 or 14328147. OLE color: 14328147.
HSL color Cylindrical-coordinate representation of color #53A1DA: hue angle of 205.33º 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 #53A1DA is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 161 | 218 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.15 |
| HSL | 205.33º | 0.65% | 0.59% | - |
| HSV(B) | 205.33º | 0.62% | 0.85% | - |
| XYZ | 28.97 | 32.39 | 71.05 | - |
| YUV | 144.18 | 169.66 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 218 | 0.62 | 0.26 | 0 | 0.15 | 205.33 | 0.65 | 0.59 |
| Hex | 53 | A1 | DA | 3E | 1A | 0 | F | CD | 41 | 3B |
| Octal | 123 | 241 | 332 | 76 | 32 | 0 | 17 | 315 | 101 | 73 |
| Binary | 1010011 | 10100001 | 11011010 | 111110 | 11010 | 0 | 1111 | 11001101 | 1000001 | 111011 |
Color Harmonies of #53A1DA
Complementary color
Monochromatic Colors of #53A1DA
Black with #53A1DA
Text Example
Text Example
White with #53A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1DA; }
p { color: rgb(83,161,218); }
H1.HeaderClassName
{
color: #53A1DA;
}
.AnyTagClassName
{
color: #53A1DA;
}
</style>
background-color css
<style>
a { background-color: #53A1DA; }
a { background-color: rgb(83,161,218); }
div.DivClassName
{
background-color: #53A1DA;
}
.BgClassName
{
background-color: #53A1DA;
}
</style>
border-color css
<style>
span { border-color: #53A1DA; }
span { border-color: rgb(83,161,218); }
td.TdClassName
{
border-color: #53A1DA;
}
.TagClassName
{
border-color: #53A1DA;
}
</style>