Shades of Picton Blue #5096CB
Tints of Picton Blue #5096CB
RGB
CMYK
RGB Variations
Color information
#5096CB (or 0x5096CB) is known color: Picton Blue. HEX triplet: 50, 96 and CB. RGB value is (80,150,203). Sum of RGB (Red+Green+Blue) = 80+150+203=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #5096CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096CB is #AF6934. Grayscale: #868686. Windows color (decimal): -11495733 or 13342288. OLE color: 13342288.
HSL color Cylindrical-coordinate representation of color #5096CB: hue angle of 205.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5096CB is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 150 | 203 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.20 |
| HSL | 205.85º | 0.54% | 0.55% | - |
| HSV(B) | 205.85º | 0.61% | 0.8% | - |
| XYZ | 24.99 | 27.83 | 60.55 | - |
| YUV | 135.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 203 | 0.61 | 0.26 | 0 | 0.20 | 205.85 | 0.54 | 0.55 |
| Hex | 50 | 96 | CB | 3D | 1A | 0 | 14 | CE | 36 | 37 |
| Octal | 120 | 226 | 313 | 75 | 32 | 0 | 24 | 316 | 66 | 67 |
| Binary | 1010000 | 10010110 | 11001011 | 111101 | 11010 | 0 | 10100 | 11001110 | 110110 | 110111 |
Color Harmonies of #5096CB
Complementary color
Monochromatic Colors of #5096CB
Black with #5096CB
Text Example
Text Example
White with #5096CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096CB; }
p { color: rgb(80,150,203); }
H1.HeaderClassName
{
color: #5096CB;
}
.AnyTagClassName
{
color: #5096CB;
}
</style>
background-color css
<style>
a { background-color: #5096CB; }
a { background-color: rgb(80,150,203); }
div.DivClassName
{
background-color: #5096CB;
}
.BgClassName
{
background-color: #5096CB;
}
</style>
border-color css
<style>
span { border-color: #5096CB; }
span { border-color: rgb(80,150,203); }
td.TdClassName
{
border-color: #5096CB;
}
.TagClassName
{
border-color: #5096CB;
}
</style>