Shades of Picton Blue #5298CB
Tints of Picton Blue #5298CB
RGB
CMYK
RGB Variations
Color information
#5298CB (or 0x5298CB) is known color: Picton Blue. HEX triplet: 52, 98 and CB. RGB value is (82,152,203). Sum of RGB (Red+Green+Blue) = 82+152+203=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 203 (79.69% from 255 or 46.45% from 437); Max value from RGB is 203 - color contains mainly: blue. Hex color #5298CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5298CB is #AD6734. Grayscale: #888888. Windows color (decimal): -11364149 or 13342802. OLE color: 13342802.
HSL color Cylindrical-coordinate representation of color #5298CB: hue angle of 205.29º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5298CB is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 152 | 203 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.20 |
| HSL | 205.29º | 0.54% | 0.56% | - |
| HSV(B) | 205.29º | 0.6% | 0.8% | - |
| XYZ | 25.49 | 28.56 | 60.67 | - |
| YUV | 136.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 203 | 0.60 | 0.25 | 0 | 0.20 | 205.29 | 0.54 | 0.56 |
| Hex | 52 | 98 | CB | 3C | 19 | 0 | 14 | CD | 36 | 38 |
| Octal | 122 | 230 | 313 | 74 | 31 | 0 | 24 | 315 | 66 | 70 |
| Binary | 1010010 | 10011000 | 11001011 | 111100 | 11001 | 0 | 10100 | 11001101 | 110110 | 111000 |
Color Harmonies of #5298CB
Complementary color
Monochromatic Colors of #5298CB
Black with #5298CB
Text Example
Text Example
White with #5298CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5298CB; }
p { color: rgb(82,152,203); }
H1.HeaderClassName
{
color: #5298CB;
}
.AnyTagClassName
{
color: #5298CB;
}
</style>
background-color css
<style>
a { background-color: #5298CB; }
a { background-color: rgb(82,152,203); }
div.DivClassName
{
background-color: #5298CB;
}
.BgClassName
{
background-color: #5298CB;
}
</style>
border-color css
<style>
span { border-color: #5298CB; }
span { border-color: rgb(82,152,203); }
td.TdClassName
{
border-color: #5298CB;
}
.TagClassName
{
border-color: #5298CB;
}
</style>