Shades of Picton Blue #53A8CE
Tints of Picton Blue #53A8CE
RGB
CMYK
RGB Variations
Color information
#53A8CE (or 0x53A8CE) is known color: Picton Blue. HEX triplet: 53, A8 and CE. RGB value is (83,168,206). Sum of RGB (Red+Green+Blue) = 83+168+206=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 168 (66.02% from 255 or 36.76% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #53A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A8CE is #AC5731. Grayscale: #929292. Windows color (decimal): -11294514 or 13543507. OLE color: 13543507.
HSL color Cylindrical-coordinate representation of color #53A8CE: hue angle of 198.54º 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 #53A8CE is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 168 | 206 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.19 |
| HSL | 198.54º | 0.56% | 0.57% | - |
| HSV(B) | 198.54º | 0.6% | 0.81% | - |
| XYZ | 28.71 | 34.3 | 63.5 | - |
| YUV | 146.92 | 161.34 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 168 | 206 | 0.60 | 0.18 | 0 | 0.19 | 198.54 | 0.56 | 0.57 |
| Hex | 53 | A8 | CE | 3C | 12 | 0 | 13 | C7 | 38 | 39 |
| Octal | 123 | 250 | 316 | 74 | 22 | 0 | 23 | 307 | 70 | 71 |
| Binary | 1010011 | 10101000 | 11001110 | 111100 | 10010 | 0 | 10011 | 11000111 | 111000 | 111001 |
Color Harmonies of #53A8CE
Complementary color
Monochromatic Colors of #53A8CE
Black with #53A8CE
Text Example
Text Example
White with #53A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A8CE; }
p { color: rgb(83,168,206); }
H1.HeaderClassName
{
color: #53A8CE;
}
.AnyTagClassName
{
color: #53A8CE;
}
</style>
background-color css
<style>
a { background-color: #53A8CE; }
a { background-color: rgb(83,168,206); }
div.DivClassName
{
background-color: #53A8CE;
}
.BgClassName
{
background-color: #53A8CE;
}
</style>
border-color css
<style>
span { border-color: #53A8CE; }
span { border-color: rgb(83,168,206); }
td.TdClassName
{
border-color: #53A8CE;
}
.TagClassName
{
border-color: #53A8CE;
}
</style>