Shades of Picton Blue #50A5CF
Tints of Picton Blue #50A5CF
RGB
CMYK
RGB Variations
Color information
#50A5CF (or 0x50A5CF) is known color: Picton Blue. HEX triplet: 50, A5 and CF. RGB value is (80,165,207). Sum of RGB (Red+Green+Blue) = 80+165+207=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 165 (64.84% from 255 or 36.50% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #50A5CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A5CF is #AF5A30. Grayscale: #909090. Windows color (decimal): -11491889 or 13608272. OLE color: 13608272.
HSL color Cylindrical-coordinate representation of color #50A5CF: hue angle of 199.84º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50A5CF is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 165 | 207 | - |
| CMYK | 0.61 | 0.20 | 0 | 0.19 |
| HSL | 199.84º | 0.57% | 0.56% | - |
| HSV(B) | 199.84º | 0.61% | 0.81% | - |
| XYZ | 28.03 | 33.12 | 63.95 | - |
| YUV | 144.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 165 | 207 | 0.61 | 0.20 | 0 | 0.19 | 199.84 | 0.57 | 0.56 |
| Hex | 50 | A5 | CF | 3D | 14 | 0 | 13 | C8 | 39 | 38 |
| Octal | 120 | 245 | 317 | 75 | 24 | 0 | 23 | 310 | 71 | 70 |
| Binary | 1010000 | 10100101 | 11001111 | 111101 | 10100 | 0 | 10011 | 11001000 | 111001 | 111000 |
Color Harmonies of #50A5CF
Complementary color
Monochromatic Colors of #50A5CF
Black with #50A5CF
Text Example
Text Example
White with #50A5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A5CF; }
p { color: rgb(80,165,207); }
H1.HeaderClassName
{
color: #50A5CF;
}
.AnyTagClassName
{
color: #50A5CF;
}
</style>
background-color css
<style>
a { background-color: #50A5CF; }
a { background-color: rgb(80,165,207); }
div.DivClassName
{
background-color: #50A5CF;
}
.BgClassName
{
background-color: #50A5CF;
}
</style>
border-color css
<style>
span { border-color: #50A5CF; }
span { border-color: rgb(80,165,207); }
td.TdClassName
{
border-color: #50A5CF;
}
.TagClassName
{
border-color: #50A5CF;
}
</style>