Shades of Picton Blue #509CD1
Tints of Picton Blue #509CD1
RGB
CMYK
RGB Variations
Color information
#509CD1 (or 0x509CD1) is known color: Picton Blue. HEX triplet: 50, 9C and D1. RGB value is (80,156,209). Sum of RGB (Red+Green+Blue) = 80+156+209=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #509CD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CD1 is #AF632E. Grayscale: #8B8B8B. Windows color (decimal): -11494191 or 13737040. OLE color: 13737040.
HSL color Cylindrical-coordinate representation of color #509CD1: hue angle of 204.65º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #509CD1 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 156 | 209 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.18 |
| HSL | 204.65º | 0.58% | 0.57% | - |
| HSV(B) | 204.65º | 0.62% | 0.82% | - |
| XYZ | 26.71 | 30.09 | 64.72 | - |
| YUV | 139.32 | 167.32 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 209 | 0.62 | 0.25 | 0 | 0.18 | 204.65 | 0.58 | 0.57 |
| Hex | 50 | 9C | D1 | 3E | 19 | 0 | 12 | CD | 3A | 39 |
| Octal | 120 | 234 | 321 | 76 | 31 | 0 | 22 | 315 | 72 | 71 |
| Binary | 1010000 | 10011100 | 11010001 | 111110 | 11001 | 0 | 10010 | 11001101 | 111010 | 111001 |
Color Harmonies of #509CD1
Complementary color
Monochromatic Colors of #509CD1
Black with #509CD1
Text Example
Text Example
White with #509CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CD1; }
p { color: rgb(80,156,209); }
H1.HeaderClassName
{
color: #509CD1;
}
.AnyTagClassName
{
color: #509CD1;
}
</style>
background-color css
<style>
a { background-color: #509CD1; }
a { background-color: rgb(80,156,209); }
div.DivClassName
{
background-color: #509CD1;
}
.BgClassName
{
background-color: #509CD1;
}
</style>
border-color css
<style>
span { border-color: #509CD1; }
span { border-color: rgb(80,156,209); }
td.TdClassName
{
border-color: #509CD1;
}
.TagClassName
{
border-color: #509CD1;
}
</style>