Shades of Picton Blue #50A4CA
Tints of Picton Blue #50A4CA
RGB
CMYK
RGB Variations
Color information
#50A4CA (or 0x50A4CA) is known color: Picton Blue. HEX triplet: 50, A4 and CA. RGB value is (80,164,202). Sum of RGB (Red+Green+Blue) = 80+164+202=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 202 - color contains mainly: blue. Hex color #50A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50A4CA is #AF5B35. Grayscale: #8E8E8E. Windows color (decimal): -11492150 or 13280336. OLE color: 13280336.
HSL color Cylindrical-coordinate representation of color #50A4CA: hue angle of 198.69º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50A4CA is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 164 | 202 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.21 |
| HSL | 198.69º | 0.54% | 0.55% | - |
| HSV(B) | 198.69º | 0.6% | 0.79% | - |
| XYZ | 27.24 | 32.52 | 60.72 | - |
| YUV | 143.22 | 161.17 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 164 | 202 | 0.60 | 0.19 | 0 | 0.21 | 198.69 | 0.54 | 0.55 |
| Hex | 50 | A4 | CA | 3C | 13 | 0 | 15 | C7 | 36 | 37 |
| Octal | 120 | 244 | 312 | 74 | 23 | 0 | 25 | 307 | 66 | 67 |
| Binary | 1010000 | 10100100 | 11001010 | 111100 | 10011 | 0 | 10101 | 11000111 | 110110 | 110111 |
Color Harmonies of #50A4CA
Complementary color
Monochromatic Colors of #50A4CA
Black with #50A4CA
Text Example
Text Example
White with #50A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A4CA; }
p { color: rgb(80,164,202); }
H1.HeaderClassName
{
color: #50A4CA;
}
.AnyTagClassName
{
color: #50A4CA;
}
</style>
background-color css
<style>
a { background-color: #50A4CA; }
a { background-color: rgb(80,164,202); }
div.DivClassName
{
background-color: #50A4CA;
}
.BgClassName
{
background-color: #50A4CA;
}
</style>
border-color css
<style>
span { border-color: #50A4CA; }
span { border-color: rgb(80,164,202); }
td.TdClassName
{
border-color: #50A4CA;
}
.TagClassName
{
border-color: #50A4CA;
}
</style>