Shades of Picton Blue #53A3CF
Tints of Picton Blue #53A3CF
RGB
CMYK
RGB Variations
Color information
#53A3CF (or 0x53A3CF) is known color: Picton Blue. HEX triplet: 53, A3 and CF. RGB value is (83,163,207). Sum of RGB (Red+Green+Blue) = 83+163+207=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 163 (64.06% from 255 or 35.98% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #53A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53A3CF is #AC5C30. Grayscale: #8F8F8F. Windows color (decimal): -11295793 or 13607763. OLE color: 13607763.
HSL color Cylindrical-coordinate representation of color #53A3CF: hue angle of 201.29º 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 #53A3CF is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 163 | 207 | - |
| CMYK | 0.60 | 0.21 | 0 | 0.19 |
| HSL | 201.29º | 0.56% | 0.57% | - |
| HSV(B) | 201.29º | 0.6% | 0.81% | - |
| XYZ | 27.93 | 32.54 | 63.84 | - |
| YUV | 144.1 | 163.5 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 163 | 207 | 0.60 | 0.21 | 0 | 0.19 | 201.29 | 0.56 | 0.57 |
| Hex | 53 | A3 | CF | 3C | 15 | 0 | 13 | C9 | 38 | 39 |
| Octal | 123 | 243 | 317 | 74 | 25 | 0 | 23 | 311 | 70 | 71 |
| Binary | 1010011 | 10100011 | 11001111 | 111100 | 10101 | 0 | 10011 | 11001001 | 111000 | 111001 |
Color Harmonies of #53A3CF
Complementary color
Monochromatic Colors of #53A3CF
Black with #53A3CF
Text Example
Text Example
White with #53A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53A3CF; }
p { color: rgb(83,163,207); }
H1.HeaderClassName
{
color: #53A3CF;
}
.AnyTagClassName
{
color: #53A3CF;
}
</style>
background-color css
<style>
a { background-color: #53A3CF; }
a { background-color: rgb(83,163,207); }
div.DivClassName
{
background-color: #53A3CF;
}
.BgClassName
{
background-color: #53A3CF;
}
</style>
border-color css
<style>
span { border-color: #53A3CF; }
span { border-color: rgb(83,163,207); }
td.TdClassName
{
border-color: #53A3CF;
}
.TagClassName
{
border-color: #53A3CF;
}
</style>