Shades of Picton Blue #55AADB
Tints of Picton Blue #55AADB
RGB
CMYK
RGB Variations
Color information
#55AADB (or 0x55AADB) is known color: Picton Blue. HEX triplet: 55, AA and DB. RGB value is (85,170,219). Sum of RGB (Red+Green+Blue) = 85+170+219=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #55AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AADB is #AA5524. Grayscale: #959595. Windows color (decimal): -11162917 or 14395989. OLE color: 14395989.
HSL color Cylindrical-coordinate representation of color #55AADB: hue angle of 201.94º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55AADB is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 170 | 219 | - |
| CMYK | 0.61 | 0.22 | 0 | 0.14 |
| HSL | 201.94º | 0.65% | 0.6% | - |
| HSV(B) | 201.94º | 0.61% | 0.86% | - |
| XYZ | 30.91 | 35.8 | 72.3 | - |
| YUV | 150.17 | 166.84 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 219 | 0.61 | 0.22 | 0 | 0.14 | 201.94 | 0.65 | 0.6 |
| Hex | 55 | AA | DB | 3D | 16 | 0 | E | CA | 41 | 3C |
| Octal | 125 | 252 | 333 | 75 | 26 | 0 | 16 | 312 | 101 | 74 |
| Binary | 1010101 | 10101010 | 11011011 | 111101 | 10110 | 0 | 1110 | 11001010 | 1000001 | 111100 |
Color Harmonies of #55AADB
Complementary color
Monochromatic Colors of #55AADB
Black with #55AADB
Text Example
Text Example
White with #55AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AADB; }
p { color: rgb(85,170,219); }
H1.HeaderClassName
{
color: #55AADB;
}
.AnyTagClassName
{
color: #55AADB;
}
</style>
background-color css
<style>
a { background-color: #55AADB; }
a { background-color: rgb(85,170,219); }
div.DivClassName
{
background-color: #55AADB;
}
.BgClassName
{
background-color: #55AADB;
}
</style>
border-color css
<style>
span { border-color: #55AADB; }
span { border-color: rgb(85,170,219); }
td.TdClassName
{
border-color: #55AADB;
}
.TagClassName
{
border-color: #55AADB;
}
</style>