Shades of Picton Blue #5190DA
Tints of Picton Blue #5190DA
RGB
CMYK
RGB Variations
Color information
#5190DA (or 0x5190DA) is known color: Picton Blue. HEX triplet: 51, 90 and DA. RGB value is (81,144,218). Sum of RGB (Red+Green+Blue) = 81+144+218=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #5190DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5190DA is #AE6F25. Grayscale: #858585. Windows color (decimal): -11431718 or 14323793. OLE color: 14323793.
HSL color Cylindrical-coordinate representation of color #5190DA: hue angle of 212.41º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5190DA is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 144 | 218 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.15 |
| HSL | 212.41º | 0.65% | 0.59% | - |
| HSV(B) | 212.41º | 0.63% | 0.85% | - |
| XYZ | 26.02 | 26.76 | 70.12 | - |
| YUV | 133.6 | 175.63 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 144 | 218 | 0.63 | 0.34 | 0 | 0.15 | 212.41 | 0.65 | 0.59 |
| Hex | 51 | 90 | DA | 3F | 22 | 0 | F | D4 | 41 | 3B |
| Octal | 121 | 220 | 332 | 77 | 42 | 0 | 17 | 324 | 101 | 73 |
| Binary | 1010001 | 10010000 | 11011010 | 111111 | 100010 | 0 | 1111 | 11010100 | 1000001 | 111011 |
Color Harmonies of #5190DA
Complementary color
Monochromatic Colors of #5190DA
Black with #5190DA
Text Example
Text Example
White with #5190DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5190DA; }
p { color: rgb(81,144,218); }
H1.HeaderClassName
{
color: #5190DA;
}
.AnyTagClassName
{
color: #5190DA;
}
</style>
background-color css
<style>
a { background-color: #5190DA; }
a { background-color: rgb(81,144,218); }
div.DivClassName
{
background-color: #5190DA;
}
.BgClassName
{
background-color: #5190DA;
}
</style>
border-color css
<style>
span { border-color: #5190DA; }
span { border-color: rgb(81,144,218); }
td.TdClassName
{
border-color: #5190DA;
}
.TagClassName
{
border-color: #5190DA;
}
</style>