Shades of Picton Blue #5491DB
Tints of Picton Blue #5491DB
RGB
CMYK
RGB Variations
Color information
#5491DB (or 0x5491DB) is known color: Picton Blue. HEX triplet: 54, 91 and DB. RGB value is (84,145,219). Sum of RGB (Red+Green+Blue) = 84+145+219=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #5491DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5491DB is #AB6E24. Grayscale: #868686. Windows color (decimal): -11234853 or 14389588. OLE color: 14389588.
HSL color Cylindrical-coordinate representation of color #5491DB: hue angle of 212.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5491DB is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 145 | 219 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.14 |
| HSL | 212.89º | 0.65% | 0.59% | - |
| HSV(B) | 212.89º | 0.62% | 0.86% | - |
| XYZ | 26.57 | 27.25 | 70.88 | - |
| YUV | 135.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 145 | 219 | 0.62 | 0.34 | 0 | 0.14 | 212.89 | 0.65 | 0.59 |
| Hex | 54 | 91 | DB | 3E | 22 | 0 | E | D5 | 41 | 3B |
| Octal | 124 | 221 | 333 | 76 | 42 | 0 | 16 | 325 | 101 | 73 |
| Binary | 1010100 | 10010001 | 11011011 | 111110 | 100010 | 0 | 1110 | 11010101 | 1000001 | 111011 |
Color Harmonies of #5491DB
Complementary color
Monochromatic Colors of #5491DB
Black with #5491DB
Text Example
Text Example
White with #5491DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5491DB; }
p { color: rgb(84,145,219); }
H1.HeaderClassName
{
color: #5491DB;
}
.AnyTagClassName
{
color: #5491DB;
}
</style>
background-color css
<style>
a { background-color: #5491DB; }
a { background-color: rgb(84,145,219); }
div.DivClassName
{
background-color: #5491DB;
}
.BgClassName
{
background-color: #5491DB;
}
</style>
border-color css
<style>
span { border-color: #5491DB; }
span { border-color: rgb(84,145,219); }
td.TdClassName
{
border-color: #5491DB;
}
.TagClassName
{
border-color: #5491DB;
}
</style>