Shades of Picton Blue #549CE1
Tints of Picton Blue #549CE1
RGB
CMYK
RGB Variations
Color information
#549CE1 (or 0x549CE1) is known color: Picton Blue. HEX triplet: 54, 9C and E1. RGB value is (84,156,225). Sum of RGB (Red+Green+Blue) = 84+156+225=465 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.06% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #549CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CE1 is #AB631E. Grayscale: #8D8D8D. Windows color (decimal): -11232031 or 14785620. OLE color: 14785620.
HSL color Cylindrical-coordinate representation of color #549CE1: hue angle of 209.36º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #549CE1 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 156 | 225 | - |
| CMYK | 0.63 | 0.31 | 0 | 0.12 |
| HSL | 209.36º | 0.7% | 0.61% | - |
| HSV(B) | 209.36º | 0.63% | 0.88% | - |
| XYZ | 29.14 | 31.1 | 75.7 | - |
| YUV | 142.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 225 | 0.63 | 0.31 | 0 | 0.12 | 209.36 | 0.7 | 0.61 |
| Hex | 54 | 9C | E1 | 3F | 1F | 0 | C | D1 | 46 | 3D |
| Octal | 124 | 234 | 341 | 77 | 37 | 0 | 14 | 321 | 106 | 75 |
| Binary | 1010100 | 10011100 | 11100001 | 111111 | 11111 | 0 | 1100 | 11010001 | 1000110 | 111101 |
Color Harmonies of #549CE1
Complementary color
Monochromatic Colors of #549CE1
Black with #549CE1
Text Example
Text Example
White with #549CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CE1; }
p { color: rgb(84,156,225); }
H1.HeaderClassName
{
color: #549CE1;
}
.AnyTagClassName
{
color: #549CE1;
}
</style>
background-color css
<style>
a { background-color: #549CE1; }
a { background-color: rgb(84,156,225); }
div.DivClassName
{
background-color: #549CE1;
}
.BgClassName
{
background-color: #549CE1;
}
</style>
border-color css
<style>
span { border-color: #549CE1; }
span { border-color: rgb(84,156,225); }
td.TdClassName
{
border-color: #549CE1;
}
.TagClassName
{
border-color: #549CE1;
}
</style>