Shades of Picton Blue #5194CA
Tints of Picton Blue #5194CA
RGB
CMYK
RGB Variations
Color information
#5194CA (or 0x5194CA) is known color: Picton Blue. HEX triplet: 51, 94 and CA. RGB value is (81,148,202). Sum of RGB (Red+Green+Blue) = 81+148+202=431 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.79% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #5194CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194CA is #AE6B35. Grayscale: #858585. Windows color (decimal): -11430710 or 13276241. OLE color: 13276241.
HSL color Cylindrical-coordinate representation of color #5194CA: hue angle of 206.78º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5194CA is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 148 | 202 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.21 |
| HSL | 206.78º | 0.53% | 0.55% | - |
| HSV(B) | 206.78º | 0.6% | 0.79% | - |
| XYZ | 24.64 | 27.19 | 59.83 | - |
| YUV | 134.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 202 | 0.60 | 0.27 | 0 | 0.21 | 206.78 | 0.53 | 0.55 |
| Hex | 51 | 94 | CA | 3C | 1B | 0 | 15 | CF | 35 | 37 |
| Octal | 121 | 224 | 312 | 74 | 33 | 0 | 25 | 317 | 65 | 67 |
| Binary | 1010001 | 10010100 | 11001010 | 111100 | 11011 | 0 | 10101 | 11001111 | 110101 | 110111 |
Color Harmonies of #5194CA
Complementary color
Monochromatic Colors of #5194CA
Black with #5194CA
Text Example
Text Example
White with #5194CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5194CA; }
p { color: rgb(81,148,202); }
H1.HeaderClassName
{
color: #5194CA;
}
.AnyTagClassName
{
color: #5194CA;
}
</style>
background-color css
<style>
a { background-color: #5194CA; }
a { background-color: rgb(81,148,202); }
div.DivClassName
{
background-color: #5194CA;
}
.BgClassName
{
background-color: #5194CA;
}
</style>
border-color css
<style>
span { border-color: #5194CA; }
span { border-color: rgb(81,148,202); }
td.TdClassName
{
border-color: #5194CA;
}
.TagClassName
{
border-color: #5194CA;
}
</style>