Shades of Picton Blue #55A8DC
Tints of Picton Blue #55A8DC
RGB
CMYK
RGB Variations
Color information
#55A8DC (or 0x55A8DC) is known color: Picton Blue. HEX triplet: 55, A8 and DC. RGB value is (85,168,220). Sum of RGB (Red+Green+Blue) = 85+168+220=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #55A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8DC is #AA5723. Grayscale: #949494. Windows color (decimal): -11163428 or 14461013. OLE color: 14461013.
HSL color Cylindrical-coordinate representation of color #55A8DC: hue angle of 203.11º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55A8DC is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 168 | 220 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.14 |
| HSL | 203.11º | 0.66% | 0.6% | - |
| HSV(B) | 203.11º | 0.61% | 0.86% | - |
| XYZ | 30.67 | 35.1 | 72.87 | - |
| YUV | 149.11 | 168 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 220 | 0.61 | 0.24 | 0 | 0.14 | 203.11 | 0.66 | 0.6 |
| Hex | 55 | A8 | DC | 3D | 18 | 0 | E | CB | 42 | 3C |
| Octal | 125 | 250 | 334 | 75 | 30 | 0 | 16 | 313 | 102 | 74 |
| Binary | 1010101 | 10101000 | 11011100 | 111101 | 11000 | 0 | 1110 | 11001011 | 1000010 | 111100 |
Color Harmonies of #55A8DC
Complementary color
Monochromatic Colors of #55A8DC
Black with #55A8DC
Text Example
Text Example
White with #55A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8DC; }
p { color: rgb(85,168,220); }
H1.HeaderClassName
{
color: #55A8DC;
}
.AnyTagClassName
{
color: #55A8DC;
}
</style>
background-color css
<style>
a { background-color: #55A8DC; }
a { background-color: rgb(85,168,220); }
div.DivClassName
{
background-color: #55A8DC;
}
.BgClassName
{
background-color: #55A8DC;
}
</style>
border-color css
<style>
span { border-color: #55A8DC; }
span { border-color: rgb(85,168,220); }
td.TdClassName
{
border-color: #55A8DC;
}
.TagClassName
{
border-color: #55A8DC;
}
</style>