Shades of Picton Blue #55ADDD
Tints of Picton Blue #55ADDD
RGB
CMYK
RGB Variations
Color information
#55ADDD (or 0x55ADDD) is known color: Picton Blue. HEX triplet: 55, AD and DD. RGB value is (85,173,221). Sum of RGB (Red+Green+Blue) = 85+173+221=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #55ADDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADDD is #AA5222. Grayscale: #979797. Windows color (decimal): -11162147 or 14527829. OLE color: 14527829.
HSL color Cylindrical-coordinate representation of color #55ADDD: hue angle of 201.18º 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 #55ADDD is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 173 | 221 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.13 |
| HSL | 201.18º | 0.67% | 0.6% | - |
| HSV(B) | 201.18º | 0.62% | 0.87% | - |
| XYZ | 31.74 | 37.04 | 73.88 | - |
| YUV | 152.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 221 | 0.62 | 0.22 | 0 | 0.13 | 201.18 | 0.67 | 0.6 |
| Hex | 55 | AD | DD | 3E | 16 | 0 | D | C9 | 43 | 3C |
| Octal | 125 | 255 | 335 | 76 | 26 | 0 | 15 | 311 | 103 | 74 |
| Binary | 1010101 | 10101101 | 11011101 | 111110 | 10110 | 0 | 1101 | 11001001 | 1000011 | 111100 |
Color Harmonies of #55ADDD
Complementary color
Monochromatic Colors of #55ADDD
Black with #55ADDD
Text Example
Text Example
White with #55ADDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADDD; }
p { color: rgb(85,173,221); }
H1.HeaderClassName
{
color: #55ADDD;
}
.AnyTagClassName
{
color: #55ADDD;
}
</style>
background-color css
<style>
a { background-color: #55ADDD; }
a { background-color: rgb(85,173,221); }
div.DivClassName
{
background-color: #55ADDD;
}
.BgClassName
{
background-color: #55ADDD;
}
</style>
border-color css
<style>
span { border-color: #55ADDD; }
span { border-color: rgb(85,173,221); }
td.TdClassName
{
border-color: #55ADDD;
}
.TagClassName
{
border-color: #55ADDD;
}
</style>