Shades of Picton Blue #549CCC
Tints of Picton Blue #549CCC
RGB
CMYK
RGB Variations
Color information
#549CCC (or 0x549CCC) is known color: Picton Blue. HEX triplet: 54, 9C and CC. RGB value is (84,156,204). Sum of RGB (Red+Green+Blue) = 84+156+204=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #549CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549CCC is #AB6333. Grayscale: #8B8B8B. Windows color (decimal): -11232052 or 13409364. OLE color: 13409364.
HSL color Cylindrical-coordinate representation of color #549CCC: hue angle of 204º 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 #549CCC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 156 | 204 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.2 |
| HSL | 204º | 0.54% | 0.56% | - |
| HSV(B) | 204º | 0.59% | 0.8% | - |
| XYZ | 26.44 | 30.02 | 61.53 | - |
| YUV | 139.94 | 164.15 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 204 | 0.59 | 0.24 | 0 | 0.2 | 204 | 0.54 | 0.56 |
| Hex | 54 | 9C | CC | 3B | 18 | 0 | 14 | CC | 36 | 38 |
| Octal | 124 | 234 | 314 | 73 | 30 | 0 | 24 | 314 | 66 | 70 |
| Binary | 1010100 | 10011100 | 11001100 | 111011 | 11000 | 0 | 10100 | 11001100 | 110110 | 111000 |
Color Harmonies of #549CCC
Complementary color
Monochromatic Colors of #549CCC
Black with #549CCC
Text Example
Text Example
White with #549CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549CCC; }
p { color: rgb(84,156,204); }
H1.HeaderClassName
{
color: #549CCC;
}
.AnyTagClassName
{
color: #549CCC;
}
</style>
background-color css
<style>
a { background-color: #549CCC; }
a { background-color: rgb(84,156,204); }
div.DivClassName
{
background-color: #549CCC;
}
.BgClassName
{
background-color: #549CCC;
}
</style>
border-color css
<style>
span { border-color: #549CCC; }
span { border-color: rgb(84,156,204); }
td.TdClassName
{
border-color: #549CCC;
}
.TagClassName
{
border-color: #549CCC;
}
</style>