Shades of Picton Blue #5191DA
Tints of Picton Blue #5191DA
RGB
CMYK
RGB Variations
Color information
#5191DA (or 0x5191DA) is known color: Picton Blue. HEX triplet: 51, 91 and DA. RGB value is (81,145,218). Sum of RGB (Red+Green+Blue) = 81+145+218=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #5191DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191DA is #AE6E25. Grayscale: #858585. Windows color (decimal): -11431462 or 14324049. OLE color: 14324049.
HSL color Cylindrical-coordinate representation of color #5191DA: hue angle of 211.97º 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 #5191DA is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 145 | 218 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.15 |
| HSL | 211.97º | 0.65% | 0.59% | - |
| HSV(B) | 211.97º | 0.63% | 0.85% | - |
| XYZ | 26.17 | 27.06 | 70.17 | - |
| YUV | 134.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 218 | 0.63 | 0.33 | 0 | 0.15 | 211.97 | 0.65 | 0.59 |
| Hex | 51 | 91 | DA | 3F | 21 | 0 | F | D4 | 41 | 3B |
| Octal | 121 | 221 | 332 | 77 | 41 | 0 | 17 | 324 | 101 | 73 |
| Binary | 1010001 | 10010001 | 11011010 | 111111 | 100001 | 0 | 1111 | 11010100 | 1000001 | 111011 |
Color Harmonies of #5191DA
Complementary color
Monochromatic Colors of #5191DA
Black with #5191DA
Text Example
Text Example
White with #5191DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191DA; }
p { color: rgb(81,145,218); }
H1.HeaderClassName
{
color: #5191DA;
}
.AnyTagClassName
{
color: #5191DA;
}
</style>
background-color css
<style>
a { background-color: #5191DA; }
a { background-color: rgb(81,145,218); }
div.DivClassName
{
background-color: #5191DA;
}
.BgClassName
{
background-color: #5191DA;
}
</style>
border-color css
<style>
span { border-color: #5191DA; }
span { border-color: rgb(81,145,218); }
td.TdClassName
{
border-color: #5191DA;
}
.TagClassName
{
border-color: #5191DA;
}
</style>