Shades of Picton Blue #5195D0
Tints of Picton Blue #5195D0
RGB
CMYK
RGB Variations
Color information
#5195D0 (or 0x5195D0) is known color: Picton Blue. HEX triplet: 51, 95 and D0. RGB value is (81,149,208). Sum of RGB (Red+Green+Blue) = 81+149+208=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #5195D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195D0 is #AE6A2F. Grayscale: #878787. Windows color (decimal): -11430448 or 13669713. OLE color: 13669713.
HSL color Cylindrical-coordinate representation of color #5195D0: hue angle of 207.87º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5195D0 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 149 | 208 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.18 |
| HSL | 207.87º | 0.57% | 0.57% | - |
| HSV(B) | 207.87º | 0.61% | 0.82% | - |
| XYZ | 25.53 | 27.8 | 63.69 | - |
| YUV | 135.39 | 168.97 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 208 | 0.61 | 0.28 | 0 | 0.18 | 207.87 | 0.57 | 0.57 |
| Hex | 51 | 95 | D0 | 3D | 1C | 0 | 12 | D0 | 39 | 39 |
| Octal | 121 | 225 | 320 | 75 | 34 | 0 | 22 | 320 | 71 | 71 |
| Binary | 1010001 | 10010101 | 11010000 | 111101 | 11100 | 0 | 10010 | 11010000 | 111001 | 111001 |
Color Harmonies of #5195D0
Complementary color
Monochromatic Colors of #5195D0
Black with #5195D0
Text Example
Text Example
White with #5195D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195D0; }
p { color: rgb(81,149,208); }
H1.HeaderClassName
{
color: #5195D0;
}
.AnyTagClassName
{
color: #5195D0;
}
</style>
background-color css
<style>
a { background-color: #5195D0; }
a { background-color: rgb(81,149,208); }
div.DivClassName
{
background-color: #5195D0;
}
.BgClassName
{
background-color: #5195D0;
}
</style>
border-color css
<style>
span { border-color: #5195D0; }
span { border-color: rgb(81,149,208); }
td.TdClassName
{
border-color: #5195D0;
}
.TagClassName
{
border-color: #5195D0;
}
</style>