Shades of Picton Blue #53A3E1
Tints of Picton Blue #53A3E1
RGB
CMYK
RGB Variations
Color information
#53A3E1 (or 0x53A3E1) is known color: Picton Blue. HEX triplet: 53, A3 and E1. RGB value is (83,163,225). Sum of RGB (Red+Green+Blue) = 83+163+225=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 225 (88.28% from 255 or 47.77% from 471); Max value from RGB is 225 - color contains mainly: blue. Hex color #53A3E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3E1 is #AC5C1E. Grayscale: #919191. Windows color (decimal): -11295775 or 14787411. OLE color: 14787411.
HSL color Cylindrical-coordinate representation of color #53A3E1: hue angle of 206.2º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53A3E1 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 163 | 225 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.12 |
| HSL | 206.2º | 0.7% | 0.6% | - |
| HSV(B) | 206.2º | 0.63% | 0.88% | - |
| XYZ | 30.26 | 33.47 | 76.1 | - |
| YUV | 146.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 225 | 0.63 | 0.28 | 0 | 0.12 | 206.2 | 0.7 | 0.6 |
| Hex | 53 | A3 | E1 | 3F | 1C | 0 | C | CE | 46 | 3C |
| Octal | 123 | 243 | 341 | 77 | 34 | 0 | 14 | 316 | 106 | 74 |
| Binary | 1010011 | 10100011 | 11100001 | 111111 | 11100 | 0 | 1100 | 11001110 | 1000110 | 111100 |
Color Harmonies of #53A3E1
Complementary color
Monochromatic Colors of #53A3E1
Black with #53A3E1
Text Example
Text Example
White with #53A3E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3E1; }
p { color: rgb(83,163,225); }
H1.HeaderClassName
{
color: #53A3E1;
}
.AnyTagClassName
{
color: #53A3E1;
}
</style>
background-color css
<style>
a { background-color: #53A3E1; }
a { background-color: rgb(83,163,225); }
div.DivClassName
{
background-color: #53A3E1;
}
.BgClassName
{
background-color: #53A3E1;
}
</style>
border-color css
<style>
span { border-color: #53A3E1; }
span { border-color: rgb(83,163,225); }
td.TdClassName
{
border-color: #53A3E1;
}
.TagClassName
{
border-color: #53A3E1;
}
</style>