Shades of Picton Blue #5293CA
Tints of Picton Blue #5293CA
RGB
CMYK
RGB Variations
Color information
#5293CA (or 0x5293CA) is known color: Picton Blue. HEX triplet: 52, 93 and CA. RGB value is (82,147,202). Sum of RGB (Red+Green+Blue) = 82+147+202=431 (57% of max value = 765). Red value is 82 (32.42% from 255 or 19.03% from 431); Green value is 147 (57.81% from 255 or 34.11% 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 #5293CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293CA is #AD6C35. Grayscale: #858585. Windows color (decimal): -11365430 or 13275986. OLE color: 13275986.
HSL color Cylindrical-coordinate representation of color #5293CA: hue angle of 207.5º 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 #5293CA is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 147 | 202 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.21 |
| HSL | 207.5º | 0.53% | 0.56% | - |
| HSV(B) | 207.5º | 0.59% | 0.79% | - |
| XYZ | 24.57 | 26.93 | 59.78 | - |
| YUV | 133.84 | 166.47 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 202 | 0.59 | 0.27 | 0 | 0.21 | 207.5 | 0.53 | 0.56 |
| Hex | 52 | 93 | CA | 3B | 1B | 0 | 15 | D0 | 35 | 38 |
| Octal | 122 | 223 | 312 | 73 | 33 | 0 | 25 | 320 | 65 | 70 |
| Binary | 1010010 | 10010011 | 11001010 | 111011 | 11011 | 0 | 10101 | 11010000 | 110101 | 111000 |
Color Harmonies of #5293CA
Complementary color
Monochromatic Colors of #5293CA
Black with #5293CA
Text Example
Text Example
White with #5293CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293CA; }
p { color: rgb(82,147,202); }
H1.HeaderClassName
{
color: #5293CA;
}
.AnyTagClassName
{
color: #5293CA;
}
</style>
background-color css
<style>
a { background-color: #5293CA; }
a { background-color: rgb(82,147,202); }
div.DivClassName
{
background-color: #5293CA;
}
.BgClassName
{
background-color: #5293CA;
}
</style>
border-color css
<style>
span { border-color: #5293CA; }
span { border-color: rgb(82,147,202); }
td.TdClassName
{
border-color: #5293CA;
}
.TagClassName
{
border-color: #5293CA;
}
</style>