Shades of Picton Blue #5092DB
Tints of Picton Blue #5092DB
RGB
CMYK
RGB Variations
Color information
#5092DB (or 0x5092DB) is known color: Picton Blue. HEX triplet: 50, 92 and DB. RGB value is (80,146,219). Sum of RGB (Red+Green+Blue) = 80+146+219=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #5092DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5092DB is #AF6D24. Grayscale: #868686. Windows color (decimal): -11496741 or 14389840. OLE color: 14389840.
HSL color Cylindrical-coordinate representation of color #5092DB: hue angle of 211.51º 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 #5092DB is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 146 | 219 | - |
| CMYK | 0.63 | 0.33 | 0 | 0.14 |
| HSL | 211.51º | 0.66% | 0.59% | - |
| HSV(B) | 211.51º | 0.63% | 0.86% | - |
| XYZ | 26.37 | 27.38 | 70.91 | - |
| YUV | 134.59 | 175.63 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 219 | 0.63 | 0.33 | 0 | 0.14 | 211.51 | 0.66 | 0.59 |
| Hex | 50 | 92 | DB | 3F | 21 | 0 | E | D4 | 42 | 3B |
| Octal | 120 | 222 | 333 | 77 | 41 | 0 | 16 | 324 | 102 | 73 |
| Binary | 1010000 | 10010010 | 11011011 | 111111 | 100001 | 0 | 1110 | 11010100 | 1000010 | 111011 |
Color Harmonies of #5092DB
Complementary color
Monochromatic Colors of #5092DB
Black with #5092DB
Text Example
Text Example
White with #5092DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5092DB; }
p { color: rgb(80,146,219); }
H1.HeaderClassName
{
color: #5092DB;
}
.AnyTagClassName
{
color: #5092DB;
}
</style>
background-color css
<style>
a { background-color: #5092DB; }
a { background-color: rgb(80,146,219); }
div.DivClassName
{
background-color: #5092DB;
}
.BgClassName
{
background-color: #5092DB;
}
</style>
border-color css
<style>
span { border-color: #5092DB; }
span { border-color: rgb(80,146,219); }
td.TdClassName
{
border-color: #5092DB;
}
.TagClassName
{
border-color: #5092DB;
}
</style>