Shades of Picton Blue #549DCB
Tints of Picton Blue #549DCB
RGB
CMYK
RGB Variations
Color information
#549DCB (or 0x549DCB) is known color: Picton Blue. HEX triplet: 54, 9D and CB. RGB value is (84,157,203). Sum of RGB (Red+Green+Blue) = 84+157+203=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #549DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DCB is #AB6234. Grayscale: #8C8C8C. Windows color (decimal): -11231797 or 13344084. OLE color: 13344084.
HSL color Cylindrical-coordinate representation of color #549DCB: hue angle of 203.19º 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 #549DCB is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 157 | 203 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.20 |
| HSL | 203.19º | 0.53% | 0.56% | - |
| HSV(B) | 203.19º | 0.59% | 0.8% | - |
| XYZ | 26.49 | 30.31 | 60.95 | - |
| YUV | 140.42 | 163.32 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 203 | 0.59 | 0.23 | 0 | 0.20 | 203.19 | 0.53 | 0.56 |
| Hex | 54 | 9D | CB | 3B | 17 | 0 | 14 | CB | 35 | 38 |
| Octal | 124 | 235 | 313 | 73 | 27 | 0 | 24 | 313 | 65 | 70 |
| Binary | 1010100 | 10011101 | 11001011 | 111011 | 10111 | 0 | 10100 | 11001011 | 110101 | 111000 |
Color Harmonies of #549DCB
Complementary color
Monochromatic Colors of #549DCB
Black with #549DCB
Text Example
Text Example
White with #549DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DCB; }
p { color: rgb(84,157,203); }
H1.HeaderClassName
{
color: #549DCB;
}
.AnyTagClassName
{
color: #549DCB;
}
</style>
background-color css
<style>
a { background-color: #549DCB; }
a { background-color: rgb(84,157,203); }
div.DivClassName
{
background-color: #549DCB;
}
.BgClassName
{
background-color: #549DCB;
}
</style>
border-color css
<style>
span { border-color: #549DCB; }
span { border-color: rgb(84,157,203); }
td.TdClassName
{
border-color: #549DCB;
}
.TagClassName
{
border-color: #549DCB;
}
</style>