Shades of Picton Blue #5294CB
Tints of Picton Blue #5294CB
RGB
CMYK
RGB Variations
Color information
#5294CB (or 0x5294CB) is known color: Picton Blue. HEX triplet: 52, 94 and CB. RGB value is (82,148,203). Sum of RGB (Red+Green+Blue) = 82+148+203=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 148 (58.20% from 255 or 34.18% 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 #5294CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294CB is #AD6B34. Grayscale: #868686. Windows color (decimal): -11365173 or 13341778. OLE color: 13341778.
HSL color Cylindrical-coordinate representation of color #5294CB: hue angle of 207.27º 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 #5294CB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 148 | 203 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.20 |
| HSL | 207.27º | 0.54% | 0.56% | - |
| HSV(B) | 207.27º | 0.6% | 0.8% | - |
| XYZ | 24.85 | 27.29 | 60.46 | - |
| YUV | 134.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 203 | 0.60 | 0.27 | 0 | 0.20 | 207.27 | 0.54 | 0.56 |
| Hex | 52 | 94 | CB | 3C | 1B | 0 | 14 | CF | 36 | 38 |
| Octal | 122 | 224 | 313 | 74 | 33 | 0 | 24 | 317 | 66 | 70 |
| Binary | 1010010 | 10010100 | 11001011 | 111100 | 11011 | 0 | 10100 | 11001111 | 110110 | 111000 |
Color Harmonies of #5294CB
Complementary color
Monochromatic Colors of #5294CB
Black with #5294CB
Text Example
Text Example
White with #5294CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294CB; }
p { color: rgb(82,148,203); }
H1.HeaderClassName
{
color: #5294CB;
}
.AnyTagClassName
{
color: #5294CB;
}
</style>
background-color css
<style>
a { background-color: #5294CB; }
a { background-color: rgb(82,148,203); }
div.DivClassName
{
background-color: #5294CB;
}
.BgClassName
{
background-color: #5294CB;
}
</style>
border-color css
<style>
span { border-color: #5294CB; }
span { border-color: rgb(82,148,203); }
td.TdClassName
{
border-color: #5294CB;
}
.TagClassName
{
border-color: #5294CB;
}
</style>