Shades of Picton Blue #55A0D5
Tints of Picton Blue #55A0D5
RGB
CMYK
RGB Variations
Color information
#55A0D5 (or 0x55A0D5) is known color: Picton Blue. HEX triplet: 55, A0 and D5. RGB value is (85,160,213). Sum of RGB (Red+Green+Blue) = 85+160+213=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 160 (62.89% from 255 or 34.93% from 458); Blue value is 213 (83.59% from 255 or 46.51% from 458); Max value from RGB is 213 - color contains mainly: blue. Hex color #55A0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A0D5 is #AA5F2A. Grayscale: #8F8F8F. Windows color (decimal): -11165483 or 14000213. OLE color: 14000213.
HSL color Cylindrical-coordinate representation of color #55A0D5: hue angle of 204.84º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55A0D5 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 160 | 213 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.16 |
| HSL | 204.84º | 0.6% | 0.58% | - |
| HSV(B) | 204.84º | 0.6% | 0.84% | - |
| XYZ | 28.33 | 31.88 | 67.61 | - |
| YUV | 143.62 | 167.15 | 86.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 160 | 213 | 0.60 | 0.25 | 0 | 0.16 | 204.84 | 0.6 | 0.58 |
| Hex | 55 | A0 | D5 | 3C | 19 | 0 | 10 | CD | 3C | 3A |
| Octal | 125 | 240 | 325 | 74 | 31 | 0 | 20 | 315 | 74 | 72 |
| Binary | 1010101 | 10100000 | 11010101 | 111100 | 11001 | 0 | 10000 | 11001101 | 111100 | 111010 |
Color Harmonies of #55A0D5
Complementary color
Monochromatic Colors of #55A0D5
Black with #55A0D5
Text Example
Text Example
White with #55A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A0D5; }
p { color: rgb(85,160,213); }
H1.HeaderClassName
{
color: #55A0D5;
}
.AnyTagClassName
{
color: #55A0D5;
}
</style>
background-color css
<style>
a { background-color: #55A0D5; }
a { background-color: rgb(85,160,213); }
div.DivClassName
{
background-color: #55A0D5;
}
.BgClassName
{
background-color: #55A0D5;
}
</style>
border-color css
<style>
span { border-color: #55A0D5; }
span { border-color: rgb(85,160,213); }
td.TdClassName
{
border-color: #55A0D5;
}
.TagClassName
{
border-color: #55A0D5;
}
</style>