Shades of Picton Blue #5195DF
Tints of Picton Blue #5195DF
RGB
CMYK
RGB Variations
Color information
#5195DF (or 0x5195DF) is known color: Picton Blue. HEX triplet: 51, 95 and DF. RGB value is (81,149,223). Sum of RGB (Red+Green+Blue) = 81+149+223=453 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.88% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #5195DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195DF is #AE6A20. Grayscale: #888888. Windows color (decimal): -11430433 or 14652753. OLE color: 14652753.
HSL color Cylindrical-coordinate representation of color #5195DF: hue angle of 211.27º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5195DF is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 149 | 223 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.13 |
| HSL | 211.27º | 0.69% | 0.6% | - |
| HSV(B) | 211.27º | 0.64% | 0.87% | - |
| XYZ | 27.46 | 28.57 | 73.88 | - |
| YUV | 137.1 | 176.47 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 223 | 0.64 | 0.33 | 0 | 0.13 | 211.27 | 0.69 | 0.6 |
| Hex | 51 | 95 | DF | 40 | 21 | 0 | D | D3 | 45 | 3C |
| Octal | 121 | 225 | 337 | 100 | 41 | 0 | 15 | 323 | 105 | 74 |
| Binary | 1010001 | 10010101 | 11011111 | 1000000 | 100001 | 0 | 1101 | 11010011 | 1000101 | 111100 |
Color Harmonies of #5195DF
Complementary color
Monochromatic Colors of #5195DF
Black with #5195DF
Text Example
Text Example
White with #5195DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195DF; }
p { color: rgb(81,149,223); }
H1.HeaderClassName
{
color: #5195DF;
}
.AnyTagClassName
{
color: #5195DF;
}
</style>
background-color css
<style>
a { background-color: #5195DF; }
a { background-color: rgb(81,149,223); }
div.DivClassName
{
background-color: #5195DF;
}
.BgClassName
{
background-color: #5195DF;
}
</style>
border-color css
<style>
span { border-color: #5195DF; }
span { border-color: rgb(81,149,223); }
td.TdClassName
{
border-color: #5195DF;
}
.TagClassName
{
border-color: #5195DF;
}
</style>