Shades of Picton Blue #5293CF
Tints of Picton Blue #5293CF
RGB
CMYK
RGB Variations
Color information
#5293CF (or 0x5293CF) is known color: Picton Blue. HEX triplet: 52, 93 and CF. RGB value is (82,147,207). Sum of RGB (Red+Green+Blue) = 82+147+207=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 147 (57.81% from 255 or 33.72% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #5293CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5293CF is #AD6C30. Grayscale: #868686. Windows color (decimal): -11365425 or 13603666. OLE color: 13603666.
HSL color Cylindrical-coordinate representation of color #5293CF: hue angle of 208.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5293CF is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 147 | 207 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.19 |
| HSL | 208.8º | 0.57% | 0.57% | - |
| HSV(B) | 208.8º | 0.6% | 0.81% | - |
| XYZ | 25.18 | 27.17 | 62.95 | - |
| YUV | 134.41 | 168.97 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 207 | 0.60 | 0.29 | 0 | 0.19 | 208.8 | 0.57 | 0.57 |
| Hex | 52 | 93 | CF | 3C | 1D | 0 | 13 | D1 | 39 | 39 |
| Octal | 122 | 223 | 317 | 74 | 35 | 0 | 23 | 321 | 71 | 71 |
| Binary | 1010010 | 10010011 | 11001111 | 111100 | 11101 | 0 | 10011 | 11010001 | 111001 | 111001 |
Color Harmonies of #5293CF
Complementary color
Monochromatic Colors of #5293CF
Black with #5293CF
Text Example
Text Example
White with #5293CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5293CF; }
p { color: rgb(82,147,207); }
H1.HeaderClassName
{
color: #5293CF;
}
.AnyTagClassName
{
color: #5293CF;
}
</style>
background-color css
<style>
a { background-color: #5293CF; }
a { background-color: rgb(82,147,207); }
div.DivClassName
{
background-color: #5293CF;
}
.BgClassName
{
background-color: #5293CF;
}
</style>
border-color css
<style>
span { border-color: #5293CF; }
span { border-color: rgb(82,147,207); }
td.TdClassName
{
border-color: #5293CF;
}
.TagClassName
{
border-color: #5293CF;
}
</style>