Shades of Picton Blue #53A1DE
Tints of Picton Blue #53A1DE
RGB
CMYK
RGB Variations
Color information
#53A1DE (or 0x53A1DE) is known color: Picton Blue. HEX triplet: 53, A1 and DE. RGB value is (83,161,222). Sum of RGB (Red+Green+Blue) = 83+161+222=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #53A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A1DE is #AC5E21. Grayscale: #909090. Windows color (decimal): -11296290 or 14590291. OLE color: 14590291.
HSL color Cylindrical-coordinate representation of color #53A1DE: hue angle of 206.33º degrees, saturation: 0.68, 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 #53A1DE is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 161 | 222 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.13 |
| HSL | 206.33º | 0.68% | 0.6% | - |
| HSV(B) | 206.33º | 0.63% | 0.87% | - |
| XYZ | 29.5 | 32.6 | 73.85 | - |
| YUV | 144.63 | 171.66 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 161 | 222 | 0.63 | 0.27 | 0 | 0.13 | 206.33 | 0.68 | 0.6 |
| Hex | 53 | A1 | DE | 3F | 1B | 0 | D | CE | 44 | 3C |
| Octal | 123 | 241 | 336 | 77 | 33 | 0 | 15 | 316 | 104 | 74 |
| Binary | 1010011 | 10100001 | 11011110 | 111111 | 11011 | 0 | 1101 | 11001110 | 1000100 | 111100 |
Color Harmonies of #53A1DE
Complementary color
Monochromatic Colors of #53A1DE
Black with #53A1DE
Text Example
Text Example
White with #53A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A1DE; }
p { color: rgb(83,161,222); }
H1.HeaderClassName
{
color: #53A1DE;
}
.AnyTagClassName
{
color: #53A1DE;
}
</style>
background-color css
<style>
a { background-color: #53A1DE; }
a { background-color: rgb(83,161,222); }
div.DivClassName
{
background-color: #53A1DE;
}
.BgClassName
{
background-color: #53A1DE;
}
</style>
border-color css
<style>
span { border-color: #53A1DE; }
span { border-color: rgb(83,161,222); }
td.TdClassName
{
border-color: #53A1DE;
}
.TagClassName
{
border-color: #53A1DE;
}
</style>