Shades of Picton Blue #5093DB
Tints of Picton Blue #5093DB
RGB
CMYK
RGB Variations
Color information
#5093DB (or 0x5093DB) is known color: Picton Blue. HEX triplet: 50, 93 and DB. RGB value is (80,147,219). Sum of RGB (Red+Green+Blue) = 80+147+219=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #5093DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5093DB is #AF6C24. Grayscale: #868686. Windows color (decimal): -11496485 or 14390096. OLE color: 14390096.
HSL color Cylindrical-coordinate representation of color #5093DB: hue angle of 211.08º 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 #5093DB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 147 | 219 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.14 |
| HSL | 211.08º | 0.66% | 0.59% | - |
| HSV(B) | 211.08º | 0.63% | 0.86% | - |
| XYZ | 26.53 | 27.69 | 70.96 | - |
| YUV | 135.18 | 175.3 | 88.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 219 | 0.63 | 0.33 | 0 | 0.14 | 211.08 | 0.66 | 0.59 |
| Hex | 50 | 93 | DB | 3F | 21 | 0 | E | D3 | 42 | 3B |
| Octal | 120 | 223 | 333 | 77 | 41 | 0 | 16 | 323 | 102 | 73 |
| Binary | 1010000 | 10010011 | 11011011 | 111111 | 100001 | 0 | 1110 | 11010011 | 1000010 | 111011 |
Color Harmonies of #5093DB
Complementary color
Monochromatic Colors of #5093DB
Black with #5093DB
Text Example
Text Example
White with #5093DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5093DB; }
p { color: rgb(80,147,219); }
H1.HeaderClassName
{
color: #5093DB;
}
.AnyTagClassName
{
color: #5093DB;
}
</style>
background-color css
<style>
a { background-color: #5093DB; }
a { background-color: rgb(80,147,219); }
div.DivClassName
{
background-color: #5093DB;
}
.BgClassName
{
background-color: #5093DB;
}
</style>
border-color css
<style>
span { border-color: #5093DB; }
span { border-color: rgb(80,147,219); }
td.TdClassName
{
border-color: #5093DB;
}
.TagClassName
{
border-color: #5093DB;
}
</style>