Shades of Picton Blue #549BD1
Tints of Picton Blue #549BD1
RGB
CMYK
RGB Variations
Color information
#549BD1 (or 0x549BD1) is known color: Picton Blue. HEX triplet: 54, 9B and D1. RGB value is (84,155,209). Sum of RGB (Red+Green+Blue) = 84+155+209=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #549BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BD1 is #AB642E. Grayscale: #8B8B8B. Windows color (decimal): -11232303 or 13736788. OLE color: 13736788.
HSL color Cylindrical-coordinate representation of color #549BD1: hue angle of 205.92º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #549BD1 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 84 | 155 | 209 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.18 |
| HSL | 205.92º | 0.58% | 0.57% | - |
| HSV(B) | 205.92º | 0.6% | 0.82% | - |
| XYZ | 26.89 | 29.93 | 64.68 | - |
| YUV | 139.93 | 166.98 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 209 | 0.60 | 0.26 | 0 | 0.18 | 205.92 | 0.58 | 0.57 |
| Hex | 54 | 9B | D1 | 3C | 1A | 0 | 12 | CE | 3A | 39 |
| Octal | 124 | 233 | 321 | 74 | 32 | 0 | 22 | 316 | 72 | 71 |
| Binary | 1010100 | 10011011 | 11010001 | 111100 | 11010 | 0 | 10010 | 11001110 | 111010 | 111001 |
Color Harmonies of #549BD1
Complementary color
Monochromatic Colors of #549BD1
Black with #549BD1
Text Example
Text Example
White with #549BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BD1; }
p { color: rgb(84,155,209); }
H1.HeaderClassName
{
color: #549BD1;
}
.AnyTagClassName
{
color: #549BD1;
}
</style>
background-color css
<style>
a { background-color: #549BD1; }
a { background-color: rgb(84,155,209); }
div.DivClassName
{
background-color: #549BD1;
}
.BgClassName
{
background-color: #549BD1;
}
</style>
border-color css
<style>
span { border-color: #549BD1; }
span { border-color: rgb(84,155,209); }
td.TdClassName
{
border-color: #549BD1;
}
.TagClassName
{
border-color: #549BD1;
}
</style>