Shades of Picton Blue #539BDB
Tints of Picton Blue #539BDB
RGB
CMYK
RGB Variations
Color information
#539BDB (or 0x539BDB) is known color: Picton Blue. HEX triplet: 53, 9B and DB. RGB value is (83,155,219). Sum of RGB (Red+Green+Blue) = 83+155+219=457 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.16% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #539BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539BDB is #AC6424. Grayscale: #8C8C8C. Windows color (decimal): -11297829 or 14392147. OLE color: 14392147.
HSL color Cylindrical-coordinate representation of color #539BDB: hue angle of 208.24º degrees, saturation: 0.65, 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 #539BDB is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 155 | 219 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.14 |
| HSL | 208.24º | 0.65% | 0.59% | - |
| HSV(B) | 208.24º | 0.62% | 0.86% | - |
| XYZ | 28.07 | 30.4 | 71.41 | - |
| YUV | 140.77 | 172.15 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 155 | 219 | 0.62 | 0.29 | 0 | 0.14 | 208.24 | 0.65 | 0.59 |
| Hex | 53 | 9B | DB | 3E | 1D | 0 | E | D0 | 41 | 3B |
| Octal | 123 | 233 | 333 | 76 | 35 | 0 | 16 | 320 | 101 | 73 |
| Binary | 1010011 | 10011011 | 11011011 | 111110 | 11101 | 0 | 1110 | 11010000 | 1000001 | 111011 |
Color Harmonies of #539BDB
Complementary color
Monochromatic Colors of #539BDB
Black with #539BDB
Text Example
Text Example
White with #539BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539BDB; }
p { color: rgb(83,155,219); }
H1.HeaderClassName
{
color: #539BDB;
}
.AnyTagClassName
{
color: #539BDB;
}
</style>
background-color css
<style>
a { background-color: #539BDB; }
a { background-color: rgb(83,155,219); }
div.DivClassName
{
background-color: #539BDB;
}
.BgClassName
{
background-color: #539BDB;
}
</style>
border-color css
<style>
span { border-color: #539BDB; }
span { border-color: rgb(83,155,219); }
td.TdClassName
{
border-color: #539BDB;
}
.TagClassName
{
border-color: #539BDB;
}
</style>