Shades of Picton Blue #509BD0
Tints of Picton Blue #509BD0
RGB
CMYK
RGB Variations
Color information
#509BD0 (or 0x509BD0) is known color: Picton Blue. HEX triplet: 50, 9B and D0. RGB value is (80,155,208). Sum of RGB (Red+Green+Blue) = 80+155+208=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 208 - color contains mainly: blue. Hex color #509BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BD0 is #AF642F. Grayscale: #8A8A8A. Windows color (decimal): -11494448 or 13671248. OLE color: 13671248.
HSL color Cylindrical-coordinate representation of color #509BD0: hue angle of 204.84º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #509BD0 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 155 | 208 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.18 |
| HSL | 204.84º | 0.58% | 0.56% | - |
| HSV(B) | 204.84º | 0.62% | 0.82% | - |
| XYZ | 26.41 | 29.7 | 64.02 | - |
| YUV | 138.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 208 | 0.62 | 0.25 | 0 | 0.18 | 204.84 | 0.58 | 0.56 |
| Hex | 50 | 9B | D0 | 3E | 19 | 0 | 12 | CD | 3A | 38 |
| Octal | 120 | 233 | 320 | 76 | 31 | 0 | 22 | 315 | 72 | 70 |
| Binary | 1010000 | 10011011 | 11010000 | 111110 | 11001 | 0 | 10010 | 11001101 | 111010 | 111000 |
Color Harmonies of #509BD0
Complementary color
Monochromatic Colors of #509BD0
Black with #509BD0
Text Example
Text Example
White with #509BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BD0; }
p { color: rgb(80,155,208); }
H1.HeaderClassName
{
color: #509BD0;
}
.AnyTagClassName
{
color: #509BD0;
}
</style>
background-color css
<style>
a { background-color: #509BD0; }
a { background-color: rgb(80,155,208); }
div.DivClassName
{
background-color: #509BD0;
}
.BgClassName
{
background-color: #509BD0;
}
</style>
border-color css
<style>
span { border-color: #509BD0; }
span { border-color: rgb(80,155,208); }
td.TdClassName
{
border-color: #509BD0;
}
.TagClassName
{
border-color: #509BD0;
}
</style>