Shades of Picton Blue #5297D7
Tints of Picton Blue #5297D7
RGB
CMYK
RGB Variations
Color information
#5297D7 (or 0x5297D7) is known color: Picton Blue. HEX triplet: 52, 97 and D7. RGB value is (82,151,215). Sum of RGB (Red+Green+Blue) = 82+151+215=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #5297D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297D7 is #AD6828. Grayscale: #898989. Windows color (decimal): -11364393 or 14128978. OLE color: 14128978.
HSL color Cylindrical-coordinate representation of color #5297D7: hue angle of 208.87º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5297D7 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 151 | 215 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.16 |
| HSL | 208.87º | 0.62% | 0.58% | - |
| HSV(B) | 208.87º | 0.62% | 0.84% | - |
| XYZ | 26.81 | 28.83 | 68.44 | - |
| YUV | 137.67 | 171.64 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 215 | 0.62 | 0.30 | 0 | 0.16 | 208.87 | 0.62 | 0.58 |
| Hex | 52 | 97 | D7 | 3E | 1E | 0 | 10 | D1 | 3E | 3A |
| Octal | 122 | 227 | 327 | 76 | 36 | 0 | 20 | 321 | 76 | 72 |
| Binary | 1010010 | 10010111 | 11010111 | 111110 | 11110 | 0 | 10000 | 11010001 | 111110 | 111010 |
Color Harmonies of #5297D7
Complementary color
Monochromatic Colors of #5297D7
Black with #5297D7
Text Example
Text Example
White with #5297D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297D7; }
p { color: rgb(82,151,215); }
H1.HeaderClassName
{
color: #5297D7;
}
.AnyTagClassName
{
color: #5297D7;
}
</style>
background-color css
<style>
a { background-color: #5297D7; }
a { background-color: rgb(82,151,215); }
div.DivClassName
{
background-color: #5297D7;
}
.BgClassName
{
background-color: #5297D7;
}
</style>
border-color css
<style>
span { border-color: #5297D7; }
span { border-color: rgb(82,151,215); }
td.TdClassName
{
border-color: #5297D7;
}
.TagClassName
{
border-color: #5297D7;
}
</style>