Shades of Picton Blue #55A5DF
Tints of Picton Blue #55A5DF
RGB
CMYK
RGB Variations
Color information
#55A5DF (or 0x55A5DF) is known color: Picton Blue. HEX triplet: 55, A5 and DF. RGB value is (85,165,223). Sum of RGB (Red+Green+Blue) = 85+165+223=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #55A5DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A5DF is #AA5A20. Grayscale: #939393. Windows color (decimal): -11164193 or 14656853. OLE color: 14656853.
HSL color Cylindrical-coordinate representation of color #55A5DF: hue angle of 205.22º 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 #55A5DF is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 165 | 223 | - |
| CMYK | 0.62 | 0.26 | 0 | 0.13 |
| HSL | 205.22º | 0.68% | 0.6% | - |
| HSV(B) | 205.22º | 0.62% | 0.87% | - |
| XYZ | 30.52 | 34.17 | 74.8 | - |
| YUV | 147.69 | 170.5 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 165 | 223 | 0.62 | 0.26 | 0 | 0.13 | 205.22 | 0.68 | 0.6 |
| Hex | 55 | A5 | DF | 3E | 1A | 0 | D | CD | 44 | 3C |
| Octal | 125 | 245 | 337 | 76 | 32 | 0 | 15 | 315 | 104 | 74 |
| Binary | 1010101 | 10100101 | 11011111 | 111110 | 11010 | 0 | 1101 | 11001101 | 1000100 | 111100 |
Color Harmonies of #55A5DF
Complementary color
Monochromatic Colors of #55A5DF
Black with #55A5DF
Text Example
Text Example
White with #55A5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A5DF; }
p { color: rgb(85,165,223); }
H1.HeaderClassName
{
color: #55A5DF;
}
.AnyTagClassName
{
color: #55A5DF;
}
</style>
background-color css
<style>
a { background-color: #55A5DF; }
a { background-color: rgb(85,165,223); }
div.DivClassName
{
background-color: #55A5DF;
}
.BgClassName
{
background-color: #55A5DF;
}
</style>
border-color css
<style>
span { border-color: #55A5DF; }
span { border-color: rgb(85,165,223); }
td.TdClassName
{
border-color: #55A5DF;
}
.TagClassName
{
border-color: #55A5DF;
}
</style>