Shades of Picton Blue #5191CE
Tints of Picton Blue #5191CE
RGB
CMYK
RGB Variations
Color information
#5191CE (or 0x5191CE) is known color: Picton Blue. HEX triplet: 51, 91 and CE. RGB value is (81,145,206). Sum of RGB (Red+Green+Blue) = 81+145+206=432 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.75% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #5191CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5191CE is #AE6E31. Grayscale: #848484. Windows color (decimal): -11431474 or 13537617. OLE color: 13537617.
HSL color Cylindrical-coordinate representation of color #5191CE: hue angle of 209.28º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5191CE is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 145 | 206 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.19 |
| HSL | 209.28º | 0.56% | 0.56% | - |
| HSV(B) | 209.28º | 0.61% | 0.81% | - |
| XYZ | 24.66 | 26.46 | 62.2 | - |
| YUV | 132.82 | 169.3 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 145 | 206 | 0.61 | 0.30 | 0 | 0.19 | 209.28 | 0.56 | 0.56 |
| Hex | 51 | 91 | CE | 3D | 1E | 0 | 13 | D1 | 38 | 38 |
| Octal | 121 | 221 | 316 | 75 | 36 | 0 | 23 | 321 | 70 | 70 |
| Binary | 1010001 | 10010001 | 11001110 | 111101 | 11110 | 0 | 10011 | 11010001 | 111000 | 111000 |
Color Harmonies of #5191CE
Complementary color
Monochromatic Colors of #5191CE
Black with #5191CE
Text Example
Text Example
White with #5191CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5191CE; }
p { color: rgb(81,145,206); }
H1.HeaderClassName
{
color: #5191CE;
}
.AnyTagClassName
{
color: #5191CE;
}
</style>
background-color css
<style>
a { background-color: #5191CE; }
a { background-color: rgb(81,145,206); }
div.DivClassName
{
background-color: #5191CE;
}
.BgClassName
{
background-color: #5191CE;
}
</style>
border-color css
<style>
span { border-color: #5191CE; }
span { border-color: rgb(81,145,206); }
td.TdClassName
{
border-color: #5191CE;
}
.TagClassName
{
border-color: #5191CE;
}
</style>