Shades of Picton Blue #509CE5
Tints of Picton Blue #509CE5
RGB
CMYK
RGB Variations
Color information
#509CE5 (or 0x509CE5) is known color: Picton Blue. HEX triplet: 50, 9C and E5. RGB value is (80,156,229). Sum of RGB (Red+Green+Blue) = 80+156+229=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #509CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CE5 is #AF631A. Grayscale: #8D8D8D. Windows color (decimal): -11494171 or 15047760. OLE color: 15047760.
HSL color Cylindrical-coordinate representation of color #509CE5: hue angle of 209.4º 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 #509CE5 is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 156 | 229 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.10 |
| HSL | 209.4º | 0.74% | 0.61% | - |
| HSV(B) | 209.4º | 0.65% | 0.9% | - |
| XYZ | 29.34 | 31.14 | 78.59 | - |
| YUV | 141.6 | 177.32 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 229 | 0.65 | 0.32 | 0 | 0.10 | 209.4 | 0.74 | 0.61 |
| Hex | 50 | 9C | E5 | 41 | 20 | 0 | A | D1 | 4A | 3D |
| Octal | 120 | 234 | 345 | 101 | 40 | 0 | 12 | 321 | 112 | 75 |
| Binary | 1010000 | 10011100 | 11100101 | 1000001 | 100000 | 0 | 1010 | 11010001 | 1001010 | 111101 |
Color Harmonies of #509CE5
Complementary color
Monochromatic Colors of #509CE5
Black with #509CE5
Text Example
Text Example
White with #509CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CE5; }
p { color: rgb(80,156,229); }
H1.HeaderClassName
{
color: #509CE5;
}
.AnyTagClassName
{
color: #509CE5;
}
</style>
background-color css
<style>
a { background-color: #509CE5; }
a { background-color: rgb(80,156,229); }
div.DivClassName
{
background-color: #509CE5;
}
.BgClassName
{
background-color: #509CE5;
}
</style>
border-color css
<style>
span { border-color: #509CE5; }
span { border-color: rgb(80,156,229); }
td.TdClassName
{
border-color: #509CE5;
}
.TagClassName
{
border-color: #509CE5;
}
</style>