Shades of Picton Blue #549ECD
Tints of Picton Blue #549ECD
RGB
CMYK
RGB Variations
Color information
#549ECD (or 0x549ECD) is known color: Picton Blue. HEX triplet: 54, 9E and CD. RGB value is (84,158,205). Sum of RGB (Red+Green+Blue) = 84+158+205=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 158 (62.11% from 255 or 35.35% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #549ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ECD is #AB6132. Grayscale: #8C8C8C. Windows color (decimal): -11231539 or 13475412. OLE color: 13475412.
HSL color Cylindrical-coordinate representation of color #549ECD: hue angle of 203.31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549ECD is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 158 | 205 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.20 |
| HSL | 203.31º | 0.55% | 0.57% | - |
| HSV(B) | 203.31º | 0.59% | 0.8% | - |
| XYZ | 26.9 | 30.75 | 62.27 | - |
| YUV | 141.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 205 | 0.59 | 0.23 | 0 | 0.20 | 203.31 | 0.55 | 0.57 |
| Hex | 54 | 9E | CD | 3B | 17 | 0 | 14 | CB | 37 | 39 |
| Octal | 124 | 236 | 315 | 73 | 27 | 0 | 24 | 313 | 67 | 71 |
| Binary | 1010100 | 10011110 | 11001101 | 111011 | 10111 | 0 | 10100 | 11001011 | 110111 | 111001 |
Color Harmonies of #549ECD
Complementary color
Monochromatic Colors of #549ECD
Black with #549ECD
Text Example
Text Example
White with #549ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549ECD; }
p { color: rgb(84,158,205); }
H1.HeaderClassName
{
color: #549ECD;
}
.AnyTagClassName
{
color: #549ECD;
}
</style>
background-color css
<style>
a { background-color: #549ECD; }
a { background-color: rgb(84,158,205); }
div.DivClassName
{
background-color: #549ECD;
}
.BgClassName
{
background-color: #549ECD;
}
</style>
border-color css
<style>
span { border-color: #549ECD; }
span { border-color: rgb(84,158,205); }
td.TdClassName
{
border-color: #549ECD;
}
.TagClassName
{
border-color: #549ECD;
}
</style>