Shades of Picton Blue #549BE0
Tints of Picton Blue #549BE0
RGB
CMYK
RGB Variations
Color information
#549BE0 (or 0x549BE0) is known color: Picton Blue. HEX triplet: 54, 9B and E0. RGB value is (84,155,224). Sum of RGB (Red+Green+Blue) = 84+155+224=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #549BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BE0 is #AB641F. Grayscale: #8D8D8D. Windows color (decimal): -11232288 or 14719828. OLE color: 14719828.
HSL color Cylindrical-coordinate representation of color #549BE0: hue angle of 209.57º 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 #549BE0 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 155 | 224 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.12 |
| HSL | 209.57º | 0.69% | 0.6% | - |
| HSV(B) | 209.57º | 0.63% | 0.88% | - |
| XYZ | 28.83 | 30.71 | 74.93 | - |
| YUV | 141.64 | 174.48 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 224 | 0.62 | 0.31 | 0 | 0.12 | 209.57 | 0.69 | 0.6 |
| Hex | 54 | 9B | E0 | 3E | 1F | 0 | C | D2 | 45 | 3C |
| Octal | 124 | 233 | 340 | 76 | 37 | 0 | 14 | 322 | 105 | 74 |
| Binary | 1010100 | 10011011 | 11100000 | 111110 | 11111 | 0 | 1100 | 11010010 | 1000101 | 111100 |
Color Harmonies of #549BE0
Complementary color
Monochromatic Colors of #549BE0
Black with #549BE0
Text Example
Text Example
White with #549BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BE0; }
p { color: rgb(84,155,224); }
H1.HeaderClassName
{
color: #549BE0;
}
.AnyTagClassName
{
color: #549BE0;
}
</style>
background-color css
<style>
a { background-color: #549BE0; }
a { background-color: rgb(84,155,224); }
div.DivClassName
{
background-color: #549BE0;
}
.BgClassName
{
background-color: #549BE0;
}
</style>
border-color css
<style>
span { border-color: #549BE0; }
span { border-color: rgb(84,155,224); }
td.TdClassName
{
border-color: #549BE0;
}
.TagClassName
{
border-color: #549BE0;
}
</style>