Shades of Picton Blue #5096DD
Tints of Picton Blue #5096DD
RGB
CMYK
RGB Variations
Color information
#5096DD (or 0x5096DD) is known color: Picton Blue. HEX triplet: 50, 96 and DD. RGB value is (80,150,221). Sum of RGB (Red+Green+Blue) = 80+150+221=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #5096DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096DD is #AF6922. Grayscale: #888888. Windows color (decimal): -11495715 or 14521936. OLE color: 14521936.
HSL color Cylindrical-coordinate representation of color #5096DD: hue angle of 210.21º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5096DD is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 150 | 221 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.13 |
| HSL | 210.21º | 0.67% | 0.59% | - |
| HSV(B) | 210.21º | 0.64% | 0.87% | - |
| XYZ | 27.27 | 28.74 | 72.52 | - |
| YUV | 137.16 | 175.31 | 87.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 221 | 0.64 | 0.32 | 0 | 0.13 | 210.21 | 0.67 | 0.59 |
| Hex | 50 | 96 | DD | 40 | 20 | 0 | D | D2 | 43 | 3B |
| Octal | 120 | 226 | 335 | 100 | 40 | 0 | 15 | 322 | 103 | 73 |
| Binary | 1010000 | 10010110 | 11011101 | 1000000 | 100000 | 0 | 1101 | 11010010 | 1000011 | 111011 |
Color Harmonies of #5096DD
Complementary color
Monochromatic Colors of #5096DD
Black with #5096DD
Text Example
Text Example
White with #5096DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096DD; }
p { color: rgb(80,150,221); }
H1.HeaderClassName
{
color: #5096DD;
}
.AnyTagClassName
{
color: #5096DD;
}
</style>
background-color css
<style>
a { background-color: #5096DD; }
a { background-color: rgb(80,150,221); }
div.DivClassName
{
background-color: #5096DD;
}
.BgClassName
{
background-color: #5096DD;
}
</style>
border-color css
<style>
span { border-color: #5096DD; }
span { border-color: rgb(80,150,221); }
td.TdClassName
{
border-color: #5096DD;
}
.TagClassName
{
border-color: #5096DD;
}
</style>