Shades of Picton Blue #55A2D9
Tints of Picton Blue #55A2D9
RGB
CMYK
RGB Variations
Color information
#55A2D9 (or 0x55A2D9) is known color: Picton Blue. HEX triplet: 55, A2 and D9. RGB value is (85,162,217). Sum of RGB (Red+Green+Blue) = 85+162+217=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 217 (85.16% from 255 or 46.77% from 464); Max value from RGB is 217 - color contains mainly: blue. Hex color #55A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2D9 is #AA5D26. Grayscale: #909090. Windows color (decimal): -11164967 or 14262869. OLE color: 14262869.
HSL color Cylindrical-coordinate representation of color #55A2D9: hue angle of 205º degrees, saturation: 0.63, 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 #55A2D9 is Cyan = 0.61, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 162 | 217 | - |
| CMYK | 0.61 | 0.25 | 0 | 0.15 |
| HSL | 205º | 0.63% | 0.59% | - |
| HSV(B) | 205º | 0.61% | 0.85% | - |
| XYZ | 29.19 | 32.78 | 70.43 | - |
| YUV | 145.25 | 168.49 | 85.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 217 | 0.61 | 0.25 | 0 | 0.15 | 205 | 0.63 | 0.59 |
| Hex | 55 | A2 | D9 | 3D | 19 | 0 | F | CD | 3F | 3B |
| Octal | 125 | 242 | 331 | 75 | 31 | 0 | 17 | 315 | 77 | 73 |
| Binary | 1010101 | 10100010 | 11011001 | 111101 | 11001 | 0 | 1111 | 11001101 | 111111 | 111011 |
Color Harmonies of #55A2D9
Complementary color
Monochromatic Colors of #55A2D9
Black with #55A2D9
Text Example
Text Example
White with #55A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2D9; }
p { color: rgb(85,162,217); }
H1.HeaderClassName
{
color: #55A2D9;
}
.AnyTagClassName
{
color: #55A2D9;
}
</style>
background-color css
<style>
a { background-color: #55A2D9; }
a { background-color: rgb(85,162,217); }
div.DivClassName
{
background-color: #55A2D9;
}
.BgClassName
{
background-color: #55A2D9;
}
</style>
border-color css
<style>
span { border-color: #55A2D9; }
span { border-color: rgb(85,162,217); }
td.TdClassName
{
border-color: #55A2D9;
}
.TagClassName
{
border-color: #55A2D9;
}
</style>