Shades of Picton Blue #5096CD
Tints of Picton Blue #5096CD
RGB
CMYK
RGB Variations
Color information
#5096CD (or 0x5096CD) is known color: Picton Blue. HEX triplet: 50, 96 and CD. RGB value is (80,150,205). Sum of RGB (Red+Green+Blue) = 80+150+205=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #5096CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5096CD is #AF6932. Grayscale: #878787. Windows color (decimal): -11495731 or 13473360. OLE color: 13473360.
HSL color Cylindrical-coordinate representation of color #5096CD: hue angle of 206.4º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5096CD is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 150 | 205 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.20 |
| HSL | 206.4º | 0.56% | 0.56% | - |
| HSV(B) | 206.4º | 0.61% | 0.8% | - |
| XYZ | 25.23 | 27.93 | 61.82 | - |
| YUV | 135.34 | 167.31 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 150 | 205 | 0.61 | 0.27 | 0 | 0.20 | 206.4 | 0.56 | 0.56 |
| Hex | 50 | 96 | CD | 3D | 1B | 0 | 14 | CE | 38 | 38 |
| Octal | 120 | 226 | 315 | 75 | 33 | 0 | 24 | 316 | 70 | 70 |
| Binary | 1010000 | 10010110 | 11001101 | 111101 | 11011 | 0 | 10100 | 11001110 | 111000 | 111000 |
Color Harmonies of #5096CD
Complementary color
Monochromatic Colors of #5096CD
Black with #5096CD
Text Example
Text Example
White with #5096CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5096CD; }
p { color: rgb(80,150,205); }
H1.HeaderClassName
{
color: #5096CD;
}
.AnyTagClassName
{
color: #5096CD;
}
</style>
background-color css
<style>
a { background-color: #5096CD; }
a { background-color: rgb(80,150,205); }
div.DivClassName
{
background-color: #5096CD;
}
.BgClassName
{
background-color: #5096CD;
}
</style>
border-color css
<style>
span { border-color: #5096CD; }
span { border-color: rgb(80,150,205); }
td.TdClassName
{
border-color: #5096CD;
}
.TagClassName
{
border-color: #5096CD;
}
</style>