Shades of Picton Blue #5099CE
Tints of Picton Blue #5099CE
RGB
CMYK
RGB Variations
Color information
#5099CE (or 0x5099CE) is known color: Picton Blue. HEX triplet: 50, 99 and CE. RGB value is (80,153,206). Sum of RGB (Red+Green+Blue) = 80+153+206=439 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.22% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #5099CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5099CE is #AF6631. Grayscale: #888888. Windows color (decimal): -11494962 or 13539664. OLE color: 13539664.
HSL color Cylindrical-coordinate representation of color #5099CE: hue angle of 205.24º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5099CE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 153 | 206 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.19 |
| HSL | 205.24º | 0.56% | 0.56% | - |
| HSV(B) | 205.24º | 0.61% | 0.81% | - |
| XYZ | 25.84 | 28.94 | 62.62 | - |
| YUV | 137.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 206 | 0.61 | 0.26 | 0 | 0.19 | 205.24 | 0.56 | 0.56 |
| Hex | 50 | 99 | CE | 3D | 1A | 0 | 13 | CD | 38 | 38 |
| Octal | 120 | 231 | 316 | 75 | 32 | 0 | 23 | 315 | 70 | 70 |
| Binary | 1010000 | 10011001 | 11001110 | 111101 | 11010 | 0 | 10011 | 11001101 | 111000 | 111000 |
Color Harmonies of #5099CE
Complementary color
Monochromatic Colors of #5099CE
Black with #5099CE
Text Example
Text Example
White with #5099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5099CE; }
p { color: rgb(80,153,206); }
H1.HeaderClassName
{
color: #5099CE;
}
.AnyTagClassName
{
color: #5099CE;
}
</style>
background-color css
<style>
a { background-color: #5099CE; }
a { background-color: rgb(80,153,206); }
div.DivClassName
{
background-color: #5099CE;
}
.BgClassName
{
background-color: #5099CE;
}
</style>
border-color css
<style>
span { border-color: #5099CE; }
span { border-color: rgb(80,153,206); }
td.TdClassName
{
border-color: #5099CE;
}
.TagClassName
{
border-color: #5099CE;
}
</style>