Shades of Picton Blue #509ECD
Tints of Picton Blue #509ECD
RGB
CMYK
RGB Variations
Color information
#509ECD (or 0x509ECD) is known color: Picton Blue. HEX triplet: 50, 9E and CD. RGB value is (80,158,205). Sum of RGB (Red+Green+Blue) = 80+158+205=443 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.06% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #509ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECD is #AF6132. Grayscale: #8B8B8B. Windows color (decimal): -11493683 or 13475408. OLE color: 13475408.
HSL color Cylindrical-coordinate representation of color #509ECD: hue angle of 202.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ECD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 158 | 205 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.20 |
| HSL | 202.56º | 0.56% | 0.56% | - |
| HSV(B) | 202.56º | 0.61% | 0.8% | - |
| XYZ | 26.55 | 30.57 | 62.26 | - |
| YUV | 140.04 | 164.66 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 205 | 0.61 | 0.23 | 0 | 0.20 | 202.56 | 0.56 | 0.56 |
| Hex | 50 | 9E | CD | 3D | 17 | 0 | 14 | CB | 38 | 38 |
| Octal | 120 | 236 | 315 | 75 | 27 | 0 | 24 | 313 | 70 | 70 |
| Binary | 1010000 | 10011110 | 11001101 | 111101 | 10111 | 0 | 10100 | 11001011 | 111000 | 111000 |
Color Harmonies of #509ECD
Complementary color
Monochromatic Colors of #509ECD
Black with #509ECD
Text Example
Text Example
White with #509ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ECD; }
p { color: rgb(80,158,205); }
H1.HeaderClassName
{
color: #509ECD;
}
.AnyTagClassName
{
color: #509ECD;
}
</style>
background-color css
<style>
a { background-color: #509ECD; }
a { background-color: rgb(80,158,205); }
div.DivClassName
{
background-color: #509ECD;
}
.BgClassName
{
background-color: #509ECD;
}
</style>
border-color css
<style>
span { border-color: #509ECD; }
span { border-color: rgb(80,158,205); }
td.TdClassName
{
border-color: #509ECD;
}
.TagClassName
{
border-color: #509ECD;
}
</style>