Shades of Picton Blue #549FCB
Tints of Picton Blue #549FCB
RGB
CMYK
RGB Variations
Color information
#549FCB (or 0x549FCB) is known color: Picton Blue. HEX triplet: 54, 9F and CB. RGB value is (84,159,203). Sum of RGB (Red+Green+Blue) = 84+159+203=446 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.83% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #549FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549FCB is #AB6034. Grayscale: #8D8D8D. Windows color (decimal): -11231285 or 13344596. OLE color: 13344596.
HSL color Cylindrical-coordinate representation of color #549FCB: hue angle of 202.18º degrees, saturation: 0.53, 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 #549FCB is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 159 | 203 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.20 |
| HSL | 202.18º | 0.53% | 0.56% | - |
| HSV(B) | 202.18º | 0.59% | 0.8% | - |
| XYZ | 26.83 | 30.99 | 61.07 | - |
| YUV | 141.59 | 162.65 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 159 | 203 | 0.59 | 0.22 | 0 | 0.20 | 202.18 | 0.53 | 0.56 |
| Hex | 54 | 9F | CB | 3B | 16 | 0 | 14 | CA | 35 | 38 |
| Octal | 124 | 237 | 313 | 73 | 26 | 0 | 24 | 312 | 65 | 70 |
| Binary | 1010100 | 10011111 | 11001011 | 111011 | 10110 | 0 | 10100 | 11001010 | 110101 | 111000 |
Color Harmonies of #549FCB
Complementary color
Monochromatic Colors of #549FCB
Black with #549FCB
Text Example
Text Example
White with #549FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549FCB; }
p { color: rgb(84,159,203); }
H1.HeaderClassName
{
color: #549FCB;
}
.AnyTagClassName
{
color: #549FCB;
}
</style>
background-color css
<style>
a { background-color: #549FCB; }
a { background-color: rgb(84,159,203); }
div.DivClassName
{
background-color: #549FCB;
}
.BgClassName
{
background-color: #549FCB;
}
</style>
border-color css
<style>
span { border-color: #549FCB; }
span { border-color: rgb(84,159,203); }
td.TdClassName
{
border-color: #549FCB;
}
.TagClassName
{
border-color: #549FCB;
}
</style>