Shades of Picton Blue #5195CB
Tints of Picton Blue #5195CB
RGB
CMYK
RGB Variations
Color information
#5195CB (or 0x5195CB) is known color: Picton Blue. HEX triplet: 51, 95 and CB. RGB value is (81,149,203). Sum of RGB (Red+Green+Blue) = 81+149+203=433 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.71% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #5195CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195CB is #AE6A34. Grayscale: #868686. Windows color (decimal): -11430453 or 13342033. OLE color: 13342033.
HSL color Cylindrical-coordinate representation of color #5195CB: hue angle of 206.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5195CB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 149 | 203 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.20 |
| HSL | 206.56º | 0.54% | 0.56% | - |
| HSV(B) | 206.56º | 0.6% | 0.8% | - |
| XYZ | 24.92 | 27.56 | 60.51 | - |
| YUV | 134.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 203 | 0.60 | 0.27 | 0 | 0.20 | 206.56 | 0.54 | 0.56 |
| Hex | 51 | 95 | CB | 3C | 1B | 0 | 14 | CF | 36 | 38 |
| Octal | 121 | 225 | 313 | 74 | 33 | 0 | 24 | 317 | 66 | 70 |
| Binary | 1010001 | 10010101 | 11001011 | 111100 | 11011 | 0 | 10100 | 11001111 | 110110 | 111000 |
Color Harmonies of #5195CB
Complementary color
Monochromatic Colors of #5195CB
Black with #5195CB
Text Example
Text Example
White with #5195CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195CB; }
p { color: rgb(81,149,203); }
H1.HeaderClassName
{
color: #5195CB;
}
.AnyTagClassName
{
color: #5195CB;
}
</style>
background-color css
<style>
a { background-color: #5195CB; }
a { background-color: rgb(81,149,203); }
div.DivClassName
{
background-color: #5195CB;
}
.BgClassName
{
background-color: #5195CB;
}
</style>
border-color css
<style>
span { border-color: #5195CB; }
span { border-color: rgb(81,149,203); }
td.TdClassName
{
border-color: #5195CB;
}
.TagClassName
{
border-color: #5195CB;
}
</style>