Shades of Picton Blue #509BC9
Tints of Picton Blue #509BC9
RGB
CMYK
RGB Variations
Color information
#509BC9 (or 0x509BC9) is known color: Picton Blue. HEX triplet: 50, 9B and C9. RGB value is (80,155,201). Sum of RGB (Red+Green+Blue) = 80+155+201=436 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.35% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #509BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BC9 is #AF6436. Grayscale: #898989. Windows color (decimal): -11494455 or 13212496. OLE color: 13212496.
HSL color Cylindrical-coordinate representation of color #509BC9: hue angle of 202.81º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509BC9 is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 155 | 201 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.21 |
| HSL | 202.81º | 0.53% | 0.55% | - |
| HSV(B) | 202.81º | 0.6% | 0.79% | - |
| XYZ | 25.57 | 29.37 | 59.58 | - |
| YUV | 137.82 | 163.65 | 86.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 201 | 0.60 | 0.23 | 0 | 0.21 | 202.81 | 0.53 | 0.55 |
| Hex | 50 | 9B | C9 | 3C | 17 | 0 | 15 | CB | 35 | 37 |
| Octal | 120 | 233 | 311 | 74 | 27 | 0 | 25 | 313 | 65 | 67 |
| Binary | 1010000 | 10011011 | 11001001 | 111100 | 10111 | 0 | 10101 | 11001011 | 110101 | 110111 |
Color Harmonies of #509BC9
Complementary color
Monochromatic Colors of #509BC9
Black with #509BC9
Text Example
Text Example
White with #509BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BC9; }
p { color: rgb(80,155,201); }
H1.HeaderClassName
{
color: #509BC9;
}
.AnyTagClassName
{
color: #509BC9;
}
</style>
background-color css
<style>
a { background-color: #509BC9; }
a { background-color: rgb(80,155,201); }
div.DivClassName
{
background-color: #509BC9;
}
.BgClassName
{
background-color: #509BC9;
}
</style>
border-color css
<style>
span { border-color: #509BC9; }
span { border-color: rgb(80,155,201); }
td.TdClassName
{
border-color: #509BC9;
}
.TagClassName
{
border-color: #509BC9;
}
</style>