Shades of Picton Blue #55A8DF
Tints of Picton Blue #55A8DF
RGB
CMYK
RGB Variations
Color information
#55A8DF (or 0x55A8DF) is known color: Picton Blue. HEX triplet: 55, A8 and DF. RGB value is (85,168,223). Sum of RGB (Red+Green+Blue) = 85+168+223=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 223 - color contains mainly: blue. Hex color #55A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8DF is #AA5720. Grayscale: #959595. Windows color (decimal): -11163425 or 14657621. OLE color: 14657621.
HSL color Cylindrical-coordinate representation of color #55A8DF: hue angle of 203.91º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55A8DF is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 168 | 223 | - |
| CMYK | 0.62 | 0.25 | 0 | 0.13 |
| HSL | 203.91º | 0.68% | 0.6% | - |
| HSV(B) | 203.91º | 0.62% | 0.87% | - |
| XYZ | 31.07 | 35.26 | 74.98 | - |
| YUV | 149.45 | 169.5 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 168 | 223 | 0.62 | 0.25 | 0 | 0.13 | 203.91 | 0.68 | 0.6 |
| Hex | 55 | A8 | DF | 3E | 19 | 0 | D | CC | 44 | 3C |
| Octal | 125 | 250 | 337 | 76 | 31 | 0 | 15 | 314 | 104 | 74 |
| Binary | 1010101 | 10101000 | 11011111 | 111110 | 11001 | 0 | 1101 | 11001100 | 1000100 | 111100 |
Color Harmonies of #55A8DF
Complementary color
Monochromatic Colors of #55A8DF
Black with #55A8DF
Text Example
Text Example
White with #55A8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A8DF; }
p { color: rgb(85,168,223); }
H1.HeaderClassName
{
color: #55A8DF;
}
.AnyTagClassName
{
color: #55A8DF;
}
</style>
background-color css
<style>
a { background-color: #55A8DF; }
a { background-color: rgb(85,168,223); }
div.DivClassName
{
background-color: #55A8DF;
}
.BgClassName
{
background-color: #55A8DF;
}
</style>
border-color css
<style>
span { border-color: #55A8DF; }
span { border-color: rgb(85,168,223); }
td.TdClassName
{
border-color: #55A8DF;
}
.TagClassName
{
border-color: #55A8DF;
}
</style>