Shades of Picton Blue #5196D5
Tints of Picton Blue #5196D5
RGB
CMYK
RGB Variations
Color information
#5196D5 (or 0x5196D5) is known color: Picton Blue. HEX triplet: 51, 96 and D5. RGB value is (81,150,213). Sum of RGB (Red+Green+Blue) = 81+150+213=444 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.24% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 213 (83.59% from 255 or 47.97% from 444); Max value from RGB is 213 - color contains mainly: blue. Hex color #5196D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5196D5 is #AE692A. Grayscale: #888888. Windows color (decimal): -11430187 or 13997649. OLE color: 13997649.
HSL color Cylindrical-coordinate representation of color #5196D5: hue angle of 208.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5196D5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 150 | 213 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.16 |
| HSL | 208.64º | 0.61% | 0.58% | - |
| HSV(B) | 208.64º | 0.62% | 0.84% | - |
| XYZ | 26.31 | 28.37 | 67.04 | - |
| YUV | 136.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 150 | 213 | 0.62 | 0.30 | 0 | 0.16 | 208.64 | 0.61 | 0.58 |
| Hex | 51 | 96 | D5 | 3E | 1E | 0 | 10 | D1 | 3D | 3A |
| Octal | 121 | 226 | 325 | 76 | 36 | 0 | 20 | 321 | 75 | 72 |
| Binary | 1010001 | 10010110 | 11010101 | 111110 | 11110 | 0 | 10000 | 11010001 | 111101 | 111010 |
Color Harmonies of #5196D5
Complementary color
Monochromatic Colors of #5196D5
Black with #5196D5
Text Example
Text Example
White with #5196D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5196D5; }
p { color: rgb(81,150,213); }
H1.HeaderClassName
{
color: #5196D5;
}
.AnyTagClassName
{
color: #5196D5;
}
</style>
background-color css
<style>
a { background-color: #5196D5; }
a { background-color: rgb(81,150,213); }
div.DivClassName
{
background-color: #5196D5;
}
.BgClassName
{
background-color: #5196D5;
}
</style>
border-color css
<style>
span { border-color: #5196D5; }
span { border-color: rgb(81,150,213); }
td.TdClassName
{
border-color: #5196D5;
}
.TagClassName
{
border-color: #5196D5;
}
</style>