Shades of Picton Blue #5099DB
Tints of Picton Blue #5099DB
RGB
CMYK
RGB Variations
Color information
#5099DB (or 0x5099DB) is known color: Picton Blue. HEX triplet: 50, 99 and DB. RGB value is (80,153,219). Sum of RGB (Red+Green+Blue) = 80+153+219=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 153 (60.16% from 255 or 33.85% 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 #5099DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099DB is #AF6624. Grayscale: #8A8A8A. Windows color (decimal): -11494949 or 14391632. OLE color: 14391632.
HSL color Cylindrical-coordinate representation of color #5099DB: hue angle of 208.49º 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 #5099DB is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 153 | 219 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.14 |
| HSL | 208.49º | 0.66% | 0.59% | - |
| HSV(B) | 208.49º | 0.63% | 0.86% | - |
| XYZ | 27.49 | 29.6 | 71.28 | - |
| YUV | 138.7 | 173.32 | 86.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 219 | 0.63 | 0.30 | 0 | 0.14 | 208.49 | 0.66 | 0.59 |
| Hex | 50 | 99 | DB | 3F | 1E | 0 | E | D0 | 42 | 3B |
| Octal | 120 | 231 | 333 | 77 | 36 | 0 | 16 | 320 | 102 | 73 |
| Binary | 1010000 | 10011001 | 11011011 | 111111 | 11110 | 0 | 1110 | 11010000 | 1000010 | 111011 |
Color Harmonies of #5099DB
Complementary color
Monochromatic Colors of #5099DB
Black with #5099DB
Text Example
Text Example
White with #5099DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099DB; }
p { color: rgb(80,153,219); }
H1.HeaderClassName
{
color: #5099DB;
}
.AnyTagClassName
{
color: #5099DB;
}
</style>
background-color css
<style>
a { background-color: #5099DB; }
a { background-color: rgb(80,153,219); }
div.DivClassName
{
background-color: #5099DB;
}
.BgClassName
{
background-color: #5099DB;
}
</style>
border-color css
<style>
span { border-color: #5099DB; }
span { border-color: rgb(80,153,219); }
td.TdClassName
{
border-color: #5099DB;
}
.TagClassName
{
border-color: #5099DB;
}
</style>