Shades of Picton Blue #519BD0
Tints of Picton Blue #519BD0
RGB
CMYK
RGB Variations
Color information
#519BD0 (or 0x519BD0) is known color: Picton Blue. HEX triplet: 51, 9B and D0. RGB value is (81,155,208). Sum of RGB (Red+Green+Blue) = 81+155+208=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 208 (81.64% from 255 or 46.85% from 444); Max value from RGB is 208 - color contains mainly: blue. Hex color #519BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BD0 is #AE642F. Grayscale: #8A8A8A. Windows color (decimal): -11428912 or 13671249. OLE color: 13671249.
HSL color Cylindrical-coordinate representation of color #519BD0: hue angle of 205.04º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #519BD0 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 155 | 208 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.18 |
| HSL | 205.04º | 0.57% | 0.57% | - |
| HSV(B) | 205.04º | 0.61% | 0.82% | - |
| XYZ | 26.5 | 29.75 | 64.02 | - |
| YUV | 138.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 208 | 0.61 | 0.25 | 0 | 0.18 | 205.04 | 0.57 | 0.57 |
| Hex | 51 | 9B | D0 | 3D | 19 | 0 | 12 | CD | 39 | 39 |
| Octal | 121 | 233 | 320 | 75 | 31 | 0 | 22 | 315 | 71 | 71 |
| Binary | 1010001 | 10011011 | 11010000 | 111101 | 11001 | 0 | 10010 | 11001101 | 111001 | 111001 |
Color Harmonies of #519BD0
Complementary color
Monochromatic Colors of #519BD0
Black with #519BD0
Text Example
Text Example
White with #519BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BD0; }
p { color: rgb(81,155,208); }
H1.HeaderClassName
{
color: #519BD0;
}
.AnyTagClassName
{
color: #519BD0;
}
</style>
background-color css
<style>
a { background-color: #519BD0; }
a { background-color: rgb(81,155,208); }
div.DivClassName
{
background-color: #519BD0;
}
.BgClassName
{
background-color: #519BD0;
}
</style>
border-color css
<style>
span { border-color: #519BD0; }
span { border-color: rgb(81,155,208); }
td.TdClassName
{
border-color: #519BD0;
}
.TagClassName
{
border-color: #519BD0;
}
</style>