Shades of Picton Blue #5194C8
Tints of Picton Blue #5194C8
RGB
CMYK
RGB Variations
Color information
#5194C8 (or 0x5194C8) is known color: Picton Blue. HEX triplet: 51, 94 and C8. RGB value is (81,148,200). Sum of RGB (Red+Green+Blue) = 81+148+200=429 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.88% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #5194C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5194C8 is #AE6B37. Grayscale: #858585. Windows color (decimal): -11430712 or 13145169. OLE color: 13145169.
HSL color Cylindrical-coordinate representation of color #5194C8: hue angle of 206.22º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5194C8 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 81 | 148 | 200 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.22 |
| HSL | 206.22º | 0.52% | 0.55% | - |
| HSV(B) | 206.22º | 0.6% | 0.78% | - |
| XYZ | 24.41 | 27.1 | 58.59 | - |
| YUV | 133.9 | 165.3 | 90.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 200 | 0.59 | 0.26 | 0 | 0.22 | 206.22 | 0.52 | 0.55 |
| Hex | 51 | 94 | C8 | 3B | 1A | 0 | 16 | CE | 34 | 37 |
| Octal | 121 | 224 | 310 | 73 | 32 | 0 | 26 | 316 | 64 | 67 |
| Binary | 1010001 | 10010100 | 11001000 | 111011 | 11010 | 0 | 10110 | 11001110 | 110100 | 110111 |
Color Harmonies of #5194C8
Complementary color
Monochromatic Colors of #5194C8
Black with #5194C8
Text Example
Text Example
White with #5194C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5194C8; }
p { color: rgb(81,148,200); }
H1.HeaderClassName
{
color: #5194C8;
}
.AnyTagClassName
{
color: #5194C8;
}
</style>
background-color css
<style>
a { background-color: #5194C8; }
a { background-color: rgb(81,148,200); }
div.DivClassName
{
background-color: #5194C8;
}
.BgClassName
{
background-color: #5194C8;
}
</style>
border-color css
<style>
span { border-color: #5194C8; }
span { border-color: rgb(81,148,200); }
td.TdClassName
{
border-color: #5194C8;
}
.TagClassName
{
border-color: #5194C8;
}
</style>