Shades of Picton Blue #55A1DD
Tints of Picton Blue #55A1DD
RGB
CMYK
RGB Variations
Color information
#55A1DD (or 0x55A1DD) is known color: Picton Blue. HEX triplet: 55, A1 and DD. RGB value is (85,161,221). Sum of RGB (Red+Green+Blue) = 85+161+221=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #55A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A1DD is #AA5E22. Grayscale: #909090. Windows color (decimal): -11165219 or 14524757. OLE color: 14524757.
HSL color Cylindrical-coordinate representation of color #55A1DD: hue angle of 206.47º degrees, saturation: 0.67, 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 #55A1DD is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 161 | 221 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.13 |
| HSL | 206.47º | 0.67% | 0.6% | - |
| HSV(B) | 206.47º | 0.62% | 0.87% | - |
| XYZ | 29.54 | 32.64 | 73.15 | - |
| YUV | 145.12 | 170.82 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 221 | 0.62 | 0.27 | 0 | 0.13 | 206.47 | 0.67 | 0.6 |
| Hex | 55 | A1 | DD | 3E | 1B | 0 | D | CE | 43 | 3C |
| Octal | 125 | 241 | 335 | 76 | 33 | 0 | 15 | 316 | 103 | 74 |
| Binary | 1010101 | 10100001 | 11011101 | 111110 | 11011 | 0 | 1101 | 11001110 | 1000011 | 111100 |
Color Harmonies of #55A1DD
Complementary color
Monochromatic Colors of #55A1DD
Black with #55A1DD
Text Example
Text Example
White with #55A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A1DD; }
p { color: rgb(85,161,221); }
H1.HeaderClassName
{
color: #55A1DD;
}
.AnyTagClassName
{
color: #55A1DD;
}
</style>
background-color css
<style>
a { background-color: #55A1DD; }
a { background-color: rgb(85,161,221); }
div.DivClassName
{
background-color: #55A1DD;
}
.BgClassName
{
background-color: #55A1DD;
}
</style>
border-color css
<style>
span { border-color: #55A1DD; }
span { border-color: rgb(85,161,221); }
td.TdClassName
{
border-color: #55A1DD;
}
.TagClassName
{
border-color: #55A1DD;
}
</style>