Shades of Picton Blue #5195E0
Tints of Picton Blue #5195E0
RGB
CMYK
RGB Variations
Color information
#5195E0 (or 0x5195E0) is known color: Picton Blue. HEX triplet: 51, 95 and E0. RGB value is (81,149,224). Sum of RGB (Red+Green+Blue) = 81+149+224=454 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.84% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #5195E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195E0 is #AE6A1F. Grayscale: #888888. Windows color (decimal): -11430432 or 14718289. OLE color: 14718289.
HSL color Cylindrical-coordinate representation of color #5195E0: hue angle of 211.47º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5195E0 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 149 | 224 | - |
| CMYK | 0.64 | 0.33 | 0 | 0.12 |
| HSL | 211.47º | 0.7% | 0.6% | - |
| HSV(B) | 211.47º | 0.64% | 0.88% | - |
| XYZ | 27.6 | 28.63 | 74.59 | - |
| YUV | 137.22 | 176.97 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 224 | 0.64 | 0.33 | 0 | 0.12 | 211.47 | 0.7 | 0.6 |
| Hex | 51 | 95 | E0 | 40 | 21 | 0 | C | D3 | 46 | 3C |
| Octal | 121 | 225 | 340 | 100 | 41 | 0 | 14 | 323 | 106 | 74 |
| Binary | 1010001 | 10010101 | 11100000 | 1000000 | 100001 | 0 | 1100 | 11010011 | 1000110 | 111100 |
Color Harmonies of #5195E0
Complementary color
Monochromatic Colors of #5195E0
Black with #5195E0
Text Example
Text Example
White with #5195E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195E0; }
p { color: rgb(81,149,224); }
H1.HeaderClassName
{
color: #5195E0;
}
.AnyTagClassName
{
color: #5195E0;
}
</style>
background-color css
<style>
a { background-color: #5195E0; }
a { background-color: rgb(81,149,224); }
div.DivClassName
{
background-color: #5195E0;
}
.BgClassName
{
background-color: #5195E0;
}
</style>
border-color css
<style>
span { border-color: #5195E0; }
span { border-color: rgb(81,149,224); }
td.TdClassName
{
border-color: #5195E0;
}
.TagClassName
{
border-color: #5195E0;
}
</style>