Shades of Picton Blue #549CCF
Tints of Picton Blue #549CCF
RGB
CMYK
RGB Variations
Color information
#549CCF (or 0x549CCF) is known color: Picton Blue. HEX triplet: 54, 9C and CF. RGB value is (84,156,207). Sum of RGB (Red+Green+Blue) = 84+156+207=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #549CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CCF is #AB6330. Grayscale: #8C8C8C. Windows color (decimal): -11232049 or 13605972. OLE color: 13605972.
HSL color Cylindrical-coordinate representation of color #549CCF: hue angle of 204.88º degrees, saturation: 0.56, 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 #549CCF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 156 | 207 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.19 |
| HSL | 204.88º | 0.56% | 0.57% | - |
| HSV(B) | 204.88º | 0.59% | 0.81% | - |
| XYZ | 26.81 | 30.17 | 63.44 | - |
| YUV | 140.29 | 165.65 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 207 | 0.59 | 0.25 | 0 | 0.19 | 204.88 | 0.56 | 0.57 |
| Hex | 54 | 9C | CF | 3B | 19 | 0 | 13 | CD | 38 | 39 |
| Octal | 124 | 234 | 317 | 73 | 31 | 0 | 23 | 315 | 70 | 71 |
| Binary | 1010100 | 10011100 | 11001111 | 111011 | 11001 | 0 | 10011 | 11001101 | 111000 | 111001 |
Color Harmonies of #549CCF
Complementary color
Monochromatic Colors of #549CCF
Black with #549CCF
Text Example
Text Example
White with #549CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CCF; }
p { color: rgb(84,156,207); }
H1.HeaderClassName
{
color: #549CCF;
}
.AnyTagClassName
{
color: #549CCF;
}
</style>
background-color css
<style>
a { background-color: #549CCF; }
a { background-color: rgb(84,156,207); }
div.DivClassName
{
background-color: #549CCF;
}
.BgClassName
{
background-color: #549CCF;
}
</style>
border-color css
<style>
span { border-color: #549CCF; }
span { border-color: rgb(84,156,207); }
td.TdClassName
{
border-color: #549CCF;
}
.TagClassName
{
border-color: #549CCF;
}
</style>