Shades of Picton Blue #509CCD
Tints of Picton Blue #509CCD
RGB
CMYK
RGB Variations
Color information
#509CCD (or 0x509CCD) is known color: Picton Blue. HEX triplet: 50, 9C and CD. RGB value is (80,156,205). Sum of RGB (Red+Green+Blue) = 80+156+205=441 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.14% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #509CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCD is #AF6332. Grayscale: #8A8A8A. Windows color (decimal): -11494195 or 13474896. OLE color: 13474896.
HSL color Cylindrical-coordinate representation of color #509CCD: hue angle of 203.52º 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 #509CCD is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 156 | 205 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.20 |
| HSL | 203.52º | 0.56% | 0.56% | - |
| HSV(B) | 203.52º | 0.61% | 0.8% | - |
| XYZ | 26.22 | 29.89 | 62.15 | - |
| YUV | 138.86 | 165.32 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 205 | 0.61 | 0.24 | 0 | 0.20 | 203.52 | 0.56 | 0.56 |
| Hex | 50 | 9C | CD | 3D | 18 | 0 | 14 | CC | 38 | 38 |
| Octal | 120 | 234 | 315 | 75 | 30 | 0 | 24 | 314 | 70 | 70 |
| Binary | 1010000 | 10011100 | 11001101 | 111101 | 11000 | 0 | 10100 | 11001100 | 111000 | 111000 |
Color Harmonies of #509CCD
Complementary color
Monochromatic Colors of #509CCD
Black with #509CCD
Text Example
Text Example
White with #509CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CCD; }
p { color: rgb(80,156,205); }
H1.HeaderClassName
{
color: #509CCD;
}
.AnyTagClassName
{
color: #509CCD;
}
</style>
background-color css
<style>
a { background-color: #509CCD; }
a { background-color: rgb(80,156,205); }
div.DivClassName
{
background-color: #509CCD;
}
.BgClassName
{
background-color: #509CCD;
}
</style>
border-color css
<style>
span { border-color: #509CCD; }
span { border-color: rgb(80,156,205); }
td.TdClassName
{
border-color: #509CCD;
}
.TagClassName
{
border-color: #509CCD;
}
</style>