Shades of Picton Blue #549BDD
Tints of Picton Blue #549BDD
RGB
CMYK
RGB Variations
Color information
#549BDD (or 0x549BDD) is known color: Picton Blue. HEX triplet: 54, 9B and DD. RGB value is (84,155,221). Sum of RGB (Red+Green+Blue) = 84+155+221=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #549BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BDD is #AB6422. Grayscale: #8C8C8C. Windows color (decimal): -11232291 or 14523220. OLE color: 14523220.
HSL color Cylindrical-coordinate representation of color #549BDD: hue angle of 208.91º 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 #549BDD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 155 | 221 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.13 |
| HSL | 208.91º | 0.67% | 0.6% | - |
| HSV(B) | 208.91º | 0.62% | 0.87% | - |
| XYZ | 28.43 | 30.55 | 72.8 | - |
| YUV | 141.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 221 | 0.62 | 0.30 | 0 | 0.13 | 208.91 | 0.67 | 0.6 |
| Hex | 54 | 9B | DD | 3E | 1E | 0 | D | D1 | 43 | 3C |
| Octal | 124 | 233 | 335 | 76 | 36 | 0 | 15 | 321 | 103 | 74 |
| Binary | 1010100 | 10011011 | 11011101 | 111110 | 11110 | 0 | 1101 | 11010001 | 1000011 | 111100 |
Color Harmonies of #549BDD
Complementary color
Monochromatic Colors of #549BDD
Black with #549BDD
Text Example
Text Example
White with #549BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BDD; }
p { color: rgb(84,155,221); }
H1.HeaderClassName
{
color: #549BDD;
}
.AnyTagClassName
{
color: #549BDD;
}
</style>
background-color css
<style>
a { background-color: #549BDD; }
a { background-color: rgb(84,155,221); }
div.DivClassName
{
background-color: #549BDD;
}
.BgClassName
{
background-color: #549BDD;
}
</style>
border-color css
<style>
span { border-color: #549BDD; }
span { border-color: rgb(84,155,221); }
td.TdClassName
{
border-color: #549BDD;
}
.TagClassName
{
border-color: #549BDD;
}
</style>