Shades of Picton Blue #519FE5
Tints of Picton Blue #519FE5
RGB
CMYK
RGB Variations
Color information
#519FE5 (or 0x519FE5) is known color: Picton Blue. HEX triplet: 51, 9F and E5. RGB value is (81,159,229). Sum of RGB (Red+Green+Blue) = 81+159+229=469 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.27% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 229 (89.84% from 255 or 48.83% from 469); Max value from RGB is 229 - color contains mainly: blue. Hex color #519FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519FE5 is #AE601A. Grayscale: #8F8F8F. Windows color (decimal): -11427867 or 15048529. OLE color: 15048529.
HSL color Cylindrical-coordinate representation of color #519FE5: hue angle of 208.38º degrees, saturation: 0.74, 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 #519FE5 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 159 | 229 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.10 |
| HSL | 208.38º | 0.74% | 0.61% | - |
| HSV(B) | 208.38º | 0.65% | 0.9% | - |
| XYZ | 29.93 | 32.2 | 78.77 | - |
| YUV | 143.66 | 176.16 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 159 | 229 | 0.65 | 0.31 | 0 | 0.10 | 208.38 | 0.74 | 0.61 |
| Hex | 51 | 9F | E5 | 41 | 1F | 0 | A | D0 | 4A | 3D |
| Octal | 121 | 237 | 345 | 101 | 37 | 0 | 12 | 320 | 112 | 75 |
| Binary | 1010001 | 10011111 | 11100101 | 1000001 | 11111 | 0 | 1010 | 11010000 | 1001010 | 111101 |
Color Harmonies of #519FE5
Complementary color
Monochromatic Colors of #519FE5
Black with #519FE5
Text Example
Text Example
White with #519FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519FE5; }
p { color: rgb(81,159,229); }
H1.HeaderClassName
{
color: #519FE5;
}
.AnyTagClassName
{
color: #519FE5;
}
</style>
background-color css
<style>
a { background-color: #519FE5; }
a { background-color: rgb(81,159,229); }
div.DivClassName
{
background-color: #519FE5;
}
.BgClassName
{
background-color: #519FE5;
}
</style>
border-color css
<style>
span { border-color: #519FE5; }
span { border-color: rgb(81,159,229); }
td.TdClassName
{
border-color: #519FE5;
}
.TagClassName
{
border-color: #519FE5;
}
</style>