Shades of Picton Blue #5099D6
Tints of Picton Blue #5099D6
RGB
CMYK
RGB Variations
Color information
#5099D6 (or 0x5099D6) is known color: Picton Blue. HEX triplet: 50, 99 and D6. RGB value is (80,153,214). Sum of RGB (Red+Green+Blue) = 80+153+214=447 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.90% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 214 - color contains mainly: blue. Hex color #5099D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099D6 is #AF6629. Grayscale: #898989. Windows color (decimal): -11494954 or 14063952. OLE color: 14063952.
HSL color Cylindrical-coordinate representation of color #5099D6: hue angle of 207.31º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5099D6 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 153 | 214 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.16 |
| HSL | 207.31º | 0.62% | 0.58% | - |
| HSV(B) | 207.31º | 0.63% | 0.84% | - |
| XYZ | 26.84 | 29.34 | 67.87 | - |
| YUV | 138.13 | 170.82 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 214 | 0.63 | 0.29 | 0 | 0.16 | 207.31 | 0.62 | 0.58 |
| Hex | 50 | 99 | D6 | 3F | 1D | 0 | 10 | CF | 3E | 3A |
| Octal | 120 | 231 | 326 | 77 | 35 | 0 | 20 | 317 | 76 | 72 |
| Binary | 1010000 | 10011001 | 11010110 | 111111 | 11101 | 0 | 10000 | 11001111 | 111110 | 111010 |
Color Harmonies of #5099D6
Complementary color
Monochromatic Colors of #5099D6
Black with #5099D6
Text Example
Text Example
White with #5099D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099D6; }
p { color: rgb(80,153,214); }
H1.HeaderClassName
{
color: #5099D6;
}
.AnyTagClassName
{
color: #5099D6;
}
</style>
background-color css
<style>
a { background-color: #5099D6; }
a { background-color: rgb(80,153,214); }
div.DivClassName
{
background-color: #5099D6;
}
.BgClassName
{
background-color: #5099D6;
}
</style>
border-color css
<style>
span { border-color: #5099D6; }
span { border-color: rgb(80,153,214); }
td.TdClassName
{
border-color: #5099D6;
}
.TagClassName
{
border-color: #5099D6;
}
</style>