Shades of Picton Blue #549DCC
Tints of Picton Blue #549DCC
RGB
CMYK
RGB Variations
Color information
#549DCC (or 0x549DCC) is known color: Picton Blue. HEX triplet: 54, 9D and CC. RGB value is (84,157,204). Sum of RGB (Red+Green+Blue) = 84+157+204=445 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.88% from 445); Green value is 157 (61.72% from 255 or 35.28% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #549DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DCC is #AB6233. Grayscale: #8C8C8C. Windows color (decimal): -11231796 or 13409620. OLE color: 13409620.
HSL color Cylindrical-coordinate representation of color #549DCC: hue angle of 203.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 #549DCC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 157 | 204 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.2 |
| HSL | 203.5º | 0.54% | 0.56% | - |
| HSV(B) | 203.5º | 0.59% | 0.8% | - |
| XYZ | 26.61 | 30.36 | 61.58 | - |
| YUV | 140.53 | 163.82 | 87.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 204 | 0.59 | 0.23 | 0 | 0.2 | 203.5 | 0.54 | 0.56 |
| Hex | 54 | 9D | CC | 3B | 17 | 0 | 14 | CC | 36 | 38 |
| Octal | 124 | 235 | 314 | 73 | 27 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010100 | 10011101 | 11001100 | 111011 | 10111 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #549DCC
Complementary color
Monochromatic Colors of #549DCC
Black with #549DCC
Text Example
Text Example
White with #549DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DCC; }
p { color: rgb(84,157,204); }
H1.HeaderClassName
{
color: #549DCC;
}
.AnyTagClassName
{
color: #549DCC;
}
</style>
background-color css
<style>
a { background-color: #549DCC; }
a { background-color: rgb(84,157,204); }
div.DivClassName
{
background-color: #549DCC;
}
.BgClassName
{
background-color: #549DCC;
}
</style>
border-color css
<style>
span { border-color: #549DCC; }
span { border-color: rgb(84,157,204); }
td.TdClassName
{
border-color: #549DCC;
}
.TagClassName
{
border-color: #549DCC;
}
</style>