Shades of Picton Blue #509AD6
Tints of Picton Blue #509AD6
RGB
CMYK
RGB Variations
Color information
#509AD6 (or 0x509AD6) is known color: Picton Blue. HEX triplet: 50, 9A and D6. RGB value is (80,154,214). Sum of RGB (Red+Green+Blue) = 80+154+214=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 214 (83.98% from 255 or 47.77% from 448); Max value from RGB is 214 - color contains mainly: blue. Hex color #509AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509AD6 is #AF6529. Grayscale: #8A8A8A. Windows color (decimal): -11494698 or 14064208. OLE color: 14064208.
HSL color Cylindrical-coordinate representation of color #509AD6: hue angle of 206.87º 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 #509AD6 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 154 | 214 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.16 |
| HSL | 206.87º | 0.62% | 0.58% | - |
| HSV(B) | 206.87º | 0.63% | 0.84% | - |
| XYZ | 27 | 29.67 | 67.92 | - |
| YUV | 138.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 214 | 0.63 | 0.28 | 0 | 0.16 | 206.87 | 0.62 | 0.58 |
| Hex | 50 | 9A | D6 | 3F | 1C | 0 | 10 | CF | 3E | 3A |
| Octal | 120 | 232 | 326 | 77 | 34 | 0 | 20 | 317 | 76 | 72 |
| Binary | 1010000 | 10011010 | 11010110 | 111111 | 11100 | 0 | 10000 | 11001111 | 111110 | 111010 |
Color Harmonies of #509AD6
Complementary color
Monochromatic Colors of #509AD6
Black with #509AD6
Text Example
Text Example
White with #509AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509AD6; }
p { color: rgb(80,154,214); }
H1.HeaderClassName
{
color: #509AD6;
}
.AnyTagClassName
{
color: #509AD6;
}
</style>
background-color css
<style>
a { background-color: #509AD6; }
a { background-color: rgb(80,154,214); }
div.DivClassName
{
background-color: #509AD6;
}
.BgClassName
{
background-color: #509AD6;
}
</style>
border-color css
<style>
span { border-color: #509AD6; }
span { border-color: rgb(80,154,214); }
td.TdClassName
{
border-color: #509AD6;
}
.TagClassName
{
border-color: #509AD6;
}
</style>