Shades of Picton Blue #53ADDB
Tints of Picton Blue #53ADDB
RGB
CMYK
RGB Variations
Color information
#53ADDB (or 0x53ADDB) is known color: Picton Blue. HEX triplet: 53, AD and DB. RGB value is (83,173,219). Sum of RGB (Red+Green+Blue) = 83+173+219=475 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.47% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #53ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADDB is #AC5224. Grayscale: #979797. Windows color (decimal): -11293221 or 14396755. OLE color: 14396755.
HSL color Cylindrical-coordinate representation of color #53ADDB: hue angle of 200.29º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53ADDB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 173 | 219 | - |
| CMYK | 0.62 | 0.21 | 0 | 0.14 |
| HSL | 200.29º | 0.65% | 0.59% | - |
| HSV(B) | 200.29º | 0.62% | 0.86% | - |
| XYZ | 31.3 | 36.84 | 72.48 | - |
| YUV | 151.33 | 166.18 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 219 | 0.62 | 0.21 | 0 | 0.14 | 200.29 | 0.65 | 0.59 |
| Hex | 53 | AD | DB | 3E | 15 | 0 | E | C8 | 41 | 3B |
| Octal | 123 | 255 | 333 | 76 | 25 | 0 | 16 | 310 | 101 | 73 |
| Binary | 1010011 | 10101101 | 11011011 | 111110 | 10101 | 0 | 1110 | 11001000 | 1000001 | 111011 |
Color Harmonies of #53ADDB
Complementary color
Monochromatic Colors of #53ADDB
Black with #53ADDB
Text Example
Text Example
White with #53ADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADDB; }
p { color: rgb(83,173,219); }
H1.HeaderClassName
{
color: #53ADDB;
}
.AnyTagClassName
{
color: #53ADDB;
}
</style>
background-color css
<style>
a { background-color: #53ADDB; }
a { background-color: rgb(83,173,219); }
div.DivClassName
{
background-color: #53ADDB;
}
.BgClassName
{
background-color: #53ADDB;
}
</style>
border-color css
<style>
span { border-color: #53ADDB; }
span { border-color: rgb(83,173,219); }
td.TdClassName
{
border-color: #53ADDB;
}
.TagClassName
{
border-color: #53ADDB;
}
</style>