Shades of Picton Blue #55AAD3
Tints of Picton Blue #55AAD3
RGB
CMYK
RGB Variations
Color information
#55AAD3 (or 0x55AAD3) is known color: Picton Blue. HEX triplet: 55, AA and D3. RGB value is (85,170,211). Sum of RGB (Red+Green+Blue) = 85+170+211=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #55AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAD3 is #AA552C. Grayscale: #959595. Windows color (decimal): -11162925 or 13871701. OLE color: 13871701.
HSL color Cylindrical-coordinate representation of color #55AAD3: hue angle of 199.52º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55AAD3 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 170 | 211 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.17 |
| HSL | 199.52º | 0.59% | 0.58% | - |
| HSV(B) | 199.52º | 0.6% | 0.83% | - |
| XYZ | 29.88 | 35.38 | 66.88 | - |
| YUV | 149.26 | 162.84 | 82.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 211 | 0.60 | 0.19 | 0 | 0.17 | 199.52 | 0.59 | 0.58 |
| Hex | 55 | AA | D3 | 3C | 13 | 0 | 11 | C8 | 3B | 3A |
| Octal | 125 | 252 | 323 | 74 | 23 | 0 | 21 | 310 | 73 | 72 |
| Binary | 1010101 | 10101010 | 11010011 | 111100 | 10011 | 0 | 10001 | 11001000 | 111011 | 111010 |
Color Harmonies of #55AAD3
Complementary color
Monochromatic Colors of #55AAD3
Black with #55AAD3
Text Example
Text Example
White with #55AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAD3; }
p { color: rgb(85,170,211); }
H1.HeaderClassName
{
color: #55AAD3;
}
.AnyTagClassName
{
color: #55AAD3;
}
</style>
background-color css
<style>
a { background-color: #55AAD3; }
a { background-color: rgb(85,170,211); }
div.DivClassName
{
background-color: #55AAD3;
}
.BgClassName
{
background-color: #55AAD3;
}
</style>
border-color css
<style>
span { border-color: #55AAD3; }
span { border-color: rgb(85,170,211); }
td.TdClassName
{
border-color: #55AAD3;
}
.TagClassName
{
border-color: #55AAD3;
}
</style>