Shades of Picton Blue #5195D7
Tints of Picton Blue #5195D7
RGB
CMYK
RGB Variations
Color information
#5195D7 (or 0x5195D7) is known color: Picton Blue. HEX triplet: 51, 95 and D7. RGB value is (81,149,215). Sum of RGB (Red+Green+Blue) = 81+149+215=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #5195D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195D7 is #AE6A28. Grayscale: #878787. Windows color (decimal): -11430441 or 14128465. OLE color: 14128465.
HSL color Cylindrical-coordinate representation of color #5195D7: hue angle of 209.55º degrees, saturation: 0.63, 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 #5195D7 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 149 | 215 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.16 |
| HSL | 209.55º | 0.63% | 0.58% | - |
| HSV(B) | 209.55º | 0.62% | 0.84% | - |
| XYZ | 26.41 | 28.15 | 68.33 | - |
| YUV | 136.19 | 172.47 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 215 | 0.62 | 0.31 | 0 | 0.16 | 209.55 | 0.63 | 0.58 |
| Hex | 51 | 95 | D7 | 3E | 1F | 0 | 10 | D2 | 3F | 3A |
| Octal | 121 | 225 | 327 | 76 | 37 | 0 | 20 | 322 | 77 | 72 |
| Binary | 1010001 | 10010101 | 11010111 | 111110 | 11111 | 0 | 10000 | 11010010 | 111111 | 111010 |
Color Harmonies of #5195D7
Complementary color
Monochromatic Colors of #5195D7
Black with #5195D7
Text Example
Text Example
White with #5195D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195D7; }
p { color: rgb(81,149,215); }
H1.HeaderClassName
{
color: #5195D7;
}
.AnyTagClassName
{
color: #5195D7;
}
</style>
background-color css
<style>
a { background-color: #5195D7; }
a { background-color: rgb(81,149,215); }
div.DivClassName
{
background-color: #5195D7;
}
.BgClassName
{
background-color: #5195D7;
}
</style>
border-color css
<style>
span { border-color: #5195D7; }
span { border-color: rgb(81,149,215); }
td.TdClassName
{
border-color: #5195D7;
}
.TagClassName
{
border-color: #5195D7;
}
</style>