Shades of Picton Blue #53A0DB
Tints of Picton Blue #53A0DB
RGB
CMYK
RGB Variations
Color information
#53A0DB (or 0x53A0DB) is known color: Picton Blue. HEX triplet: 53, A0 and DB. RGB value is (83,160,219). Sum of RGB (Red+Green+Blue) = 83+160+219=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #53A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A0DB is #AC5F24. Grayscale: #8F8F8F. Windows color (decimal): -11296549 or 14393427. OLE color: 14393427.
HSL color Cylindrical-coordinate representation of color #53A0DB: hue angle of 206.03º 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 #53A0DB is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 160 | 219 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.14 |
| HSL | 206.03º | 0.65% | 0.59% | - |
| HSV(B) | 206.03º | 0.62% | 0.86% | - |
| XYZ | 28.92 | 32.1 | 71.69 | - |
| YUV | 143.7 | 170.49 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 160 | 219 | 0.62 | 0.27 | 0 | 0.14 | 206.03 | 0.65 | 0.59 |
| Hex | 53 | A0 | DB | 3E | 1B | 0 | E | CE | 41 | 3B |
| Octal | 123 | 240 | 333 | 76 | 33 | 0 | 16 | 316 | 101 | 73 |
| Binary | 1010011 | 10100000 | 11011011 | 111110 | 11011 | 0 | 1110 | 11001110 | 1000001 | 111011 |
Color Harmonies of #53A0DB
Complementary color
Monochromatic Colors of #53A0DB
Black with #53A0DB
Text Example
Text Example
White with #53A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A0DB; }
p { color: rgb(83,160,219); }
H1.HeaderClassName
{
color: #53A0DB;
}
.AnyTagClassName
{
color: #53A0DB;
}
</style>
background-color css
<style>
a { background-color: #53A0DB; }
a { background-color: rgb(83,160,219); }
div.DivClassName
{
background-color: #53A0DB;
}
.BgClassName
{
background-color: #53A0DB;
}
</style>
border-color css
<style>
span { border-color: #53A0DB; }
span { border-color: rgb(83,160,219); }
td.TdClassName
{
border-color: #53A0DB;
}
.TagClassName
{
border-color: #53A0DB;
}
</style>