Shades of Picton Blue #5297DB
Tints of Picton Blue #5297DB
RGB
CMYK
RGB Variations
Color information
#5297DB (or 0x5297DB) is known color: Picton Blue. HEX triplet: 52, 97 and DB. RGB value is (82,151,219). Sum of RGB (Red+Green+Blue) = 82+151+219=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #5297DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5297DB is #AD6824. Grayscale: #898989. Windows color (decimal): -11364389 or 14391122. OLE color: 14391122.
HSL color Cylindrical-coordinate representation of color #5297DB: hue angle of 209.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5297DB is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 151 | 219 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.14 |
| HSL | 209.78º | 0.66% | 0.59% | - |
| HSV(B) | 209.78º | 0.63% | 0.86% | - |
| XYZ | 27.33 | 29.04 | 71.18 | - |
| YUV | 138.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 151 | 219 | 0.63 | 0.31 | 0 | 0.14 | 209.78 | 0.66 | 0.59 |
| Hex | 52 | 97 | DB | 3F | 1F | 0 | E | D2 | 42 | 3B |
| Octal | 122 | 227 | 333 | 77 | 37 | 0 | 16 | 322 | 102 | 73 |
| Binary | 1010010 | 10010111 | 11011011 | 111111 | 11111 | 0 | 1110 | 11010010 | 1000010 | 111011 |
Color Harmonies of #5297DB
Complementary color
Monochromatic Colors of #5297DB
Black with #5297DB
Text Example
Text Example
White with #5297DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5297DB; }
p { color: rgb(82,151,219); }
H1.HeaderClassName
{
color: #5297DB;
}
.AnyTagClassName
{
color: #5297DB;
}
</style>
background-color css
<style>
a { background-color: #5297DB; }
a { background-color: rgb(82,151,219); }
div.DivClassName
{
background-color: #5297DB;
}
.BgClassName
{
background-color: #5297DB;
}
</style>
border-color css
<style>
span { border-color: #5297DB; }
span { border-color: rgb(82,151,219); }
td.TdClassName
{
border-color: #5297DB;
}
.TagClassName
{
border-color: #5297DB;
}
</style>