Shades of Picton Blue #53A5E0
Tints of Picton Blue #53A5E0
RGB
CMYK
RGB Variations
Color information
#53A5E0 (or 0x53A5E0) is known color: Picton Blue. HEX triplet: 53, A5 and E0. RGB value is (83,165,224). Sum of RGB (Red+Green+Blue) = 83+165+224=472 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.58% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #53A5E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A5E0 is #AC5A1F. Grayscale: #929292. Windows color (decimal): -11295264 or 14722387. OLE color: 14722387.
HSL color Cylindrical-coordinate representation of color #53A5E0: hue angle of 205.11º degrees, saturation: 0.69, 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 #53A5E0 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 165 | 224 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.12 |
| HSL | 205.11º | 0.69% | 0.6% | - |
| HSV(B) | 205.11º | 0.63% | 0.88% | - |
| XYZ | 30.48 | 34.13 | 75.5 | - |
| YUV | 147.21 | 171.33 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 165 | 224 | 0.63 | 0.26 | 0 | 0.12 | 205.11 | 0.69 | 0.6 |
| Hex | 53 | A5 | E0 | 3F | 1A | 0 | C | CD | 45 | 3C |
| Octal | 123 | 245 | 340 | 77 | 32 | 0 | 14 | 315 | 105 | 74 |
| Binary | 1010011 | 10100101 | 11100000 | 111111 | 11010 | 0 | 1100 | 11001101 | 1000101 | 111100 |
Color Harmonies of #53A5E0
Complementary color
Monochromatic Colors of #53A5E0
Black with #53A5E0
Text Example
Text Example
White with #53A5E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A5E0; }
p { color: rgb(83,165,224); }
H1.HeaderClassName
{
color: #53A5E0;
}
.AnyTagClassName
{
color: #53A5E0;
}
</style>
background-color css
<style>
a { background-color: #53A5E0; }
a { background-color: rgb(83,165,224); }
div.DivClassName
{
background-color: #53A5E0;
}
.BgClassName
{
background-color: #53A5E0;
}
</style>
border-color css
<style>
span { border-color: #53A5E0; }
span { border-color: rgb(83,165,224); }
td.TdClassName
{
border-color: #53A5E0;
}
.TagClassName
{
border-color: #53A5E0;
}
</style>