Shades of Picton Blue #53A8DB
Tints of Picton Blue #53A8DB
RGB
CMYK
RGB Variations
Color information
#53A8DB (or 0x53A8DB) is known color: Picton Blue. HEX triplet: 53, A8 and DB. RGB value is (83,168,219). Sum of RGB (Red+Green+Blue) = 83+168+219=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #53A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8DB is #AC5724. Grayscale: #949494. Windows color (decimal): -11294501 or 14395475. OLE color: 14395475.
HSL color Cylindrical-coordinate representation of color #53A8DB: hue angle of 202.5º 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 #53A8DB is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 168 | 219 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.14 |
| HSL | 202.5º | 0.65% | 0.59% | - |
| HSV(B) | 202.5º | 0.62% | 0.86% | - |
| XYZ | 30.36 | 34.96 | 72.17 | - |
| YUV | 148.4 | 167.84 | 81.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 219 | 0.62 | 0.23 | 0 | 0.14 | 202.5 | 0.65 | 0.59 |
| Hex | 53 | A8 | DB | 3E | 17 | 0 | E | CA | 41 | 3B |
| Octal | 123 | 250 | 333 | 76 | 27 | 0 | 16 | 312 | 101 | 73 |
| Binary | 1010011 | 10101000 | 11011011 | 111110 | 10111 | 0 | 1110 | 11001010 | 1000001 | 111011 |
Color Harmonies of #53A8DB
Complementary color
Monochromatic Colors of #53A8DB
Black with #53A8DB
Text Example
Text Example
White with #53A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8DB; }
p { color: rgb(83,168,219); }
H1.HeaderClassName
{
color: #53A8DB;
}
.AnyTagClassName
{
color: #53A8DB;
}
</style>
background-color css
<style>
a { background-color: #53A8DB; }
a { background-color: rgb(83,168,219); }
div.DivClassName
{
background-color: #53A8DB;
}
.BgClassName
{
background-color: #53A8DB;
}
</style>
border-color css
<style>
span { border-color: #53A8DB; }
span { border-color: rgb(83,168,219); }
td.TdClassName
{
border-color: #53A8DB;
}
.TagClassName
{
border-color: #53A8DB;
}
</style>