Shades of Picton Blue #509BC8
Tints of Picton Blue #509BC8
RGB
CMYK
RGB Variations
Color information
#509BC8 (or 0x509BC8) is known color: Picton Blue. HEX triplet: 50, 9B and C8. RGB value is (80,155,200). Sum of RGB (Red+Green+Blue) = 80+155+200=435 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.39% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 200 - color contains mainly: blue. Hex color #509BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509BC8 is #AF6437. Grayscale: #898989. Windows color (decimal): -11494456 or 13146960. OLE color: 13146960.
HSL color Cylindrical-coordinate representation of color #509BC8: hue angle of 202.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #509BC8 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 155 | 200 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.22 |
| HSL | 202.5º | 0.52% | 0.55% | - |
| HSV(B) | 202.5º | 0.6% | 0.78% | - |
| XYZ | 25.45 | 29.32 | 58.96 | - |
| YUV | 137.71 | 163.15 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 200 | 0.6 | 0.22 | 0 | 0.22 | 202.5 | 0.52 | 0.55 |
| Hex | 50 | 9B | C8 | 3C | 16 | 0 | 16 | CA | 34 | 37 |
| Octal | 120 | 233 | 310 | 74 | 26 | 0 | 26 | 312 | 64 | 67 |
| Binary | 1010000 | 10011011 | 11001000 | 111100 | 10110 | 0 | 10110 | 11001010 | 110100 | 110111 |
Color Harmonies of #509BC8
Complementary color
Monochromatic Colors of #509BC8
Black with #509BC8
Text Example
Text Example
White with #509BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509BC8; }
p { color: rgb(80,155,200); }
H1.HeaderClassName
{
color: #509BC8;
}
.AnyTagClassName
{
color: #509BC8;
}
</style>
background-color css
<style>
a { background-color: #509BC8; }
a { background-color: rgb(80,155,200); }
div.DivClassName
{
background-color: #509BC8;
}
.BgClassName
{
background-color: #509BC8;
}
</style>
border-color css
<style>
span { border-color: #509BC8; }
span { border-color: rgb(80,155,200); }
td.TdClassName
{
border-color: #509BC8;
}
.TagClassName
{
border-color: #509BC8;
}
</style>