Shades of Picton Blue #5195CC
Tints of Picton Blue #5195CC
RGB
CMYK
RGB Variations
Color information
#5195CC (or 0x5195CC) is known color: Picton Blue. HEX triplet: 51, 95 and CC. RGB value is (81,149,204). Sum of RGB (Red+Green+Blue) = 81+149+204=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 149 (58.59% from 255 or 34.33% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5195CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5195CC is #AE6A33. Grayscale: #868686. Windows color (decimal): -11430452 or 13407569. OLE color: 13407569.
HSL color Cylindrical-coordinate representation of color #5195CC: hue angle of 206.83º degrees, saturation: 0.55, 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 #5195CC is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 81 | 149 | 204 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.2 |
| HSL | 206.83º | 0.55% | 0.56% | - |
| HSV(B) | 206.83º | 0.6% | 0.8% | - |
| XYZ | 25.04 | 27.6 | 61.14 | - |
| YUV | 134.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 204 | 0.60 | 0.27 | 0 | 0.2 | 206.83 | 0.55 | 0.56 |
| Hex | 51 | 95 | CC | 3C | 1B | 0 | 14 | CF | 37 | 38 |
| Octal | 121 | 225 | 314 | 74 | 33 | 0 | 24 | 317 | 67 | 70 |
| Binary | 1010001 | 10010101 | 11001100 | 111100 | 11011 | 0 | 10100 | 11001111 | 110111 | 111000 |
Color Harmonies of #5195CC
Complementary color
Monochromatic Colors of #5195CC
Black with #5195CC
Text Example
Text Example
White with #5195CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5195CC; }
p { color: rgb(81,149,204); }
H1.HeaderClassName
{
color: #5195CC;
}
.AnyTagClassName
{
color: #5195CC;
}
</style>
background-color css
<style>
a { background-color: #5195CC; }
a { background-color: rgb(81,149,204); }
div.DivClassName
{
background-color: #5195CC;
}
.BgClassName
{
background-color: #5195CC;
}
</style>
border-color css
<style>
span { border-color: #5195CC; }
span { border-color: rgb(81,149,204); }
td.TdClassName
{
border-color: #5195CC;
}
.TagClassName
{
border-color: #5195CC;
}
</style>