Shades of Picton Blue #549BCE
Tints of Picton Blue #549BCE
RGB
CMYK
RGB Variations
Color information
#549BCE (or 0x549BCE) is known color: Picton Blue. HEX triplet: 54, 9B and CE. RGB value is (84,155,206). Sum of RGB (Red+Green+Blue) = 84+155+206=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #549BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BCE is #AB6431. Grayscale: #8B8B8B. Windows color (decimal): -11232306 or 13540180. OLE color: 13540180.
HSL color Cylindrical-coordinate representation of color #549BCE: hue angle of 205.08º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549BCE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 155 | 206 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.19 |
| HSL | 205.08º | 0.55% | 0.57% | - |
| HSV(B) | 205.08º | 0.59% | 0.81% | - |
| XYZ | 26.52 | 29.78 | 62.74 | - |
| YUV | 139.59 | 165.48 | 88.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 206 | 0.59 | 0.25 | 0 | 0.19 | 205.08 | 0.55 | 0.57 |
| Hex | 54 | 9B | CE | 3B | 19 | 0 | 13 | CD | 37 | 39 |
| Octal | 124 | 233 | 316 | 73 | 31 | 0 | 23 | 315 | 67 | 71 |
| Binary | 1010100 | 10011011 | 11001110 | 111011 | 11001 | 0 | 10011 | 11001101 | 110111 | 111001 |
Color Harmonies of #549BCE
Complementary color
Monochromatic Colors of #549BCE
Black with #549BCE
Text Example
Text Example
White with #549BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BCE; }
p { color: rgb(84,155,206); }
H1.HeaderClassName
{
color: #549BCE;
}
.AnyTagClassName
{
color: #549BCE;
}
</style>
background-color css
<style>
a { background-color: #549BCE; }
a { background-color: rgb(84,155,206); }
div.DivClassName
{
background-color: #549BCE;
}
.BgClassName
{
background-color: #549BCE;
}
</style>
border-color css
<style>
span { border-color: #549BCE; }
span { border-color: rgb(84,155,206); }
td.TdClassName
{
border-color: #549BCE;
}
.TagClassName
{
border-color: #549BCE;
}
</style>