Shades of Picton Blue #519FD5
Tints of Picton Blue #519FD5
RGB
CMYK
RGB Variations
Color information
#519FD5 (or 0x519FD5) is known color: Picton Blue. HEX triplet: 51, 9F and D5. RGB value is (81,159,213). Sum of RGB (Red+Green+Blue) = 81+159+213=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 213 - color contains mainly: blue. Hex color #519FD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FD5 is #AE602A. Grayscale: #8D8D8D. Windows color (decimal): -11427883 or 13999953. OLE color: 13999953.
HSL color Cylindrical-coordinate representation of color #519FD5: hue angle of 204.55º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #519FD5 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 159 | 213 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.16 |
| HSL | 204.55º | 0.61% | 0.58% | - |
| HSV(B) | 204.55º | 0.62% | 0.84% | - |
| XYZ | 27.8 | 31.35 | 67.54 | - |
| YUV | 141.83 | 168.16 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 213 | 0.62 | 0.25 | 0 | 0.16 | 204.55 | 0.61 | 0.58 |
| Hex | 51 | 9F | D5 | 3E | 19 | 0 | 10 | CD | 3D | 3A |
| Octal | 121 | 237 | 325 | 76 | 31 | 0 | 20 | 315 | 75 | 72 |
| Binary | 1010001 | 10011111 | 11010101 | 111110 | 11001 | 0 | 10000 | 11001101 | 111101 | 111010 |
Color Harmonies of #519FD5
Complementary color
Monochromatic Colors of #519FD5
Black with #519FD5
Text Example
Text Example
White with #519FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FD5; }
p { color: rgb(81,159,213); }
H1.HeaderClassName
{
color: #519FD5;
}
.AnyTagClassName
{
color: #519FD5;
}
</style>
background-color css
<style>
a { background-color: #519FD5; }
a { background-color: rgb(81,159,213); }
div.DivClassName
{
background-color: #519FD5;
}
.BgClassName
{
background-color: #519FD5;
}
</style>
border-color css
<style>
span { border-color: #519FD5; }
span { border-color: rgb(81,159,213); }
td.TdClassName
{
border-color: #519FD5;
}
.TagClassName
{
border-color: #519FD5;
}
</style>