Shades of Picton Blue #5295CD
Tints of Picton Blue #5295CD
RGB
CMYK
RGB Variations
Color information
#5295CD (or 0x5295CD) is known color: Picton Blue. HEX triplet: 52, 95 and CD. RGB value is (82,149,205). Sum of RGB (Red+Green+Blue) = 82+149+205=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5295CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5295CD is #AD6A32. Grayscale: #878787. Windows color (decimal): -11364915 or 13473106. OLE color: 13473106.
HSL color Cylindrical-coordinate representation of color #5295CD: hue angle of 207.32º degrees, saturation: 0.55, 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 #5295CD is Cyan = 0.6, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 149 | 205 | - |
| CMYK | 0.6 | 0.27 | 0 | 0.20 |
| HSL | 207.32º | 0.55% | 0.56% | - |
| HSV(B) | 207.32º | 0.6% | 0.8% | - |
| XYZ | 25.25 | 27.7 | 61.77 | - |
| YUV | 135.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 149 | 205 | 0.6 | 0.27 | 0 | 0.20 | 207.32 | 0.55 | 0.56 |
| Hex | 52 | 95 | CD | 3C | 1B | 0 | 14 | CF | 37 | 38 |
| Octal | 122 | 225 | 315 | 74 | 33 | 0 | 24 | 317 | 67 | 70 |
| Binary | 1010010 | 10010101 | 11001101 | 111100 | 11011 | 0 | 10100 | 11001111 | 110111 | 111000 |
Color Harmonies of #5295CD
Complementary color
Monochromatic Colors of #5295CD
Black with #5295CD
Text Example
Text Example
White with #5295CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5295CD; }
p { color: rgb(82,149,205); }
H1.HeaderClassName
{
color: #5295CD;
}
.AnyTagClassName
{
color: #5295CD;
}
</style>
background-color css
<style>
a { background-color: #5295CD; }
a { background-color: rgb(82,149,205); }
div.DivClassName
{
background-color: #5295CD;
}
.BgClassName
{
background-color: #5295CD;
}
</style>
border-color css
<style>
span { border-color: #5295CD; }
span { border-color: rgb(82,149,205); }
td.TdClassName
{
border-color: #5295CD;
}
.TagClassName
{
border-color: #5295CD;
}
</style>