Shades of Picton Blue #55A3E4
Tints of Picton Blue #55A3E4
RGB
CMYK
RGB Variations
Color information
#55A3E4 (or 0x55A3E4) is known color: Picton Blue. HEX triplet: 55, A3 and E4. RGB value is (85,163,228). Sum of RGB (Red+Green+Blue) = 85+163+228=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 228 (89.45% from 255 or 47.90% from 476); Max value from RGB is 228 - color contains mainly: blue. Hex color #55A3E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A3E4 is #AA5C1B. Grayscale: #929292. Windows color (decimal): -11164700 or 14984021. OLE color: 14984021.
HSL color Cylindrical-coordinate representation of color #55A3E4: hue angle of 207.27º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55A3E4 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 163 | 228 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.11 |
| HSL | 207.27º | 0.73% | 0.61% | - |
| HSV(B) | 207.27º | 0.63% | 0.89% | - |
| XYZ | 30.85 | 33.73 | 78.28 | - |
| YUV | 147.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 163 | 228 | 0.63 | 0.29 | 0 | 0.11 | 207.27 | 0.73 | 0.61 |
| Hex | 55 | A3 | E4 | 3F | 1D | 0 | B | CF | 49 | 3D |
| Octal | 125 | 243 | 344 | 77 | 35 | 0 | 13 | 317 | 111 | 75 |
| Binary | 1010101 | 10100011 | 11100100 | 111111 | 11101 | 0 | 1011 | 11001111 | 1001001 | 111101 |
Color Harmonies of #55A3E4
Complementary color
Monochromatic Colors of #55A3E4
Black with #55A3E4
Text Example
Text Example
White with #55A3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A3E4; }
p { color: rgb(85,163,228); }
H1.HeaderClassName
{
color: #55A3E4;
}
.AnyTagClassName
{
color: #55A3E4;
}
</style>
background-color css
<style>
a { background-color: #55A3E4; }
a { background-color: rgb(85,163,228); }
div.DivClassName
{
background-color: #55A3E4;
}
.BgClassName
{
background-color: #55A3E4;
}
</style>
border-color css
<style>
span { border-color: #55A3E4; }
span { border-color: rgb(85,163,228); }
td.TdClassName
{
border-color: #55A3E4;
}
.TagClassName
{
border-color: #55A3E4;
}
</style>