Shades of Picton Blue #5496DD
Tints of Picton Blue #5496DD
RGB
CMYK
RGB Variations
Color information
#5496DD (or 0x5496DD) is known color: Picton Blue. HEX triplet: 54, 96 and DD. RGB value is (84,150,221). Sum of RGB (Red+Green+Blue) = 84+150+221=455 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.46% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #5496DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5496DD is #AB6922. Grayscale: #8A8A8A. Windows color (decimal): -11233571 or 14521940. OLE color: 14521940.
HSL color Cylindrical-coordinate representation of color #5496DD: hue angle of 211.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5496DD is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 150 | 221 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.13 |
| HSL | 211.09º | 0.67% | 0.6% | - |
| HSV(B) | 211.09º | 0.62% | 0.87% | - |
| XYZ | 27.61 | 28.92 | 72.53 | - |
| YUV | 138.36 | 174.63 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 221 | 0.62 | 0.32 | 0 | 0.13 | 211.09 | 0.67 | 0.6 |
| Hex | 54 | 96 | DD | 3E | 20 | 0 | D | D3 | 43 | 3C |
| Octal | 124 | 226 | 335 | 76 | 40 | 0 | 15 | 323 | 103 | 74 |
| Binary | 1010100 | 10010110 | 11011101 | 111110 | 100000 | 0 | 1101 | 11010011 | 1000011 | 111100 |
Color Harmonies of #5496DD
Complementary color
Monochromatic Colors of #5496DD
Black with #5496DD
Text Example
Text Example
White with #5496DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5496DD; }
p { color: rgb(84,150,221); }
H1.HeaderClassName
{
color: #5496DD;
}
.AnyTagClassName
{
color: #5496DD;
}
</style>
background-color css
<style>
a { background-color: #5496DD; }
a { background-color: rgb(84,150,221); }
div.DivClassName
{
background-color: #5496DD;
}
.BgClassName
{
background-color: #5496DD;
}
</style>
border-color css
<style>
span { border-color: #5496DD; }
span { border-color: rgb(84,150,221); }
td.TdClassName
{
border-color: #5496DD;
}
.TagClassName
{
border-color: #5496DD;
}
</style>