Shades of Picton Blue #5491DC
Tints of Picton Blue #5491DC
RGB
CMYK
RGB Variations
Color information
#5491DC (or 0x5491DC) is known color: Picton Blue. HEX triplet: 54, 91 and DC. RGB value is (84,145,220). Sum of RGB (Red+Green+Blue) = 84+145+220=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #5491DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491DC is #AB6E23. Grayscale: #868686. Windows color (decimal): -11234852 or 14455124. OLE color: 14455124.
HSL color Cylindrical-coordinate representation of color #5491DC: hue angle of 213.09º 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 #5491DC is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 145 | 220 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.14 |
| HSL | 213.09º | 0.66% | 0.6% | - |
| HSV(B) | 213.09º | 0.62% | 0.86% | - |
| XYZ | 26.7 | 27.3 | 71.57 | - |
| YUV | 135.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 220 | 0.62 | 0.34 | 0 | 0.14 | 213.09 | 0.66 | 0.6 |
| Hex | 54 | 91 | DC | 3E | 22 | 0 | E | D5 | 42 | 3C |
| Octal | 124 | 221 | 334 | 76 | 42 | 0 | 16 | 325 | 102 | 74 |
| Binary | 1010100 | 10010001 | 11011100 | 111110 | 100010 | 0 | 1110 | 11010101 | 1000010 | 111100 |
Color Harmonies of #5491DC
Complementary color
Monochromatic Colors of #5491DC
Black with #5491DC
Text Example
Text Example
White with #5491DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491DC; }
p { color: rgb(84,145,220); }
H1.HeaderClassName
{
color: #5491DC;
}
.AnyTagClassName
{
color: #5491DC;
}
</style>
background-color css
<style>
a { background-color: #5491DC; }
a { background-color: rgb(84,145,220); }
div.DivClassName
{
background-color: #5491DC;
}
.BgClassName
{
background-color: #5491DC;
}
</style>
border-color css
<style>
span { border-color: #5491DC; }
span { border-color: rgb(84,145,220); }
td.TdClassName
{
border-color: #5491DC;
}
.TagClassName
{
border-color: #5491DC;
}
</style>