Shades of Picton Blue #5198DF
Tints of Picton Blue #5198DF
RGB
CMYK
RGB Variations
Color information
#5198DF (or 0x5198DF) is known color: Picton Blue. HEX triplet: 51, 98 and DF. RGB value is (81,152,223). Sum of RGB (Red+Green+Blue) = 81+152+223=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #5198DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5198DF is #AE6720. Grayscale: #8A8A8A. Windows color (decimal): -11429665 or 14653521. OLE color: 14653521.
HSL color Cylindrical-coordinate representation of color #5198DF: hue angle of 210º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5198DF is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 152 | 223 | - |
| CMYK | 0.64 | 0.32 | 0 | 0.13 |
| HSL | 210º | 0.69% | 0.6% | - |
| HSV(B) | 210º | 0.64% | 0.87% | - |
| XYZ | 27.94 | 29.53 | 74.04 | - |
| YUV | 138.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 223 | 0.64 | 0.32 | 0 | 0.13 | 210 | 0.69 | 0.6 |
| Hex | 51 | 98 | DF | 40 | 20 | 0 | D | D2 | 45 | 3C |
| Octal | 121 | 230 | 337 | 100 | 40 | 0 | 15 | 322 | 105 | 74 |
| Binary | 1010001 | 10011000 | 11011111 | 1000000 | 100000 | 0 | 1101 | 11010010 | 1000101 | 111100 |
Color Harmonies of #5198DF
Complementary color
Monochromatic Colors of #5198DF
Black with #5198DF
Text Example
Text Example
White with #5198DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5198DF; }
p { color: rgb(81,152,223); }
H1.HeaderClassName
{
color: #5198DF;
}
.AnyTagClassName
{
color: #5198DF;
}
</style>
background-color css
<style>
a { background-color: #5198DF; }
a { background-color: rgb(81,152,223); }
div.DivClassName
{
background-color: #5198DF;
}
.BgClassName
{
background-color: #5198DF;
}
</style>
border-color css
<style>
span { border-color: #5198DF; }
span { border-color: rgb(81,152,223); }
td.TdClassName
{
border-color: #5198DF;
}
.TagClassName
{
border-color: #5198DF;
}
</style>