Shades of Picton Blue #539FDC
Tints of Picton Blue #539FDC
RGB
CMYK
RGB Variations
Color information
#539FDC (or 0x539FDC) is known color: Picton Blue. HEX triplet: 53, 9F and DC. RGB value is (83,159,220). Sum of RGB (Red+Green+Blue) = 83+159+220=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #539FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FDC is #AC6023. Grayscale: #8E8E8E. Windows color (decimal): -11296804 or 14458707. OLE color: 14458707.
HSL color Cylindrical-coordinate representation of color #539FDC: hue angle of 206.72º 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 #539FDC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 159 | 220 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.14 |
| HSL | 206.72º | 0.66% | 0.59% | - |
| HSV(B) | 206.72º | 0.62% | 0.86% | - |
| XYZ | 28.88 | 31.8 | 72.33 | - |
| YUV | 143.23 | 171.32 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 159 | 220 | 0.62 | 0.28 | 0 | 0.14 | 206.72 | 0.66 | 0.59 |
| Hex | 53 | 9F | DC | 3E | 1C | 0 | E | CF | 42 | 3B |
| Octal | 123 | 237 | 334 | 76 | 34 | 0 | 16 | 317 | 102 | 73 |
| Binary | 1010011 | 10011111 | 11011100 | 111110 | 11100 | 0 | 1110 | 11001111 | 1000010 | 111011 |
Color Harmonies of #539FDC
Complementary color
Monochromatic Colors of #539FDC
Black with #539FDC
Text Example
Text Example
White with #539FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539FDC; }
p { color: rgb(83,159,220); }
H1.HeaderClassName
{
color: #539FDC;
}
.AnyTagClassName
{
color: #539FDC;
}
</style>
background-color css
<style>
a { background-color: #539FDC; }
a { background-color: rgb(83,159,220); }
div.DivClassName
{
background-color: #539FDC;
}
.BgClassName
{
background-color: #539FDC;
}
</style>
border-color css
<style>
span { border-color: #539FDC; }
span { border-color: rgb(83,159,220); }
td.TdClassName
{
border-color: #539FDC;
}
.TagClassName
{
border-color: #539FDC;
}
</style>