Shades of Picton Blue #53A4DF
Tints of Picton Blue #53A4DF
RGB
CMYK
RGB Variations
Color information
#53A4DF (or 0x53A4DF) is known color: Picton Blue. HEX triplet: 53, A4 and DF. RGB value is (83,164,223). Sum of RGB (Red+Green+Blue) = 83+164+223=470 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.66% from 470); Green value is 164 (64.45% from 255 or 34.89% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #53A4DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A4DF is #AC5B20. Grayscale: #929292. Windows color (decimal): -11295521 or 14656595. OLE color: 14656595.
HSL color Cylindrical-coordinate representation of color #53A4DF: hue angle of 205.29º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A4DF is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 164 | 223 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.13 |
| HSL | 205.29º | 0.69% | 0.6% | - |
| HSV(B) | 205.29º | 0.63% | 0.87% | - |
| XYZ | 30.16 | 33.72 | 74.73 | - |
| YUV | 146.51 | 171.16 | 82.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 164 | 223 | 0.63 | 0.26 | 0 | 0.13 | 205.29 | 0.69 | 0.6 |
| Hex | 53 | A4 | DF | 3F | 1A | 0 | D | CD | 45 | 3C |
| Octal | 123 | 244 | 337 | 77 | 32 | 0 | 15 | 315 | 105 | 74 |
| Binary | 1010011 | 10100100 | 11011111 | 111111 | 11010 | 0 | 1101 | 11001101 | 1000101 | 111100 |
Color Harmonies of #53A4DF
Complementary color
Monochromatic Colors of #53A4DF
Black with #53A4DF
Text Example
Text Example
White with #53A4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A4DF; }
p { color: rgb(83,164,223); }
H1.HeaderClassName
{
color: #53A4DF;
}
.AnyTagClassName
{
color: #53A4DF;
}
</style>
background-color css
<style>
a { background-color: #53A4DF; }
a { background-color: rgb(83,164,223); }
div.DivClassName
{
background-color: #53A4DF;
}
.BgClassName
{
background-color: #53A4DF;
}
</style>
border-color css
<style>
span { border-color: #53A4DF; }
span { border-color: rgb(83,164,223); }
td.TdClassName
{
border-color: #53A4DF;
}
.TagClassName
{
border-color: #53A4DF;
}
</style>