Shades of Picton Blue #509ACF
Tints of Picton Blue #509ACF
RGB
CMYK
RGB Variations
Color information
#509ACF (or 0x509ACF) is known color: Picton Blue. HEX triplet: 50, 9A and CF. RGB value is (80,154,207). Sum of RGB (Red+Green+Blue) = 80+154+207=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #509ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ACF is #AF6530. Grayscale: #898989. Windows color (decimal): -11494705 or 13605456. OLE color: 13605456.
HSL color Cylindrical-coordinate representation of color #509ACF: hue angle of 205.04º 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 #509ACF is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 154 | 207 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.19 |
| HSL | 205.04º | 0.57% | 0.56% | - |
| HSV(B) | 205.04º | 0.61% | 0.81% | - |
| XYZ | 26.13 | 29.32 | 63.31 | - |
| YUV | 137.92 | 166.98 | 86.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 207 | 0.61 | 0.26 | 0 | 0.19 | 205.04 | 0.57 | 0.56 |
| Hex | 50 | 9A | CF | 3D | 1A | 0 | 13 | CD | 39 | 38 |
| Octal | 120 | 232 | 317 | 75 | 32 | 0 | 23 | 315 | 71 | 70 |
| Binary | 1010000 | 10011010 | 11001111 | 111101 | 11010 | 0 | 10011 | 11001101 | 111001 | 111000 |
Color Harmonies of #509ACF
Complementary color
Monochromatic Colors of #509ACF
Black with #509ACF
Text Example
Text Example
White with #509ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ACF; }
p { color: rgb(80,154,207); }
H1.HeaderClassName
{
color: #509ACF;
}
.AnyTagClassName
{
color: #509ACF;
}
</style>
background-color css
<style>
a { background-color: #509ACF; }
a { background-color: rgb(80,154,207); }
div.DivClassName
{
background-color: #509ACF;
}
.BgClassName
{
background-color: #509ACF;
}
</style>
border-color css
<style>
span { border-color: #509ACF; }
span { border-color: rgb(80,154,207); }
td.TdClassName
{
border-color: #509ACF;
}
.TagClassName
{
border-color: #509ACF;
}
</style>