Shades of Picton Blue #53ABDA
Tints of Picton Blue #53ABDA
RGB
CMYK
RGB Variations
Color information
#53ABDA (or 0x53ABDA) is known color: Picton Blue. HEX triplet: 53, AB and DA. RGB value is (83,171,218). Sum of RGB (Red+Green+Blue) = 83+171+218=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #53ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ABDA is #AC5425. Grayscale: #959595. Windows color (decimal): -11293734 or 14330707. OLE color: 14330707.
HSL color Cylindrical-coordinate representation of color #53ABDA: hue angle of 200.89º 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 #53ABDA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 171 | 218 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.15 |
| HSL | 200.89º | 0.65% | 0.59% | - |
| HSV(B) | 200.89º | 0.62% | 0.85% | - |
| XYZ | 30.79 | 36.03 | 71.66 | - |
| YUV | 150.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 218 | 0.62 | 0.22 | 0 | 0.15 | 200.89 | 0.65 | 0.59 |
| Hex | 53 | AB | DA | 3E | 16 | 0 | F | C9 | 41 | 3B |
| Octal | 123 | 253 | 332 | 76 | 26 | 0 | 17 | 311 | 101 | 73 |
| Binary | 1010011 | 10101011 | 11011010 | 111110 | 10110 | 0 | 1111 | 11001001 | 1000001 | 111011 |
Color Harmonies of #53ABDA
Complementary color
Monochromatic Colors of #53ABDA
Black with #53ABDA
Text Example
Text Example
White with #53ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABDA; }
p { color: rgb(83,171,218); }
H1.HeaderClassName
{
color: #53ABDA;
}
.AnyTagClassName
{
color: #53ABDA;
}
</style>
background-color css
<style>
a { background-color: #53ABDA; }
a { background-color: rgb(83,171,218); }
div.DivClassName
{
background-color: #53ABDA;
}
.BgClassName
{
background-color: #53ABDA;
}
</style>
border-color css
<style>
span { border-color: #53ABDA; }
span { border-color: rgb(83,171,218); }
td.TdClassName
{
border-color: #53ABDA;
}
.TagClassName
{
border-color: #53ABDA;
}
</style>