Shades of Picton Blue #509FE5
Tints of Picton Blue #509FE5
RGB
CMYK
RGB Variations
Color information
#509FE5 (or 0x509FE5) is known color: Picton Blue. HEX triplet: 50, 9F and E5. RGB value is (80,159,229). Sum of RGB (Red+Green+Blue) = 80+159+229=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #509FE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509FE5 is #AF601A. Grayscale: #8F8F8F. Windows color (decimal): -11493403 or 15048528. OLE color: 15048528.
HSL color Cylindrical-coordinate representation of color #509FE5: hue angle of 208.19º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #509FE5 is Cyan = 0.65, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 159 | 229 | - |
| CMYK | 0.65 | 0.31 | 0 | 0.10 |
| HSL | 208.19º | 0.74% | 0.61% | - |
| HSV(B) | 208.19º | 0.65% | 0.9% | - |
| XYZ | 29.85 | 32.16 | 78.76 | - |
| YUV | 143.36 | 176.33 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 229 | 0.65 | 0.31 | 0 | 0.10 | 208.19 | 0.74 | 0.61 |
| Hex | 50 | 9F | E5 | 41 | 1F | 0 | A | D0 | 4A | 3D |
| Octal | 120 | 237 | 345 | 101 | 37 | 0 | 12 | 320 | 112 | 75 |
| Binary | 1010000 | 10011111 | 11100101 | 1000001 | 11111 | 0 | 1010 | 11010000 | 1001010 | 111101 |
Color Harmonies of #509FE5
Complementary color
Monochromatic Colors of #509FE5
Black with #509FE5
Text Example
Text Example
White with #509FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509FE5; }
p { color: rgb(80,159,229); }
H1.HeaderClassName
{
color: #509FE5;
}
.AnyTagClassName
{
color: #509FE5;
}
</style>
background-color css
<style>
a { background-color: #509FE5; }
a { background-color: rgb(80,159,229); }
div.DivClassName
{
background-color: #509FE5;
}
.BgClassName
{
background-color: #509FE5;
}
</style>
border-color css
<style>
span { border-color: #509FE5; }
span { border-color: rgb(80,159,229); }
td.TdClassName
{
border-color: #509FE5;
}
.TagClassName
{
border-color: #509FE5;
}
</style>