Shades of Picton Blue #53A5DC
Tints of Picton Blue #53A5DC
RGB
CMYK
RGB Variations
Color information
#53A5DC (or 0x53A5DC) is known color: Picton Blue. HEX triplet: 53, A5 and DC. RGB value is (83,165,220). Sum of RGB (Red+Green+Blue) = 83+165+220=468 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.74% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #53A5DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5DC is #AC5A23. Grayscale: #929292. Windows color (decimal): -11295268 or 14460243. OLE color: 14460243.
HSL color Cylindrical-coordinate representation of color #53A5DC: hue angle of 204.09º degrees, saturation: 0.66, 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 #53A5DC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 165 | 220 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.14 |
| HSL | 204.09º | 0.66% | 0.59% | - |
| HSV(B) | 204.09º | 0.62% | 0.86% | - |
| XYZ | 29.94 | 33.92 | 72.68 | - |
| YUV | 146.75 | 169.33 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 220 | 0.62 | 0.25 | 0 | 0.14 | 204.09 | 0.66 | 0.59 |
| Hex | 53 | A5 | DC | 3E | 19 | 0 | E | CC | 42 | 3B |
| Octal | 123 | 245 | 334 | 76 | 31 | 0 | 16 | 314 | 102 | 73 |
| Binary | 1010011 | 10100101 | 11011100 | 111110 | 11001 | 0 | 1110 | 11001100 | 1000010 | 111011 |
Color Harmonies of #53A5DC
Complementary color
Monochromatic Colors of #53A5DC
Black with #53A5DC
Text Example
Text Example
White with #53A5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5DC; }
p { color: rgb(83,165,220); }
H1.HeaderClassName
{
color: #53A5DC;
}
.AnyTagClassName
{
color: #53A5DC;
}
</style>
background-color css
<style>
a { background-color: #53A5DC; }
a { background-color: rgb(83,165,220); }
div.DivClassName
{
background-color: #53A5DC;
}
.BgClassName
{
background-color: #53A5DC;
}
</style>
border-color css
<style>
span { border-color: #53A5DC; }
span { border-color: rgb(83,165,220); }
td.TdClassName
{
border-color: #53A5DC;
}
.TagClassName
{
border-color: #53A5DC;
}
</style>