Shades of Picton Blue #519BCD
Tints of Picton Blue #519BCD
RGB
CMYK
RGB Variations
Color information
#519BCD (or 0x519BCD) is known color: Picton Blue. HEX triplet: 51, 9B and CD. RGB value is (81,155,205). Sum of RGB (Red+Green+Blue) = 81+155+205=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #519BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519BCD is #AE6432. Grayscale: #8A8A8A. Windows color (decimal): -11428915 or 13474641. OLE color: 13474641.
HSL color Cylindrical-coordinate representation of color #519BCD: hue angle of 204.19º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519BCD is Cyan = 0.60, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 155 | 205 | - |
| CMYK | 0.60 | 0.24 | 0 | 0.20 |
| HSL | 204.19º | 0.55% | 0.56% | - |
| HSV(B) | 204.19º | 0.6% | 0.8% | - |
| XYZ | 26.13 | 29.6 | 62.09 | - |
| YUV | 138.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 155 | 205 | 0.60 | 0.24 | 0 | 0.20 | 204.19 | 0.55 | 0.56 |
| Hex | 51 | 9B | CD | 3C | 18 | 0 | 14 | CC | 37 | 38 |
| Octal | 121 | 233 | 315 | 74 | 30 | 0 | 24 | 314 | 67 | 70 |
| Binary | 1010001 | 10011011 | 11001101 | 111100 | 11000 | 0 | 10100 | 11001100 | 110111 | 111000 |
Color Harmonies of #519BCD
Complementary color
Monochromatic Colors of #519BCD
Black with #519BCD
Text Example
Text Example
White with #519BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519BCD; }
p { color: rgb(81,155,205); }
H1.HeaderClassName
{
color: #519BCD;
}
.AnyTagClassName
{
color: #519BCD;
}
</style>
background-color css
<style>
a { background-color: #519BCD; }
a { background-color: rgb(81,155,205); }
div.DivClassName
{
background-color: #519BCD;
}
.BgClassName
{
background-color: #519BCD;
}
</style>
border-color css
<style>
span { border-color: #519BCD; }
span { border-color: rgb(81,155,205); }
td.TdClassName
{
border-color: #519BCD;
}
.TagClassName
{
border-color: #519BCD;
}
</style>