Shades of Picton Blue #5194C6
Tints of Picton Blue #5194C6
RGB
CMYK
RGB Variations
Color information
#5194C6 (or 0x5194C6) is known color: Picton Blue. HEX triplet: 51, 94 and C6. RGB value is (81,148,198). Sum of RGB (Red+Green+Blue) = 81+148+198=427 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.97% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #5194C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194C6 is #AE6B39. Grayscale: #858585. Windows color (decimal): -11430714 or 13014097. OLE color: 13014097.
HSL color Cylindrical-coordinate representation of color #5194C6: hue angle of 205.64º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5194C6 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 148 | 198 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.22 |
| HSL | 205.64º | 0.51% | 0.55% | - |
| HSV(B) | 205.64º | 0.59% | 0.78% | - |
| XYZ | 24.18 | 27.01 | 57.36 | - |
| YUV | 133.67 | 164.3 | 90.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 198 | 0.59 | 0.25 | 0 | 0.22 | 205.64 | 0.51 | 0.55 |
| Hex | 51 | 94 | C6 | 3B | 19 | 0 | 16 | CE | 33 | 37 |
| Octal | 121 | 224 | 306 | 73 | 31 | 0 | 26 | 316 | 63 | 67 |
| Binary | 1010001 | 10010100 | 11000110 | 111011 | 11001 | 0 | 10110 | 11001110 | 110011 | 110111 |
Color Harmonies of #5194C6
Complementary color
Monochromatic Colors of #5194C6
Black with #5194C6
Text Example
Text Example
White with #5194C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5194C6; }
p { color: rgb(81,148,198); }
H1.HeaderClassName
{
color: #5194C6;
}
.AnyTagClassName
{
color: #5194C6;
}
</style>
background-color css
<style>
a { background-color: #5194C6; }
a { background-color: rgb(81,148,198); }
div.DivClassName
{
background-color: #5194C6;
}
.BgClassName
{
background-color: #5194C6;
}
</style>
border-color css
<style>
span { border-color: #5194C6; }
span { border-color: rgb(81,148,198); }
td.TdClassName
{
border-color: #5194C6;
}
.TagClassName
{
border-color: #5194C6;
}
</style>