Shades of Picton Blue #509DCB
Tints of Picton Blue #509DCB
RGB
CMYK
RGB Variations
Color information
#509DCB (or 0x509DCB) is known color: Picton Blue. HEX triplet: 50, 9D and CB. RGB value is (80,157,203). Sum of RGB (Red+Green+Blue) = 80+157+203=440 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.18% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #509DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509DCB is #AF6234. Grayscale: #8A8A8A. Windows color (decimal): -11493941 or 13344080. OLE color: 13344080.
HSL color Cylindrical-coordinate representation of color #509DCB: hue angle of 202.44º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #509DCB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 157 | 203 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.20 |
| HSL | 202.44º | 0.54% | 0.55% | - |
| HSV(B) | 202.44º | 0.61% | 0.8% | - |
| XYZ | 26.14 | 30.13 | 60.94 | - |
| YUV | 139.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 203 | 0.61 | 0.23 | 0 | 0.20 | 202.44 | 0.54 | 0.55 |
| Hex | 50 | 9D | CB | 3D | 17 | 0 | 14 | CA | 36 | 37 |
| Octal | 120 | 235 | 313 | 75 | 27 | 0 | 24 | 312 | 66 | 67 |
| Binary | 1010000 | 10011101 | 11001011 | 111101 | 10111 | 0 | 10100 | 11001010 | 110110 | 110111 |
Color Harmonies of #509DCB
Complementary color
Monochromatic Colors of #509DCB
Black with #509DCB
Text Example
Text Example
White with #509DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509DCB; }
p { color: rgb(80,157,203); }
H1.HeaderClassName
{
color: #509DCB;
}
.AnyTagClassName
{
color: #509DCB;
}
</style>
background-color css
<style>
a { background-color: #509DCB; }
a { background-color: rgb(80,157,203); }
div.DivClassName
{
background-color: #509DCB;
}
.BgClassName
{
background-color: #509DCB;
}
</style>
border-color css
<style>
span { border-color: #509DCB; }
span { border-color: rgb(80,157,203); }
td.TdClassName
{
border-color: #509DCB;
}
.TagClassName
{
border-color: #509DCB;
}
</style>