Shades of Picton Blue #53A3CE
Tints of Picton Blue #53A3CE
RGB
CMYK
RGB Variations
Color information
#53A3CE (or 0x53A3CE) is known color: Picton Blue. HEX triplet: 53, A3 and CE. RGB value is (83,163,206). Sum of RGB (Red+Green+Blue) = 83+163+206=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #53A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3CE is #AC5C31. Grayscale: #8F8F8F. Windows color (decimal): -11295794 or 13542227. OLE color: 13542227.
HSL color Cylindrical-coordinate representation of color #53A3CE: hue angle of 200.98º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53A3CE is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 163 | 206 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.19 |
| HSL | 200.98º | 0.56% | 0.57% | - |
| HSV(B) | 200.98º | 0.6% | 0.81% | - |
| XYZ | 27.81 | 32.49 | 63.2 | - |
| YUV | 143.98 | 163 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 206 | 0.60 | 0.21 | 0 | 0.19 | 200.98 | 0.56 | 0.57 |
| Hex | 53 | A3 | CE | 3C | 15 | 0 | 13 | C9 | 38 | 39 |
| Octal | 123 | 243 | 316 | 74 | 25 | 0 | 23 | 311 | 70 | 71 |
| Binary | 1010011 | 10100011 | 11001110 | 111100 | 10101 | 0 | 10011 | 11001001 | 111000 | 111001 |
Color Harmonies of #53A3CE
Complementary color
Monochromatic Colors of #53A3CE
Black with #53A3CE
Text Example
Text Example
White with #53A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3CE; }
p { color: rgb(83,163,206); }
H1.HeaderClassName
{
color: #53A3CE;
}
.AnyTagClassName
{
color: #53A3CE;
}
</style>
background-color css
<style>
a { background-color: #53A3CE; }
a { background-color: rgb(83,163,206); }
div.DivClassName
{
background-color: #53A3CE;
}
.BgClassName
{
background-color: #53A3CE;
}
</style>
border-color css
<style>
span { border-color: #53A3CE; }
span { border-color: rgb(83,163,206); }
td.TdClassName
{
border-color: #53A3CE;
}
.TagClassName
{
border-color: #53A3CE;
}
</style>