Shades of Picton Blue #50A1CD
Tints of Picton Blue #50A1CD
RGB
CMYK
RGB Variations
Color information
#50A1CD (or 0x50A1CD) is known color: Picton Blue. HEX triplet: 50, A1 and CD. RGB value is (80,161,205). Sum of RGB (Red+Green+Blue) = 80+161+205=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #50A1CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A1CD is #AF5E32. Grayscale: #8D8D8D. Windows color (decimal): -11492915 or 13476176. OLE color: 13476176.
HSL color Cylindrical-coordinate representation of color #50A1CD: hue angle of 201.12º degrees, saturation: 0.56, 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 #50A1CD is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 161 | 205 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.20 |
| HSL | 201.12º | 0.56% | 0.56% | - |
| HSV(B) | 201.12º | 0.61% | 0.8% | - |
| XYZ | 27.07 | 31.6 | 62.43 | - |
| YUV | 141.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 205 | 0.61 | 0.21 | 0 | 0.20 | 201.12 | 0.56 | 0.56 |
| Hex | 50 | A1 | CD | 3D | 15 | 0 | 14 | C9 | 38 | 38 |
| Octal | 120 | 241 | 315 | 75 | 25 | 0 | 24 | 311 | 70 | 70 |
| Binary | 1010000 | 10100001 | 11001101 | 111101 | 10101 | 0 | 10100 | 11001001 | 111000 | 111000 |
Color Harmonies of #50A1CD
Complementary color
Monochromatic Colors of #50A1CD
Black with #50A1CD
Text Example
Text Example
White with #50A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A1CD; }
p { color: rgb(80,161,205); }
H1.HeaderClassName
{
color: #50A1CD;
}
.AnyTagClassName
{
color: #50A1CD;
}
</style>
background-color css
<style>
a { background-color: #50A1CD; }
a { background-color: rgb(80,161,205); }
div.DivClassName
{
background-color: #50A1CD;
}
.BgClassName
{
background-color: #50A1CD;
}
</style>
border-color css
<style>
span { border-color: #50A1CD; }
span { border-color: rgb(80,161,205); }
td.TdClassName
{
border-color: #50A1CD;
}
.TagClassName
{
border-color: #50A1CD;
}
</style>