Shades of Picton Blue #5499DC
Tints of Picton Blue #5499DC
RGB
CMYK
RGB Variations
Color information
#5499DC (or 0x5499DC) is known color: Picton Blue. HEX triplet: 54, 99 and DC. RGB value is (84,153,220). Sum of RGB (Red+Green+Blue) = 84+153+220=457 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.38% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #5499DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5499DC is #AB6623. Grayscale: #8B8B8B. Windows color (decimal): -11232804 or 14457172. OLE color: 14457172.
HSL color Cylindrical-coordinate representation of color #5499DC: hue angle of 209.56º 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 #5499DC is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 153 | 220 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.14 |
| HSL | 209.56º | 0.66% | 0.6% | - |
| HSV(B) | 209.56º | 0.62% | 0.86% | - |
| XYZ | 27.97 | 29.83 | 71.99 | - |
| YUV | 140.01 | 173.14 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 220 | 0.62 | 0.30 | 0 | 0.14 | 209.56 | 0.66 | 0.6 |
| Hex | 54 | 99 | DC | 3E | 1E | 0 | E | D2 | 42 | 3C |
| Octal | 124 | 231 | 334 | 76 | 36 | 0 | 16 | 322 | 102 | 74 |
| Binary | 1010100 | 10011001 | 11011100 | 111110 | 11110 | 0 | 1110 | 11010010 | 1000010 | 111100 |
Color Harmonies of #5499DC
Complementary color
Monochromatic Colors of #5499DC
Black with #5499DC
Text Example
Text Example
White with #5499DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5499DC; }
p { color: rgb(84,153,220); }
H1.HeaderClassName
{
color: #5499DC;
}
.AnyTagClassName
{
color: #5499DC;
}
</style>
background-color css
<style>
a { background-color: #5499DC; }
a { background-color: rgb(84,153,220); }
div.DivClassName
{
background-color: #5499DC;
}
.BgClassName
{
background-color: #5499DC;
}
</style>
border-color css
<style>
span { border-color: #5499DC; }
span { border-color: rgb(84,153,220); }
td.TdClassName
{
border-color: #5499DC;
}
.TagClassName
{
border-color: #5499DC;
}
</style>