Shades of Picton Blue #55A8D9
Tints of Picton Blue #55A8D9
RGB
CMYK
RGB Variations
Color information
#55A8D9 (or 0x55A8D9) is known color: Picton Blue. HEX triplet: 55, A8 and D9. RGB value is (85,168,217). Sum of RGB (Red+Green+Blue) = 85+168+217=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 217 (85.16% from 255 or 46.17% from 470); Max value from RGB is 217 - color contains mainly: blue. Hex color #55A8D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8D9 is #AA5726. Grayscale: #949494. Windows color (decimal): -11163431 or 14264405. OLE color: 14264405.
HSL color Cylindrical-coordinate representation of color #55A8D9: hue angle of 202.27º 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 #55A8D9 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 168 | 217 | - |
| CMYK | 0.61 | 0.23 | 0 | 0.15 |
| HSL | 202.27º | 0.63% | 0.59% | - |
| HSV(B) | 202.27º | 0.61% | 0.85% | - |
| XYZ | 30.27 | 34.95 | 70.8 | - |
| YUV | 148.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 217 | 0.61 | 0.23 | 0 | 0.15 | 202.27 | 0.63 | 0.59 |
| Hex | 55 | A8 | D9 | 3D | 17 | 0 | F | CA | 3F | 3B |
| Octal | 125 | 250 | 331 | 75 | 27 | 0 | 17 | 312 | 77 | 73 |
| Binary | 1010101 | 10101000 | 11011001 | 111101 | 10111 | 0 | 1111 | 11001010 | 111111 | 111011 |
Color Harmonies of #55A8D9
Complementary color
Monochromatic Colors of #55A8D9
Black with #55A8D9
Text Example
Text Example
White with #55A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8D9; }
p { color: rgb(85,168,217); }
H1.HeaderClassName
{
color: #55A8D9;
}
.AnyTagClassName
{
color: #55A8D9;
}
</style>
background-color css
<style>
a { background-color: #55A8D9; }
a { background-color: rgb(85,168,217); }
div.DivClassName
{
background-color: #55A8D9;
}
.BgClassName
{
background-color: #55A8D9;
}
</style>
border-color css
<style>
span { border-color: #55A8D9; }
span { border-color: rgb(85,168,217); }
td.TdClassName
{
border-color: #55A8D9;
}
.TagClassName
{
border-color: #55A8D9;
}
</style>