Shades of Picton Blue #509CCC
Tints of Picton Blue #509CCC
RGB
CMYK
RGB Variations
Color information
#509CCC (or 0x509CCC) is known color: Picton Blue. HEX triplet: 50, 9C and CC. RGB value is (80,156,204). Sum of RGB (Red+Green+Blue) = 80+156+204=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #509CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509CCC is #AF6333. Grayscale: #8A8A8A. Windows color (decimal): -11494196 or 13409360. OLE color: 13409360.
HSL color Cylindrical-coordinate representation of color #509CCC: hue angle of 203.23º degrees, saturation: 0.55, 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 #509CCC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 156 | 204 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.2 |
| HSL | 203.23º | 0.55% | 0.56% | - |
| HSV(B) | 203.23º | 0.61% | 0.8% | - |
| XYZ | 26.1 | 29.84 | 61.51 | - |
| YUV | 138.75 | 164.82 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 204 | 0.61 | 0.24 | 0 | 0.2 | 203.23 | 0.55 | 0.56 |
| Hex | 50 | 9C | CC | 3D | 18 | 0 | 14 | CB | 37 | 38 |
| Octal | 120 | 234 | 314 | 75 | 30 | 0 | 24 | 313 | 67 | 70 |
| Binary | 1010000 | 10011100 | 11001100 | 111101 | 11000 | 0 | 10100 | 11001011 | 110111 | 111000 |
Color Harmonies of #509CCC
Complementary color
Monochromatic Colors of #509CCC
Black with #509CCC
Text Example
Text Example
White with #509CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509CCC; }
p { color: rgb(80,156,204); }
H1.HeaderClassName
{
color: #509CCC;
}
.AnyTagClassName
{
color: #509CCC;
}
</style>
background-color css
<style>
a { background-color: #509CCC; }
a { background-color: rgb(80,156,204); }
div.DivClassName
{
background-color: #509CCC;
}
.BgClassName
{
background-color: #509CCC;
}
</style>
border-color css
<style>
span { border-color: #509CCC; }
span { border-color: rgb(80,156,204); }
td.TdClassName
{
border-color: #509CCC;
}
.TagClassName
{
border-color: #509CCC;
}
</style>