Shades of Picton Blue #5493DC
Tints of Picton Blue #5493DC
RGB
CMYK
RGB Variations
Color information
#5493DC (or 0x5493DC) is known color: Picton Blue. HEX triplet: 54, 93 and DC. RGB value is (84,147,220). Sum of RGB (Red+Green+Blue) = 84+147+220=451 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.63% from 451); Green value is 147 (57.81% from 255 or 32.59% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #5493DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5493DC is #AB6C23. Grayscale: #888888. Windows color (decimal): -11234340 or 14455636. OLE color: 14455636.
HSL color Cylindrical-coordinate representation of color #5493DC: hue angle of 212.21º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5493DC is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 147 | 220 | - |
| CMYK | 0.62 | 0.33 | 0 | 0.14 |
| HSL | 212.21º | 0.66% | 0.6% | - |
| HSV(B) | 212.21º | 0.62% | 0.86% | - |
| XYZ | 27.01 | 27.92 | 71.68 | - |
| YUV | 136.49 | 175.13 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 220 | 0.62 | 0.33 | 0 | 0.14 | 212.21 | 0.66 | 0.6 |
| Hex | 54 | 93 | DC | 3E | 21 | 0 | E | D4 | 42 | 3C |
| Octal | 124 | 223 | 334 | 76 | 41 | 0 | 16 | 324 | 102 | 74 |
| Binary | 1010100 | 10010011 | 11011100 | 111110 | 100001 | 0 | 1110 | 11010100 | 1000010 | 111100 |
Color Harmonies of #5493DC
Complementary color
Monochromatic Colors of #5493DC
Black with #5493DC
Text Example
Text Example
White with #5493DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5493DC; }
p { color: rgb(84,147,220); }
H1.HeaderClassName
{
color: #5493DC;
}
.AnyTagClassName
{
color: #5493DC;
}
</style>
background-color css
<style>
a { background-color: #5493DC; }
a { background-color: rgb(84,147,220); }
div.DivClassName
{
background-color: #5493DC;
}
.BgClassName
{
background-color: #5493DC;
}
</style>
border-color css
<style>
span { border-color: #5493DC; }
span { border-color: rgb(84,147,220); }
td.TdClassName
{
border-color: #5493DC;
}
.TagClassName
{
border-color: #5493DC;
}
</style>