Shades of Picton Blue #539BDC
Tints of Picton Blue #539BDC
RGB
CMYK
RGB Variations
Color information
#539BDC (or 0x539BDC) is known color: Picton Blue. HEX triplet: 53, 9B and DC. RGB value is (83,155,220). Sum of RGB (Red+Green+Blue) = 83+155+220=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #539BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BDC is #AC6423. Grayscale: #8C8C8C. Windows color (decimal): -11297828 or 14457683. OLE color: 14457683.
HSL color Cylindrical-coordinate representation of color #539BDC: hue angle of 208.47º 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 #539BDC is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 155 | 220 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.14 |
| HSL | 208.47º | 0.66% | 0.59% | - |
| HSV(B) | 208.47º | 0.62% | 0.86% | - |
| XYZ | 28.21 | 30.45 | 72.1 | - |
| YUV | 140.88 | 172.65 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 220 | 0.62 | 0.30 | 0 | 0.14 | 208.47 | 0.66 | 0.59 |
| Hex | 53 | 9B | DC | 3E | 1E | 0 | E | D0 | 42 | 3B |
| Octal | 123 | 233 | 334 | 76 | 36 | 0 | 16 | 320 | 102 | 73 |
| Binary | 1010011 | 10011011 | 11011100 | 111110 | 11110 | 0 | 1110 | 11010000 | 1000010 | 111011 |
Color Harmonies of #539BDC
Complementary color
Monochromatic Colors of #539BDC
Black with #539BDC
Text Example
Text Example
White with #539BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BDC; }
p { color: rgb(83,155,220); }
H1.HeaderClassName
{
color: #539BDC;
}
.AnyTagClassName
{
color: #539BDC;
}
</style>
background-color css
<style>
a { background-color: #539BDC; }
a { background-color: rgb(83,155,220); }
div.DivClassName
{
background-color: #539BDC;
}
.BgClassName
{
background-color: #539BDC;
}
</style>
border-color css
<style>
span { border-color: #539BDC; }
span { border-color: rgb(83,155,220); }
td.TdClassName
{
border-color: #539BDC;
}
.TagClassName
{
border-color: #539BDC;
}
</style>