Shades of Picton Blue #5097CA
Tints of Picton Blue #5097CA
RGB
CMYK
RGB Variations
Color information
#5097CA (or 0x5097CA) is known color: Picton Blue. HEX triplet: 50, 97 and CA. RGB value is (80,151,202). Sum of RGB (Red+Green+Blue) = 80+151+202=433 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.48% from 433); Green value is 151 (59.38% from 255 or 34.87% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #5097CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5097CA is #AF6835. Grayscale: #878787. Windows color (decimal): -11495478 or 13277008. OLE color: 13277008.
HSL color Cylindrical-coordinate representation of color #5097CA: hue angle of 205.08º 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 #5097CA is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 151 | 202 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.21 |
| HSL | 205.08º | 0.54% | 0.55% | - |
| HSV(B) | 205.08º | 0.6% | 0.79% | - |
| XYZ | 25.04 | 28.1 | 59.98 | - |
| YUV | 135.59 | 165.48 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 202 | 0.60 | 0.25 | 0 | 0.21 | 205.08 | 0.54 | 0.55 |
| Hex | 50 | 97 | CA | 3C | 19 | 0 | 15 | CD | 36 | 37 |
| Octal | 120 | 227 | 312 | 74 | 31 | 0 | 25 | 315 | 66 | 67 |
| Binary | 1010000 | 10010111 | 11001010 | 111100 | 11001 | 0 | 10101 | 11001101 | 110110 | 110111 |
Color Harmonies of #5097CA
Complementary color
Monochromatic Colors of #5097CA
Black with #5097CA
Text Example
Text Example
White with #5097CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5097CA; }
p { color: rgb(80,151,202); }
H1.HeaderClassName
{
color: #5097CA;
}
.AnyTagClassName
{
color: #5097CA;
}
</style>
background-color css
<style>
a { background-color: #5097CA; }
a { background-color: rgb(80,151,202); }
div.DivClassName
{
background-color: #5097CA;
}
.BgClassName
{
background-color: #5097CA;
}
</style>
border-color css
<style>
span { border-color: #5097CA; }
span { border-color: rgb(80,151,202); }
td.TdClassName
{
border-color: #5097CA;
}
.TagClassName
{
border-color: #5097CA;
}
</style>