Shades of Picton Blue #5496DC
Tints of Picton Blue #5496DC
RGB
CMYK
RGB Variations
Color information
#5496DC (or 0x5496DC) is known color: Picton Blue. HEX triplet: 54, 96 and DC. RGB value is (84,150,220). Sum of RGB (Red+Green+Blue) = 84+150+220=454 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.50% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #5496DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5496DC is #AB6923. Grayscale: #898989. Windows color (decimal): -11233572 or 14456404. OLE color: 14456404.
HSL color Cylindrical-coordinate representation of color #5496DC: hue angle of 210.88º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5496DC is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 150 | 220 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.14 |
| HSL | 210.88º | 0.66% | 0.6% | - |
| HSV(B) | 210.88º | 0.62% | 0.86% | - |
| XYZ | 27.48 | 28.86 | 71.83 | - |
| YUV | 138.25 | 174.13 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 220 | 0.62 | 0.32 | 0 | 0.14 | 210.88 | 0.66 | 0.6 |
| Hex | 54 | 96 | DC | 3E | 20 | 0 | E | D3 | 42 | 3C |
| Octal | 124 | 226 | 334 | 76 | 40 | 0 | 16 | 323 | 102 | 74 |
| Binary | 1010100 | 10010110 | 11011100 | 111110 | 100000 | 0 | 1110 | 11010011 | 1000010 | 111100 |
Color Harmonies of #5496DC
Complementary color
Monochromatic Colors of #5496DC
Black with #5496DC
Text Example
Text Example
White with #5496DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5496DC; }
p { color: rgb(84,150,220); }
H1.HeaderClassName
{
color: #5496DC;
}
.AnyTagClassName
{
color: #5496DC;
}
</style>
background-color css
<style>
a { background-color: #5496DC; }
a { background-color: rgb(84,150,220); }
div.DivClassName
{
background-color: #5496DC;
}
.BgClassName
{
background-color: #5496DC;
}
</style>
border-color css
<style>
span { border-color: #5496DC; }
span { border-color: rgb(84,150,220); }
td.TdClassName
{
border-color: #5496DC;
}
.TagClassName
{
border-color: #5496DC;
}
</style>