Shades of Picton Blue #509FD6
Tints of Picton Blue #509FD6
RGB
CMYK
RGB Variations
Color information
#509FD6 (or 0x509FD6) is known color: Picton Blue. HEX triplet: 50, 9F and D6. RGB value is (80,159,214). Sum of RGB (Red+Green+Blue) = 80+159+214=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 214 (83.98% from 255 or 47.24% from 453); Max value from RGB is 214 - color contains mainly: blue. Hex color #509FD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FD6 is #AF6029. Grayscale: #8D8D8D. Windows color (decimal): -11493418 or 14065488. OLE color: 14065488.
HSL color Cylindrical-coordinate representation of color #509FD6: hue angle of 204.63º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #509FD6 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 159 | 214 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.16 |
| HSL | 204.63º | 0.62% | 0.58% | - |
| HSV(B) | 204.63º | 0.63% | 0.84% | - |
| XYZ | 27.84 | 31.36 | 68.2 | - |
| YUV | 141.65 | 168.83 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 214 | 0.63 | 0.26 | 0 | 0.16 | 204.63 | 0.62 | 0.58 |
| Hex | 50 | 9F | D6 | 3F | 1A | 0 | 10 | CD | 3E | 3A |
| Octal | 120 | 237 | 326 | 77 | 32 | 0 | 20 | 315 | 76 | 72 |
| Binary | 1010000 | 10011111 | 11010110 | 111111 | 11010 | 0 | 10000 | 11001101 | 111110 | 111010 |
Color Harmonies of #509FD6
Complementary color
Monochromatic Colors of #509FD6
Black with #509FD6
Text Example
Text Example
White with #509FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FD6; }
p { color: rgb(80,159,214); }
H1.HeaderClassName
{
color: #509FD6;
}
.AnyTagClassName
{
color: #509FD6;
}
</style>
background-color css
<style>
a { background-color: #509FD6; }
a { background-color: rgb(80,159,214); }
div.DivClassName
{
background-color: #509FD6;
}
.BgClassName
{
background-color: #509FD6;
}
</style>
border-color css
<style>
span { border-color: #509FD6; }
span { border-color: rgb(80,159,214); }
td.TdClassName
{
border-color: #509FD6;
}
.TagClassName
{
border-color: #509FD6;
}
</style>