Shades of Picton Blue #549BCC
Tints of Picton Blue #549BCC
RGB
CMYK
RGB Variations
Color information
#549BCC (or 0x549BCC) is known color: Picton Blue. HEX triplet: 54, 9B and CC. RGB value is (84,155,204). Sum of RGB (Red+Green+Blue) = 84+155+204=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #549BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549BCC is #AB6433. Grayscale: #8B8B8B. Windows color (decimal): -11232308 or 13409108. OLE color: 13409108.
HSL color Cylindrical-coordinate representation of color #549BCC: hue angle of 204.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #549BCC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 155 | 204 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.2 |
| HSL | 204.5º | 0.54% | 0.56% | - |
| HSV(B) | 204.5º | 0.59% | 0.8% | - |
| XYZ | 26.28 | 29.69 | 61.47 | - |
| YUV | 139.36 | 164.48 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 155 | 204 | 0.59 | 0.24 | 0 | 0.2 | 204.5 | 0.54 | 0.56 |
| Hex | 54 | 9B | CC | 3B | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 124 | 233 | 314 | 73 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010100 | 10011011 | 11001100 | 111011 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #549BCC
Complementary color
Monochromatic Colors of #549BCC
Black with #549BCC
Text Example
Text Example
White with #549BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549BCC; }
p { color: rgb(84,155,204); }
H1.HeaderClassName
{
color: #549BCC;
}
.AnyTagClassName
{
color: #549BCC;
}
</style>
background-color css
<style>
a { background-color: #549BCC; }
a { background-color: rgb(84,155,204); }
div.DivClassName
{
background-color: #549BCC;
}
.BgClassName
{
background-color: #549BCC;
}
</style>
border-color css
<style>
span { border-color: #549BCC; }
span { border-color: rgb(84,155,204); }
td.TdClassName
{
border-color: #549BCC;
}
.TagClassName
{
border-color: #549BCC;
}
</style>