Shades of Picton Blue #549ADE
Tints of Picton Blue #549ADE
RGB
CMYK
RGB Variations
Color information
#549ADE (or 0x549ADE) is known color: Picton Blue. HEX triplet: 54, 9A and DE. RGB value is (84,154,222). Sum of RGB (Red+Green+Blue) = 84+154+222=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #549ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549ADE is #AB6521. Grayscale: #8C8C8C. Windows color (decimal): -11232546 or 14588500. OLE color: 14588500.
HSL color Cylindrical-coordinate representation of color #549ADE: hue angle of 209.57º 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 #549ADE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 154 | 222 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.13 |
| HSL | 209.57º | 0.68% | 0.6% | - |
| HSV(B) | 209.57º | 0.62% | 0.87% | - |
| XYZ | 28.4 | 30.27 | 73.45 | - |
| YUV | 140.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 154 | 222 | 0.62 | 0.31 | 0 | 0.13 | 209.57 | 0.68 | 0.6 |
| Hex | 54 | 9A | DE | 3E | 1F | 0 | D | D2 | 44 | 3C |
| Octal | 124 | 232 | 336 | 76 | 37 | 0 | 15 | 322 | 104 | 74 |
| Binary | 1010100 | 10011010 | 11011110 | 111110 | 11111 | 0 | 1101 | 11010010 | 1000100 | 111100 |
Color Harmonies of #549ADE
Complementary color
Monochromatic Colors of #549ADE
Black with #549ADE
Text Example
Text Example
White with #549ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549ADE; }
p { color: rgb(84,154,222); }
H1.HeaderClassName
{
color: #549ADE;
}
.AnyTagClassName
{
color: #549ADE;
}
</style>
background-color css
<style>
a { background-color: #549ADE; }
a { background-color: rgb(84,154,222); }
div.DivClassName
{
background-color: #549ADE;
}
.BgClassName
{
background-color: #549ADE;
}
</style>
border-color css
<style>
span { border-color: #549ADE; }
span { border-color: rgb(84,154,222); }
td.TdClassName
{
border-color: #549ADE;
}
.TagClassName
{
border-color: #549ADE;
}
</style>