Shades of Picton Blue #549EDF
Tints of Picton Blue #549EDF
RGB
CMYK
RGB Variations
Color information
#549EDF (or 0x549EDF) is known color: Picton Blue. HEX triplet: 54, 9E and DF. RGB value is (84,158,223). Sum of RGB (Red+Green+Blue) = 84+158+223=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #549EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549EDF is #AB6120. Grayscale: #8E8E8E. Windows color (decimal): -11231521 or 14655060. OLE color: 14655060.
HSL color Cylindrical-coordinate representation of color #549EDF: hue angle of 208.06º degrees, saturation: 0.68, 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 #549EDF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 158 | 223 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.13 |
| HSL | 208.06º | 0.68% | 0.6% | - |
| HSV(B) | 208.06º | 0.62% | 0.87% | - |
| XYZ | 29.2 | 31.67 | 74.39 | - |
| YUV | 143.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 223 | 0.62 | 0.29 | 0 | 0.13 | 208.06 | 0.68 | 0.6 |
| Hex | 54 | 9E | DF | 3E | 1D | 0 | D | D0 | 44 | 3C |
| Octal | 124 | 236 | 337 | 76 | 35 | 0 | 15 | 320 | 104 | 74 |
| Binary | 1010100 | 10011110 | 11011111 | 111110 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111100 |
Color Harmonies of #549EDF
Complementary color
Monochromatic Colors of #549EDF
Black with #549EDF
Text Example
Text Example
White with #549EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549EDF; }
p { color: rgb(84,158,223); }
H1.HeaderClassName
{
color: #549EDF;
}
.AnyTagClassName
{
color: #549EDF;
}
</style>
background-color css
<style>
a { background-color: #549EDF; }
a { background-color: rgb(84,158,223); }
div.DivClassName
{
background-color: #549EDF;
}
.BgClassName
{
background-color: #549EDF;
}
</style>
border-color css
<style>
span { border-color: #549EDF; }
span { border-color: rgb(84,158,223); }
td.TdClassName
{
border-color: #549EDF;
}
.TagClassName
{
border-color: #549EDF;
}
</style>