Shades of Picton Blue #509ECF
Tints of Picton Blue #509ECF
RGB
CMYK
RGB Variations
Color information
#509ECF (or 0x509ECF) is known color: Picton Blue. HEX triplet: 50, 9E and CF. RGB value is (80,158,207). Sum of RGB (Red+Green+Blue) = 80+158+207=445 (58% of max value = 765). Red value is 80 (31.64% from 255 or 17.98% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #509ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ECF is #AF6130. Grayscale: #8B8B8B. Windows color (decimal): -11493681 or 13606480. OLE color: 13606480.
HSL color Cylindrical-coordinate representation of color #509ECF: hue angle of 203.15º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509ECF is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 158 | 207 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.19 |
| HSL | 203.15º | 0.57% | 0.56% | - |
| HSV(B) | 203.15º | 0.61% | 0.81% | - |
| XYZ | 26.8 | 30.66 | 63.54 | - |
| YUV | 140.26 | 165.66 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 207 | 0.61 | 0.24 | 0 | 0.19 | 203.15 | 0.57 | 0.56 |
| Hex | 50 | 9E | CF | 3D | 18 | 0 | 13 | CB | 39 | 38 |
| Octal | 120 | 236 | 317 | 75 | 30 | 0 | 23 | 313 | 71 | 70 |
| Binary | 1010000 | 10011110 | 11001111 | 111101 | 11000 | 0 | 10011 | 11001011 | 111001 | 111000 |
Color Harmonies of #509ECF
Complementary color
Monochromatic Colors of #509ECF
Black with #509ECF
Text Example
Text Example
White with #509ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ECF; }
p { color: rgb(80,158,207); }
H1.HeaderClassName
{
color: #509ECF;
}
.AnyTagClassName
{
color: #509ECF;
}
</style>
background-color css
<style>
a { background-color: #509ECF; }
a { background-color: rgb(80,158,207); }
div.DivClassName
{
background-color: #509ECF;
}
.BgClassName
{
background-color: #509ECF;
}
</style>
border-color css
<style>
span { border-color: #509ECF; }
span { border-color: rgb(80,158,207); }
td.TdClassName
{
border-color: #509ECF;
}
.TagClassName
{
border-color: #509ECF;
}
</style>