Shades of Picton Blue #548EDA
Tints of Picton Blue #548EDA
RGB
CMYK
RGB Variations
Color information
#548EDA (or 0x548EDA) is known color: Picton Blue. HEX triplet: 54, 8E and DA. RGB value is (84,142,218). Sum of RGB (Red+Green+Blue) = 84+142+218=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #548EDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548EDA is #AB7125. Grayscale: #848484. Windows color (decimal): -11235622 or 14323284. OLE color: 14323284.
HSL color Cylindrical-coordinate representation of color #548EDA: hue angle of 214.03º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #548EDA is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 142 | 218 | - |
| CMYK | 0.61 | 0.35 | 0 | 0.15 |
| HSL | 214.03º | 0.64% | 0.59% | - |
| HSV(B) | 214.03º | 0.61% | 0.85% | - |
| XYZ | 25.98 | 26.29 | 70.04 | - |
| YUV | 133.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 218 | 0.61 | 0.35 | 0 | 0.15 | 214.03 | 0.64 | 0.59 |
| Hex | 54 | 8E | DA | 3D | 23 | 0 | F | D6 | 40 | 3B |
| Octal | 124 | 216 | 332 | 75 | 43 | 0 | 17 | 326 | 100 | 73 |
| Binary | 1010100 | 10001110 | 11011010 | 111101 | 100011 | 0 | 1111 | 11010110 | 1000000 | 111011 |
Color Harmonies of #548EDA
Complementary color
Monochromatic Colors of #548EDA
Black with #548EDA
Text Example
Text Example
White with #548EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548EDA; }
p { color: rgb(84,142,218); }
H1.HeaderClassName
{
color: #548EDA;
}
.AnyTagClassName
{
color: #548EDA;
}
</style>
background-color css
<style>
a { background-color: #548EDA; }
a { background-color: rgb(84,142,218); }
div.DivClassName
{
background-color: #548EDA;
}
.BgClassName
{
background-color: #548EDA;
}
</style>
border-color css
<style>
span { border-color: #548EDA; }
span { border-color: rgb(84,142,218); }
td.TdClassName
{
border-color: #548EDA;
}
.TagClassName
{
border-color: #548EDA;
}
</style>