Shades of Picton Blue #539FDF
Tints of Picton Blue #539FDF
RGB
CMYK
RGB Variations
Color information
#539FDF (or 0x539FDF) is known color: Picton Blue. HEX triplet: 53, 9F and DF. RGB value is (83,159,223). Sum of RGB (Red+Green+Blue) = 83+159+223=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #539FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FDF is #AC6020. Grayscale: #8F8F8F. Windows color (decimal): -11296801 or 14655315. OLE color: 14655315.
HSL color Cylindrical-coordinate representation of color #539FDF: hue angle of 207.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #539FDF is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 159 | 223 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.13 |
| HSL | 207.43º | 0.69% | 0.6% | - |
| HSV(B) | 207.43º | 0.63% | 0.87% | - |
| XYZ | 29.28 | 31.96 | 74.44 | - |
| YUV | 143.57 | 172.82 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 223 | 0.63 | 0.29 | 0 | 0.13 | 207.43 | 0.69 | 0.6 |
| Hex | 53 | 9F | DF | 3F | 1D | 0 | D | CF | 45 | 3C |
| Octal | 123 | 237 | 337 | 77 | 35 | 0 | 15 | 317 | 105 | 74 |
| Binary | 1010011 | 10011111 | 11011111 | 111111 | 11101 | 0 | 1101 | 11001111 | 1000101 | 111100 |
Color Harmonies of #539FDF
Complementary color
Monochromatic Colors of #539FDF
Black with #539FDF
Text Example
Text Example
White with #539FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FDF; }
p { color: rgb(83,159,223); }
H1.HeaderClassName
{
color: #539FDF;
}
.AnyTagClassName
{
color: #539FDF;
}
</style>
background-color css
<style>
a { background-color: #539FDF; }
a { background-color: rgb(83,159,223); }
div.DivClassName
{
background-color: #539FDF;
}
.BgClassName
{
background-color: #539FDF;
}
</style>
border-color css
<style>
span { border-color: #539FDF; }
span { border-color: rgb(83,159,223); }
td.TdClassName
{
border-color: #539FDF;
}
.TagClassName
{
border-color: #539FDF;
}
</style>