Shades of Picton Blue #509DC8
Tints of Picton Blue #509DC8
RGB
CMYK
RGB Variations
Color information
#509DC8 (or 0x509DC8) is known color: Picton Blue. HEX triplet: 50, 9D and C8. RGB value is (80,157,200). Sum of RGB (Red+Green+Blue) = 80+157+200=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #509DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DC8 is #AF6237. Grayscale: #8A8A8A. Windows color (decimal): -11493944 or 13147472. OLE color: 13147472.
HSL color Cylindrical-coordinate representation of color #509DC8: hue angle of 201.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 #509DC8 is Cyan = 0.6, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 157 | 200 | - |
| CMYK | 0.6 | 0.22 | 0 | 0.22 |
| HSL | 201.5º | 0.52% | 0.55% | - |
| HSV(B) | 201.5º | 0.6% | 0.78% | - |
| XYZ | 25.79 | 29.99 | 59.07 | - |
| YUV | 138.88 | 162.49 | 86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 200 | 0.6 | 0.22 | 0 | 0.22 | 201.5 | 0.52 | 0.55 |
| Hex | 50 | 9D | C8 | 3C | 16 | 0 | 16 | CA | 34 | 37 |
| Octal | 120 | 235 | 310 | 74 | 26 | 0 | 26 | 312 | 64 | 67 |
| Binary | 1010000 | 10011101 | 11001000 | 111100 | 10110 | 0 | 10110 | 11001010 | 110100 | 110111 |
Color Harmonies of #509DC8
Complementary color
Monochromatic Colors of #509DC8
Black with #509DC8
Text Example
Text Example
White with #509DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DC8; }
p { color: rgb(80,157,200); }
H1.HeaderClassName
{
color: #509DC8;
}
.AnyTagClassName
{
color: #509DC8;
}
</style>
background-color css
<style>
a { background-color: #509DC8; }
a { background-color: rgb(80,157,200); }
div.DivClassName
{
background-color: #509DC8;
}
.BgClassName
{
background-color: #509DC8;
}
</style>
border-color css
<style>
span { border-color: #509DC8; }
span { border-color: rgb(80,157,200); }
td.TdClassName
{
border-color: #509DC8;
}
.TagClassName
{
border-color: #509DC8;
}
</style>