Shades of Picton Blue #549ECF
Tints of Picton Blue #549ECF
RGB
CMYK
RGB Variations
Color information
#549ECF (or 0x549ECF) is known color: Picton Blue. HEX triplet: 54, 9E and CF. RGB value is (84,158,207). Sum of RGB (Red+Green+Blue) = 84+158+207=449 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.71% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #549ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ECF is #AB6130. Grayscale: #8D8D8D. Windows color (decimal): -11231537 or 13606484. OLE color: 13606484.
HSL color Cylindrical-coordinate representation of color #549ECF: hue angle of 203.9º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549ECF is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 158 | 207 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.19 |
| HSL | 203.9º | 0.56% | 0.57% | - |
| HSV(B) | 203.9º | 0.59% | 0.81% | - |
| XYZ | 27.15 | 30.84 | 63.55 | - |
| YUV | 141.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 207 | 0.59 | 0.24 | 0 | 0.19 | 203.9 | 0.56 | 0.57 |
| Hex | 54 | 9E | CF | 3B | 18 | 0 | 13 | CC | 38 | 39 |
| Octal | 124 | 236 | 317 | 73 | 30 | 0 | 23 | 314 | 70 | 71 |
| Binary | 1010100 | 10011110 | 11001111 | 111011 | 11000 | 0 | 10011 | 11001100 | 111000 | 111001 |
Color Harmonies of #549ECF
Complementary color
Monochromatic Colors of #549ECF
Black with #549ECF
Text Example
Text Example
White with #549ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549ECF; }
p { color: rgb(84,158,207); }
H1.HeaderClassName
{
color: #549ECF;
}
.AnyTagClassName
{
color: #549ECF;
}
</style>
background-color css
<style>
a { background-color: #549ECF; }
a { background-color: rgb(84,158,207); }
div.DivClassName
{
background-color: #549ECF;
}
.BgClassName
{
background-color: #549ECF;
}
</style>
border-color css
<style>
span { border-color: #549ECF; }
span { border-color: rgb(84,158,207); }
td.TdClassName
{
border-color: #549ECF;
}
.TagClassName
{
border-color: #549ECF;
}
</style>