Shades of Picton Blue #55A2DF
Tints of Picton Blue #55A2DF
RGB
CMYK
RGB Variations
Color information
#55A2DF (or 0x55A2DF) is known color: Picton Blue. HEX triplet: 55, A2 and DF. RGB value is (85,162,223). Sum of RGB (Red+Green+Blue) = 85+162+223=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #55A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A2DF is #AA5D20. Grayscale: #919191. Windows color (decimal): -11164961 or 14656085. OLE color: 14656085.
HSL color Cylindrical-coordinate representation of color #55A2DF: hue angle of 206.52º degrees, saturation: 0.68, 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 #55A2DF is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 162 | 223 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.13 |
| HSL | 206.52º | 0.68% | 0.6% | - |
| HSV(B) | 206.52º | 0.62% | 0.87% | - |
| XYZ | 29.99 | 33.1 | 74.62 | - |
| YUV | 145.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 223 | 0.62 | 0.27 | 0 | 0.13 | 206.52 | 0.68 | 0.6 |
| Hex | 55 | A2 | DF | 3E | 1B | 0 | D | CF | 44 | 3C |
| Octal | 125 | 242 | 337 | 76 | 33 | 0 | 15 | 317 | 104 | 74 |
| Binary | 1010101 | 10100010 | 11011111 | 111110 | 11011 | 0 | 1101 | 11001111 | 1000100 | 111100 |
Color Harmonies of #55A2DF
Complementary color
Monochromatic Colors of #55A2DF
Black with #55A2DF
Text Example
Text Example
White with #55A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A2DF; }
p { color: rgb(85,162,223); }
H1.HeaderClassName
{
color: #55A2DF;
}
.AnyTagClassName
{
color: #55A2DF;
}
</style>
background-color css
<style>
a { background-color: #55A2DF; }
a { background-color: rgb(85,162,223); }
div.DivClassName
{
background-color: #55A2DF;
}
.BgClassName
{
background-color: #55A2DF;
}
</style>
border-color css
<style>
span { border-color: #55A2DF; }
span { border-color: rgb(85,162,223); }
td.TdClassName
{
border-color: #55A2DF;
}
.TagClassName
{
border-color: #55A2DF;
}
</style>