Shades of Picton Blue #53A8DC
Tints of Picton Blue #53A8DC
RGB
CMYK
RGB Variations
Color information
#53A8DC (or 0x53A8DC) is known color: Picton Blue. HEX triplet: 53, A8 and DC. RGB value is (83,168,220). Sum of RGB (Red+Green+Blue) = 83+168+220=471 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.62% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #53A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8DC is #AC5723. Grayscale: #949494. Windows color (decimal): -11294500 or 14461011. OLE color: 14461011.
HSL color Cylindrical-coordinate representation of color #53A8DC: hue angle of 202.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53A8DC is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 168 | 220 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.14 |
| HSL | 202.77º | 0.66% | 0.59% | - |
| HSV(B) | 202.77º | 0.62% | 0.86% | - |
| XYZ | 30.49 | 35.01 | 72.86 | - |
| YUV | 148.51 | 168.34 | 81.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 220 | 0.62 | 0.24 | 0 | 0.14 | 202.77 | 0.66 | 0.59 |
| Hex | 53 | A8 | DC | 3E | 18 | 0 | E | CB | 42 | 3B |
| Octal | 123 | 250 | 334 | 76 | 30 | 0 | 16 | 313 | 102 | 73 |
| Binary | 1010011 | 10101000 | 11011100 | 111110 | 11000 | 0 | 1110 | 11001011 | 1000010 | 111011 |
Color Harmonies of #53A8DC
Complementary color
Monochromatic Colors of #53A8DC
Black with #53A8DC
Text Example
Text Example
White with #53A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8DC; }
p { color: rgb(83,168,220); }
H1.HeaderClassName
{
color: #53A8DC;
}
.AnyTagClassName
{
color: #53A8DC;
}
</style>
background-color css
<style>
a { background-color: #53A8DC; }
a { background-color: rgb(83,168,220); }
div.DivClassName
{
background-color: #53A8DC;
}
.BgClassName
{
background-color: #53A8DC;
}
</style>
border-color css
<style>
span { border-color: #53A8DC; }
span { border-color: rgb(83,168,220); }
td.TdClassName
{
border-color: #53A8DC;
}
.TagClassName
{
border-color: #53A8DC;
}
</style>