Shades of Picton Blue #549DDB
Tints of Picton Blue #549DDB
RGB
CMYK
RGB Variations
Color information
#549DDB (or 0x549DDB) is known color: Picton Blue. HEX triplet: 54, 9D and DB. RGB value is (84,157,219). Sum of RGB (Red+Green+Blue) = 84+157+219=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #549DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #549DDB is #AB6224. Grayscale: #8D8D8D. Windows color (decimal): -11231781 or 14392660. OLE color: 14392660.
HSL color Cylindrical-coordinate representation of color #549DDB: hue angle of 207.56º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #549DDB is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 157 | 219 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.14 |
| HSL | 207.56º | 0.65% | 0.59% | - |
| HSV(B) | 207.56º | 0.62% | 0.86% | - |
| XYZ | 28.5 | 31.11 | 71.52 | - |
| YUV | 142.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 219 | 0.62 | 0.28 | 0 | 0.14 | 207.56 | 0.65 | 0.59 |
| Hex | 54 | 9D | DB | 3E | 1C | 0 | E | D0 | 41 | 3B |
| Octal | 124 | 235 | 333 | 76 | 34 | 0 | 16 | 320 | 101 | 73 |
| Binary | 1010100 | 10011101 | 11011011 | 111110 | 11100 | 0 | 1110 | 11010000 | 1000001 | 111011 |
Color Harmonies of #549DDB
Complementary color
Monochromatic Colors of #549DDB
Black with #549DDB
Text Example
Text Example
White with #549DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549DDB; }
p { color: rgb(84,157,219); }
H1.HeaderClassName
{
color: #549DDB;
}
.AnyTagClassName
{
color: #549DDB;
}
</style>
background-color css
<style>
a { background-color: #549DDB; }
a { background-color: rgb(84,157,219); }
div.DivClassName
{
background-color: #549DDB;
}
.BgClassName
{
background-color: #549DDB;
}
</style>
border-color css
<style>
span { border-color: #549DDB; }
span { border-color: rgb(84,157,219); }
td.TdClassName
{
border-color: #549DDB;
}
.TagClassName
{
border-color: #549DDB;
}
</style>