Shades of Picton Blue #5191DD
Tints of Picton Blue #5191DD
RGB
CMYK
RGB Variations
Color information
#5191DD (or 0x5191DD) is known color: Picton Blue. HEX triplet: 51, 91 and DD. RGB value is (81,145,221). Sum of RGB (Red+Green+Blue) = 81+145+221=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #5191DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191DD is #AE6E22. Grayscale: #868686. Windows color (decimal): -11431459 or 14520657. OLE color: 14520657.
HSL color Cylindrical-coordinate representation of color #5191DD: hue angle of 212.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5191DD is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 145 | 221 | - |
| CMYK | 0.63 | 0.34 | 0 | 0.13 |
| HSL | 212.57º | 0.67% | 0.59% | - |
| HSV(B) | 212.57º | 0.63% | 0.87% | - |
| XYZ | 26.57 | 27.22 | 72.26 | - |
| YUV | 134.53 | 176.8 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 221 | 0.63 | 0.34 | 0 | 0.13 | 212.57 | 0.67 | 0.59 |
| Hex | 51 | 91 | DD | 3F | 22 | 0 | D | D5 | 43 | 3B |
| Octal | 121 | 221 | 335 | 77 | 42 | 0 | 15 | 325 | 103 | 73 |
| Binary | 1010001 | 10010001 | 11011101 | 111111 | 100010 | 0 | 1101 | 11010101 | 1000011 | 111011 |
Color Harmonies of #5191DD
Complementary color
Monochromatic Colors of #5191DD
Black with #5191DD
Text Example
Text Example
White with #5191DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191DD; }
p { color: rgb(81,145,221); }
H1.HeaderClassName
{
color: #5191DD;
}
.AnyTagClassName
{
color: #5191DD;
}
</style>
background-color css
<style>
a { background-color: #5191DD; }
a { background-color: rgb(81,145,221); }
div.DivClassName
{
background-color: #5191DD;
}
.BgClassName
{
background-color: #5191DD;
}
</style>
border-color css
<style>
span { border-color: #5191DD; }
span { border-color: rgb(81,145,221); }
td.TdClassName
{
border-color: #5191DD;
}
.TagClassName
{
border-color: #5191DD;
}
</style>