Shades of Picton Blue #55ADD5
Tints of Picton Blue #55ADD5
RGB
CMYK
RGB Variations
Color information
#55ADD5 (or 0x55ADD5) is known color: Picton Blue. HEX triplet: 55, AD and D5. RGB value is (85,173,213). Sum of RGB (Red+Green+Blue) = 85+173+213=471 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.05% from 471); Green value is 173 (67.97% from 255 or 36.73% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 213 - color contains mainly: blue. Hex color #55ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADD5 is #AA522A. Grayscale: #979797. Windows color (decimal): -11162155 or 14003541. OLE color: 14003541.
HSL color Cylindrical-coordinate representation of color #55ADD5: hue angle of 198.75º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55ADD5 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 173 | 213 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.16 |
| HSL | 198.75º | 0.6% | 0.58% | - |
| HSV(B) | 198.75º | 0.6% | 0.84% | - |
| XYZ | 30.7 | 36.62 | 68.4 | - |
| YUV | 151.25 | 162.85 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 213 | 0.60 | 0.19 | 0 | 0.16 | 198.75 | 0.6 | 0.58 |
| Hex | 55 | AD | D5 | 3C | 13 | 0 | 10 | C7 | 3C | 3A |
| Octal | 125 | 255 | 325 | 74 | 23 | 0 | 20 | 307 | 74 | 72 |
| Binary | 1010101 | 10101101 | 11010101 | 111100 | 10011 | 0 | 10000 | 11000111 | 111100 | 111010 |
Color Harmonies of #55ADD5
Complementary color
Monochromatic Colors of #55ADD5
Black with #55ADD5
Text Example
Text Example
White with #55ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADD5; }
p { color: rgb(85,173,213); }
H1.HeaderClassName
{
color: #55ADD5;
}
.AnyTagClassName
{
color: #55ADD5;
}
</style>
background-color css
<style>
a { background-color: #55ADD5; }
a { background-color: rgb(85,173,213); }
div.DivClassName
{
background-color: #55ADD5;
}
.BgClassName
{
background-color: #55ADD5;
}
</style>
border-color css
<style>
span { border-color: #55ADD5; }
span { border-color: rgb(85,173,213); }
td.TdClassName
{
border-color: #55ADD5;
}
.TagClassName
{
border-color: #55ADD5;
}
</style>