Shades of Picton Blue #509FE6
Tints of Picton Blue #509FE6
RGB
CMYK
RGB Variations
Color information
#509FE6 (or 0x509FE6) is known color: Picton Blue. HEX triplet: 50, 9F and E6. RGB value is (80,159,230). Sum of RGB (Red+Green+Blue) = 80+159+230=469 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.06% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 230 (90.23% from 255 or 49.04% from 469); Max value from RGB is 230 - color contains mainly: blue. Hex color #509FE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #509FE6 is #AF6019. Grayscale: #8F8F8F. Windows color (decimal): -11493402 or 15114064. OLE color: 15114064.
HSL color Cylindrical-coordinate representation of color #509FE6: hue angle of 208.4º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509FE6 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 159 | 230 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.10 |
| HSL | 208.4º | 0.75% | 0.61% | - |
| HSV(B) | 208.4º | 0.65% | 0.9% | - |
| XYZ | 29.99 | 32.21 | 79.5 | - |
| YUV | 143.47 | 176.83 | 82.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 230 | 0.65 | 0.31 | 0 | 0.10 | 208.4 | 0.75 | 0.61 |
| Hex | 50 | 9F | E6 | 41 | 1F | 0 | A | D0 | 4B | 3D |
| Octal | 120 | 237 | 346 | 101 | 37 | 0 | 12 | 320 | 113 | 75 |
| Binary | 1010000 | 10011111 | 11100110 | 1000001 | 11111 | 0 | 1010 | 11010000 | 1001011 | 111101 |
Color Harmonies of #509FE6
Complementary color
Monochromatic Colors of #509FE6
Black with #509FE6
Text Example
Text Example
White with #509FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FE6; }
p { color: rgb(80,159,230); }
H1.HeaderClassName
{
color: #509FE6;
}
.AnyTagClassName
{
color: #509FE6;
}
</style>
background-color css
<style>
a { background-color: #509FE6; }
a { background-color: rgb(80,159,230); }
div.DivClassName
{
background-color: #509FE6;
}
.BgClassName
{
background-color: #509FE6;
}
</style>
border-color css
<style>
span { border-color: #509FE6; }
span { border-color: rgb(80,159,230); }
td.TdClassName
{
border-color: #509FE6;
}
.TagClassName
{
border-color: #509FE6;
}
</style>