Shades of Picton Blue #509ACE
Tints of Picton Blue #509ACE
RGB
CMYK
RGB Variations
Color information
#509ACE (or 0x509ACE) is known color: Picton Blue. HEX triplet: 50, 9A and CE. RGB value is (80,154,206). Sum of RGB (Red+Green+Blue) = 80+154+206=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 206 - color contains mainly: blue. Hex color #509ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ACE is #AF6531. Grayscale: #898989. Windows color (decimal): -11494706 or 13539920. OLE color: 13539920.
HSL color Cylindrical-coordinate representation of color #509ACE: hue angle of 204.76º degrees, saturation: 0.56, 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 #509ACE is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 154 | 206 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.19 |
| HSL | 204.76º | 0.56% | 0.56% | - |
| HSV(B) | 204.76º | 0.61% | 0.81% | - |
| XYZ | 26 | 29.27 | 62.67 | - |
| YUV | 137.8 | 166.48 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 154 | 206 | 0.61 | 0.25 | 0 | 0.19 | 204.76 | 0.56 | 0.56 |
| Hex | 50 | 9A | CE | 3D | 19 | 0 | 13 | CD | 38 | 38 |
| Octal | 120 | 232 | 316 | 75 | 31 | 0 | 23 | 315 | 70 | 70 |
| Binary | 1010000 | 10011010 | 11001110 | 111101 | 11001 | 0 | 10011 | 11001101 | 111000 | 111000 |
Color Harmonies of #509ACE
Complementary color
Monochromatic Colors of #509ACE
Black with #509ACE
Text Example
Text Example
White with #509ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509ACE; }
p { color: rgb(80,154,206); }
H1.HeaderClassName
{
color: #509ACE;
}
.AnyTagClassName
{
color: #509ACE;
}
</style>
background-color css
<style>
a { background-color: #509ACE; }
a { background-color: rgb(80,154,206); }
div.DivClassName
{
background-color: #509ACE;
}
.BgClassName
{
background-color: #509ACE;
}
</style>
border-color css
<style>
span { border-color: #509ACE; }
span { border-color: rgb(80,154,206); }
td.TdClassName
{
border-color: #509ACE;
}
.TagClassName
{
border-color: #509ACE;
}
</style>