Shades of Picton Blue #5192CE
Tints of Picton Blue #5192CE
RGB
CMYK
RGB Variations
Color information
#5192CE (or 0x5192CE) is known color: Picton Blue. HEX triplet: 51, 92 and CE. RGB value is (81,146,206). Sum of RGB (Red+Green+Blue) = 81+146+206=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 146 (57.42% from 255 or 33.72% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #5192CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5192CE is #AE6D31. Grayscale: #858585. Windows color (decimal): -11431218 or 13537873. OLE color: 13537873.
HSL color Cylindrical-coordinate representation of color #5192CE: hue angle of 208.8º 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 #5192CE is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 146 | 206 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.19 |
| HSL | 208.8º | 0.56% | 0.56% | - |
| HSV(B) | 208.8º | 0.61% | 0.81% | - |
| XYZ | 24.81 | 26.76 | 62.25 | - |
| YUV | 133.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 146 | 206 | 0.61 | 0.29 | 0 | 0.19 | 208.8 | 0.56 | 0.56 |
| Hex | 51 | 92 | CE | 3D | 1D | 0 | 13 | D1 | 38 | 38 |
| Octal | 121 | 222 | 316 | 75 | 35 | 0 | 23 | 321 | 70 | 70 |
| Binary | 1010001 | 10010010 | 11001110 | 111101 | 11101 | 0 | 10011 | 11010001 | 111000 | 111000 |
Color Harmonies of #5192CE
Complementary color
Monochromatic Colors of #5192CE
Black with #5192CE
Text Example
Text Example
White with #5192CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5192CE; }
p { color: rgb(81,146,206); }
H1.HeaderClassName
{
color: #5192CE;
}
.AnyTagClassName
{
color: #5192CE;
}
</style>
background-color css
<style>
a { background-color: #5192CE; }
a { background-color: rgb(81,146,206); }
div.DivClassName
{
background-color: #5192CE;
}
.BgClassName
{
background-color: #5192CE;
}
</style>
border-color css
<style>
span { border-color: #5192CE; }
span { border-color: rgb(81,146,206); }
td.TdClassName
{
border-color: #5192CE;
}
.TagClassName
{
border-color: #5192CE;
}
</style>