Shades of Picton Blue #549CE0
Tints of Picton Blue #549CE0
RGB
CMYK
RGB Variations
Color information
#549CE0 (or 0x549CE0) is known color: Picton Blue. HEX triplet: 54, 9C and E0. RGB value is (84,156,224). Sum of RGB (Red+Green+Blue) = 84+156+224=464 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.10% from 464); Green value is 156 (61.33% from 255 or 33.62% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #549CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE0 is #AB631F. Grayscale: #8D8D8D. Windows color (decimal): -11232032 or 14720084. OLE color: 14720084.
HSL color Cylindrical-coordinate representation of color #549CE0: hue angle of 209.14º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549CE0 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 156 | 224 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.12 |
| HSL | 209.14º | 0.69% | 0.6% | - |
| HSV(B) | 209.14º | 0.63% | 0.88% | - |
| XYZ | 29 | 31.04 | 74.98 | - |
| YUV | 142.22 | 174.15 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 224 | 0.62 | 0.30 | 0 | 0.12 | 209.14 | 0.69 | 0.6 |
| Hex | 54 | 9C | E0 | 3E | 1E | 0 | C | D1 | 45 | 3C |
| Octal | 124 | 234 | 340 | 76 | 36 | 0 | 14 | 321 | 105 | 74 |
| Binary | 1010100 | 10011100 | 11100000 | 111110 | 11110 | 0 | 1100 | 11010001 | 1000101 | 111100 |
Color Harmonies of #549CE0
Complementary color
Monochromatic Colors of #549CE0
Black with #549CE0
Text Example
Text Example
White with #549CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CE0; }
p { color: rgb(84,156,224); }
H1.HeaderClassName
{
color: #549CE0;
}
.AnyTagClassName
{
color: #549CE0;
}
</style>
background-color css
<style>
a { background-color: #549CE0; }
a { background-color: rgb(84,156,224); }
div.DivClassName
{
background-color: #549CE0;
}
.BgClassName
{
background-color: #549CE0;
}
</style>
border-color css
<style>
span { border-color: #549CE0; }
span { border-color: rgb(84,156,224); }
td.TdClassName
{
border-color: #549CE0;
}
.TagClassName
{
border-color: #549CE0;
}
</style>