Shades of Picton Blue #5294CA
Tints of Picton Blue #5294CA
RGB
CMYK
RGB Variations
Color information
#5294CA (or 0x5294CA) is known color: Picton Blue. HEX triplet: 52, 94 and CA. RGB value is (82,148,202). Sum of RGB (Red+Green+Blue) = 82+148+202=432 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.98% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #5294CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5294CA is #AD6B35. Grayscale: #868686. Windows color (decimal): -11365174 or 13276242. OLE color: 13276242.
HSL color Cylindrical-coordinate representation of color #5294CA: hue angle of 207º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5294CA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 148 | 202 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.21 |
| HSL | 207º | 0.53% | 0.56% | - |
| HSV(B) | 207º | 0.59% | 0.79% | - |
| XYZ | 24.73 | 27.24 | 59.83 | - |
| YUV | 134.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 148 | 202 | 0.59 | 0.27 | 0 | 0.21 | 207 | 0.53 | 0.56 |
| Hex | 52 | 94 | CA | 3B | 1B | 0 | 15 | CF | 35 | 38 |
| Octal | 122 | 224 | 312 | 73 | 33 | 0 | 25 | 317 | 65 | 70 |
| Binary | 1010010 | 10010100 | 11001010 | 111011 | 11011 | 0 | 10101 | 11001111 | 110101 | 111000 |
Color Harmonies of #5294CA
Complementary color
Monochromatic Colors of #5294CA
Black with #5294CA
Text Example
Text Example
White with #5294CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5294CA; }
p { color: rgb(82,148,202); }
H1.HeaderClassName
{
color: #5294CA;
}
.AnyTagClassName
{
color: #5294CA;
}
</style>
background-color css
<style>
a { background-color: #5294CA; }
a { background-color: rgb(82,148,202); }
div.DivClassName
{
background-color: #5294CA;
}
.BgClassName
{
background-color: #5294CA;
}
</style>
border-color css
<style>
span { border-color: #5294CA; }
span { border-color: rgb(82,148,202); }
td.TdClassName
{
border-color: #5294CA;
}
.TagClassName
{
border-color: #5294CA;
}
</style>