Shades of Picton Blue #539FD3
Tints of Picton Blue #539FD3
RGB
CMYK
RGB Variations
Color information
#539FD3 (or 0x539FD3) is known color: Picton Blue. HEX triplet: 53, 9F and D3. RGB value is (83,159,211). Sum of RGB (Red+Green+Blue) = 83+159+211=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 211 (82.81% from 255 or 46.58% from 453); Max value from RGB is 211 - color contains mainly: blue. Hex color #539FD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FD3 is #AC602C. Grayscale: #8D8D8D. Windows color (decimal): -11296813 or 13868883. OLE color: 13868883.
HSL color Cylindrical-coordinate representation of color #539FD3: hue angle of 204.38º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #539FD3 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 159 | 211 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.17 |
| HSL | 204.38º | 0.59% | 0.58% | - |
| HSV(B) | 204.38º | 0.61% | 0.83% | - |
| XYZ | 27.72 | 31.34 | 66.22 | - |
| YUV | 142.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 211 | 0.61 | 0.25 | 0 | 0.17 | 204.38 | 0.59 | 0.58 |
| Hex | 53 | 9F | D3 | 3D | 19 | 0 | 11 | CC | 3B | 3A |
| Octal | 123 | 237 | 323 | 75 | 31 | 0 | 21 | 314 | 73 | 72 |
| Binary | 1010011 | 10011111 | 11010011 | 111101 | 11001 | 0 | 10001 | 11001100 | 111011 | 111010 |
Color Harmonies of #539FD3
Complementary color
Monochromatic Colors of #539FD3
Black with #539FD3
Text Example
Text Example
White with #539FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FD3; }
p { color: rgb(83,159,211); }
H1.HeaderClassName
{
color: #539FD3;
}
.AnyTagClassName
{
color: #539FD3;
}
</style>
background-color css
<style>
a { background-color: #539FD3; }
a { background-color: rgb(83,159,211); }
div.DivClassName
{
background-color: #539FD3;
}
.BgClassName
{
background-color: #539FD3;
}
</style>
border-color css
<style>
span { border-color: #539FD3; }
span { border-color: rgb(83,159,211); }
td.TdClassName
{
border-color: #539FD3;
}
.TagClassName
{
border-color: #539FD3;
}
</style>