Shades of Picton Blue #5299D7
Tints of Picton Blue #5299D7
RGB
CMYK
RGB Variations
Color information
#5299D7 (or 0x5299D7) is known color: Picton Blue. HEX triplet: 52, 99 and D7. RGB value is (82,153,215). Sum of RGB (Red+Green+Blue) = 82+153+215=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 215 (84.38% from 255 or 47.78% from 450); Max value from RGB is 215 - color contains mainly: blue. Hex color #5299D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5299D7 is #AD6628. Grayscale: #8A8A8A. Windows color (decimal): -11363881 or 14129490. OLE color: 14129490.
HSL color Cylindrical-coordinate representation of color #5299D7: hue angle of 207.97º 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 #5299D7 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 153 | 215 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.16 |
| HSL | 207.97º | 0.62% | 0.58% | - |
| HSV(B) | 207.97º | 0.62% | 0.84% | - |
| XYZ | 27.14 | 29.48 | 68.55 | - |
| YUV | 138.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 215 | 0.62 | 0.29 | 0 | 0.16 | 207.97 | 0.62 | 0.58 |
| Hex | 52 | 99 | D7 | 3E | 1D | 0 | 10 | D0 | 3E | 3A |
| Octal | 122 | 231 | 327 | 76 | 35 | 0 | 20 | 320 | 76 | 72 |
| Binary | 1010010 | 10011001 | 11010111 | 111110 | 11101 | 0 | 10000 | 11010000 | 111110 | 111010 |
Color Harmonies of #5299D7
Complementary color
Monochromatic Colors of #5299D7
Black with #5299D7
Text Example
Text Example
White with #5299D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5299D7; }
p { color: rgb(82,153,215); }
H1.HeaderClassName
{
color: #5299D7;
}
.AnyTagClassName
{
color: #5299D7;
}
</style>
background-color css
<style>
a { background-color: #5299D7; }
a { background-color: rgb(82,153,215); }
div.DivClassName
{
background-color: #5299D7;
}
.BgClassName
{
background-color: #5299D7;
}
</style>
border-color css
<style>
span { border-color: #5299D7; }
span { border-color: rgb(82,153,215); }
td.TdClassName
{
border-color: #5299D7;
}
.TagClassName
{
border-color: #5299D7;
}
</style>