Shades of Picton Blue #519ACD
Tints of Picton Blue #519ACD
RGB
CMYK
RGB Variations
Color information
#519ACD (or 0x519ACD) is known color: Picton Blue. HEX triplet: 51, 9A and CD. RGB value is (81,154,205). Sum of RGB (Red+Green+Blue) = 81+154+205=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 205 - color contains mainly: blue. Hex color #519ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #519ACD is #AE6532. Grayscale: #898989. Windows color (decimal): -11429171 or 13474385. OLE color: 13474385.
HSL color Cylindrical-coordinate representation of color #519ACD: hue angle of 204.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #519ACD is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 81 | 154 | 205 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.20 |
| HSL | 204.68º | 0.55% | 0.56% | - |
| HSV(B) | 204.68º | 0.6% | 0.8% | - |
| XYZ | 25.97 | 29.27 | 62.04 | - |
| YUV | 137.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 154 | 205 | 0.60 | 0.25 | 0 | 0.20 | 204.68 | 0.55 | 0.56 |
| Hex | 51 | 9A | CD | 3C | 19 | 0 | 14 | CD | 37 | 38 |
| Octal | 121 | 232 | 315 | 74 | 31 | 0 | 24 | 315 | 67 | 70 |
| Binary | 1010001 | 10011010 | 11001101 | 111100 | 11001 | 0 | 10100 | 11001101 | 110111 | 111000 |
Color Harmonies of #519ACD
Complementary color
Monochromatic Colors of #519ACD
Black with #519ACD
Text Example
Text Example
White with #519ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519ACD; }
p { color: rgb(81,154,205); }
H1.HeaderClassName
{
color: #519ACD;
}
.AnyTagClassName
{
color: #519ACD;
}
</style>
background-color css
<style>
a { background-color: #519ACD; }
a { background-color: rgb(81,154,205); }
div.DivClassName
{
background-color: #519ACD;
}
.BgClassName
{
background-color: #519ACD;
}
</style>
border-color css
<style>
span { border-color: #519ACD; }
span { border-color: rgb(81,154,205); }
td.TdClassName
{
border-color: #519ACD;
}
.TagClassName
{
border-color: #519ACD;
}
</style>